@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font: inherit;
}

:root {
  --color-bg: #FAF8F4;
  --color-text: #231D18;
  --color-accent: #8C6A4A;
  --color-main: #40BAD2;
  --color-main-right: #9ADFED;
  --color-main-dark: #2590A5;
  --shadow-soft: 0 24px 50px rgba(36, 27, 24, 0.08);
  --shadow-panel: 0 24px 70px rgba(20, 16, 14, 0.22);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --header-height: 108px;
  --content-width: 1120px;
  --content-width-narrow: 820px;
  --gutter: 24px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--color-text);
  background: url("../image/noise_1.webp") 0 0 repeat, var(--color-bg);
  line-height: 1.7;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  body {
    background: url("../image/noise_1.webp") 0 0 repeat, var(--color-bg);
  }
}
body.is-locked {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
}

::-moz-selection {
  background: rgba(64, 186, 210, 0.2);
}

::selection {
  background: rgba(64, 186, 210, 0.2);
}

main,
section,
footer {
  position: relative;
}

.c-mouse-cat {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: 48px;
  height: 48px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-9999px, -9999px, 0) scale(0.9);
  transition: opacity 0.2s ease, transform 0.2s ease;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .c-mouse-cat {
    display: none;
  }
}
.c-mouse-cat img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-mouse-cat.is-visible {
  opacity: 1;
}

@media (hover: none), (pointer: coarse) {
  .c-mouse-cat {
    display: none;
  }
}
.l-header {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 50;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 18px;
    right: 16px;
  }
}
.l-header__logo {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 72px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 18px;
    width: 58px;
  }
}
.l-header__trigger {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  width: 60px;
  height: 60px;
  justify-content: center;
  background-color: var(--color-bg);
  cursor: pointer;
}
.l-header__trigger img {
  width: 26px;
}
.l-header__trigger span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.l-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0s linear 0.32s;
}
.l-drawer.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.l-drawer.is-open .l-drawer__overlay {
  opacity: 1;
}
.l-drawer.is-open .l-drawer__panel {
  transform: translateX(0);
}
.l-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  padding: 140px 40px 40px;
  background: var(--color-bg);
  box-shadow: var(--shadow-panel);
  transform: translateX(100%);
  transition: transform 0.32s ease;
}
@media screen and (max-width: 768px) {
  .l-drawer__panel {
    width: 100%;
    padding: 120px 24px 32px;
  }
}
.l-drawer__list {
  display: grid;
  gap: 24px;
}
.l-drawer__link {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  display: block;
  transition: color 0.25s ease, transform 0.25s ease;
}
.l-drawer__link:hover {
  color: var(--color-main-dark);
  transform: translateX(8px);
}
.l-drawer__link span {
  display: block;
  font-size: 14px;
}

.l-footer-cta__inner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  padding: 72px 48px;
  color: var(--color-bg);
  text-align: center;
}
.l-footer-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(35, 29, 24, 0.48), rgba(35, 29, 24, 0.48)), url("../image/main.webp") center center/cover no-repeat;
  filter: blur(10px);
  transform: scale(1.06);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__inner {
    padding: 56px 20px;
  }
}
.l-footer-cta__lead {
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.l-footer-cta__actions {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__actions {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}

.l-footer {
  padding-top: 50px;
  background: var(--color-text);
  color: var(--color-bg);
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 36px;
  }
}
.l-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 84px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 24px 42px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 18px;
    padding: 0 16px 28px;
  }
}
.l-footer__logo {
  width: 84px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 76px;
  }
}
.l-footer__body {
  align-self: center;
}
.l-footer__label {
  color: var(--color-main);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-footer__title {
  margin-top: 2px;
  color: var(--color-main);
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.45;
}
.l-footer__address {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    margin-top: 12px;
  }
}
.l-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer__socials {
    gap: 10px;
  }
}
.l-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.l-footer__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__social--x {
  width: 40px;
  height: 40px;
}
.l-footer__copyright {
  padding: 14px 24px 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    padding: 12px 16px 28px;
    font-size: 0.75rem;
  }
}

.c-sectiontitle {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sectiontitle {
    margin-bottom: 32px;
  }
}
.c-sectiontitle__eyebrow {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 5px solid var(--color-main-right);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 5vw, 2.625rem);
  font-weight: 600;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .c-sectiontitle__eyebrow {
    font-size: 1.75rem;
  }
}
.c-sectiontitle__title {
  margin-top: 18px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-main-dark);
}
.c-sectiontitle__title--sm {
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: var(--color-text);
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 70px;
  padding: 18px 32px;
  border-radius: 8px;
  background: var(--color-text);
  color: var(--color-bg);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-width: min(100%, 300px);
    min-height: 60px;
    padding: 16px 24px;
    font-size: 0.875rem;
  }
}
.c-button span {
  position: relative;
  padding-right: 28px;
}
.c-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("../image/icon/arrow_forward_ios.png") center center/contain no-repeat;
  transform: translateY(-50%);
}
.c-button:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}
.c-button--mail span::after {
  background: url("../image/icon/mail.svg") center center/contain no-repeat;
  height: 20px;
  width: 20px;
}
.c-button--apply span::after {
  background: url("../image/icon/arrow_forward_ios.png") center center/contain no-repeat;
  width: 16px;
  height: 16px;
}
.c-button--blue {
  background: var(--color-main);
}
.c-button--brown {
  background: var(--color-accent);
}

.p-top-video-modal {
  position: fixed;
  inset: 0;
  z-index: 85;
  isolation: isolate;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.p-top-video-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-top-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 29, 24, 0.82);
}
.p-top-video-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100vw - 48px, 960px);
  min-height: 100%;
  padding: 24px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-video-modal__dialog {
    width: 100%;
    padding: 8px 0;
  }
}
.p-top-video-modal__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
  margin-bottom: 10px;
  padding-bottom: 6px;
  background: transparent;
}
.p-top-video-modal__sound {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 12px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(88, 54, 42, 0.28);
  color: var(--color-main-dark);
  cursor: pointer;
}
.p-top-video-modal__sound img {
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-video-modal__sound {
    display: inline-flex;
  }
}
.p-top-video-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(88, 54, 42, 0.12);
  color: var(--color-main-dark);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.p-top-video-modal__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-height: calc(100vh - 48px);
  padding: 16px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .p-top-video-modal__panel {
    max-height: calc(100vh - 32px);
    padding: 14px;
    border-radius: 0;
  }
}
.p-top-video-modal__frame {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: min(78vh, 540px);
  overflow: hidden;
  border-radius: 0;
  background: #000;
}
.p-top-video-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .p-top-video-modal__frame {
    border-radius: 0;
  }
}

body.is-top-video-modal-active .p-top-mv__copy-char {
  animation-play-state: paused;
}

.p-top-mv {
  padding-top: calc(var(--header-height) + 32px);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: 88px;
  }
}
.p-top-mv__visual {
  position: relative;
  min-height: 860px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-mv__visual {
    min-height: 520px;
  }
}
.p-top-mv__image {
  width: 100%;
  height: 860px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-mv__image {
    min-height: 520px;
    height: 520px;
  }
}
.p-top-mv__mask {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/76;
  display: block;
  max-width: none;
  pointer-events: none;
}
.p-top-mv__copy {
  position: absolute;
  top: 6%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  color: var(--color-bg);
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 768px) {
  .p-top-mv__copy {
    top: 12%;
    gap: 16px;
  }
}
.p-top-mv__copy-main, .p-top-mv__copy-sub {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.45;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .p-top-mv__copy-main, .p-top-mv__copy-sub {
    font-size: 1.5rem;
    letter-spacing: 0.16em;
  }
}
.p-top-mv__copy-char {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(12px);
  animation: p-top-mv-copy-reveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--mv-copy-delay, 0s) + var(--mv-char-index, 0) * 0.11s);
  animation-play-state: running;
}
.p-top-mv__lead {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -100px;
  z-index: 2;
}
.p-top-mv__lead p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  background: var(--color-bg);
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.p-top-mv__scroll {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: -2px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1;
}
.p-top-mv__scroll::before {
  content: "";
  width: 1px;
  height: 170px;
  background: white;
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll::before {
    height: 100px;
  }
}

@keyframes p-top-mv-copy-reveal {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.p-top-intro,
.p-top-feature,
.p-top-application,
.p-top-requirements,
.p-top-rent {
  padding: 50px 24px;
}
@media screen and (max-width: 768px) {
  .p-top-intro,
  .p-top-feature,
  .p-top-application,
  .p-top-requirements,
  .p-top-rent {
    padding: 40px 16px;
  }
}

.p-top-intro {
  overflow: hidden;
  padding: 165px 0 100px;
}
.p-top-intro__inner {
  position: relative;
  max-width: var(--content-width);
  margin: 0 auto;
  z-index: 1;
}
.p-top-intro__orb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(60vw, 390px);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: white;
  top: 56%;
}
.p-top-intro__orb::before, .p-top-intro__orb::after {
  content: "";
  position: absolute;
  z-index: 0;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-intro__orb::before, .p-top-intro__orb::after {
    display: none;
  }
}
.p-top-intro__orb::before {
  top: 36%;
  left: -70%;
  background-image: url("../image/about_cat-left.webp");
  width: 260px;
}
.p-top-intro__orb::after {
  background-image: url("../image/about_cat-right.webp");
  width: 370px;
  right: -90%;
  top: 36%;
}
.p-top-intro__text {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-intro__text {
    font-size: 14px;
    padding-inline: 1rem;
  }
}

.p-top-feature__inner {
  position: relative;
  max-width: var(--content-width);
  margin: 0 auto;
}
.p-top-feature__inner::before {
  content: "";
  position: absolute;
  bottom: -12%;
  right: -5%;
  z-index: 2;
  width: 400px;
  aspect-ratio: 1;
  background: url("../image/about-point_right-cat2.webp") center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-feature__inner::before {
    display: none;
  }
}
.p-top-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1040px;
  gap: 16px 46px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-feature__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__item {
    display: grid;
    align-content: start;
    gap: 18px;
  }
  .p-top-feature__item .p-top-feature__body {
    order: 1;
  }
  .p-top-feature__item .p-top-feature__image {
    order: 2;
  }
  .p-top-feature__item .p-top-feature__text {
    order: 3;
  }
}
.p-top-feature__item--first {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .p-top-feature__item--first {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-top-feature__item--first .p-top-feature__image--square {
  margin: auto 0 auto auto;
}
@media screen and (max-width: 768px) {
  .p-top-feature__item--first .p-top-feature__image--square {
    margin: 0;
  }
}
.p-top-feature__item--second {
  grid-column: 2;
  grid-row: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-feature__item--second {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-top-feature__item--third {
  display: grid;
  grid-column: 1/3;
  grid-row: 2;
  grid-template-columns: minmax(0, 566px) 432px;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  position: relative;
}
.p-top-feature__item--third .p-top-feature__third-copy {
  z-index: 2;
}
.p-top-feature__item--third .p-top-feature__body--bar {
  width: calc(100% + 64px);
  max-width: 630px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-feature__item--third .p-top-feature__body--bar {
    width: 100%;
  }
}
.p-top-feature__item--third .p-top-feature__text--third {
  max-width: 100%;
}
.p-top-feature__item--third .p-top-feature__image--bottom-right {
  z-index: 1;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .p-top-feature__item--third {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    align-items: start;
    -moz-column-gap: 0;
         column-gap: 0;
    gap: 18px;
  }
  .p-top-feature__item--third .p-top-feature__third-copy {
    display: contents;
  }
}
.p-top-feature__body--panel, .p-top-feature__body--badge, .p-top-feature__body--bar {
  background: var(--color-main);
  color: var(--color-bg);
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-feature__body--panel, .p-top-feature__body--badge, .p-top-feature__body--bar {
    margin: 0;
  }
}
.p-top-feature__body--panel {
  width: min(100%, 370px);
  padding: 8px 24px;
}
@media screen and (max-width: 768px) {
  .p-top-feature__body--panel {
    width: 100%;
    padding: 8px 1rem;
  }
}
.p-top-feature__body--badge {
  width: min(100%, 230px);
  margin-left: auto;
  padding: 8px 24px;
  position: absolute;
  top: 230px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-feature__body--badge {
    width: 100%;
    position: static;
  }
}
.p-top-feature__body--bar {
  width: min(100%, 566px);
  padding: 8px 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-feature__body--bar {
    width: 100%;
  }
}
.p-top-feature__text {
  font-size: 14px;
  line-height: 2;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}
.p-top-feature__text--first::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -110px;
  z-index: 1;
  width: 400px;
  aspect-ratio: 1;
  background: url("../image/about-point_cat-left.webp") center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-feature__text--first::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__text--first {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.p-top-feature__text--second::before {
  content: "";
  position: absolute;
  top: -145%;
  left: 70%;
  z-index: -1;
  width: 100px;
  aspect-ratio: 1;
  background: url("../image/about-point_right-cat1.webp") center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-feature__text--second::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__text--second {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__text--third {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.p-top-feature__third-copy {
  display: grid;
  align-content: start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-feature__third-copy {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.p-top-feature__title {
  margin-top: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-top-feature__title {
    text-align: center;
  }
}
.p-top-feature__title--bar {
  text-align: center;
}
.p-top-feature__image {
  overflow: hidden;
}
.p-top-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-feature__image--square {
  width: 300px;
  height: 300px;
  border-radius: 56px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-feature__image--square {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 240px;
  }
}
.p-top-feature__image--top-right {
  width: min(100%, 300px);
  height: 300px;
  border-radius: 0 56px 0 0;
  justify-self: start;
}
@media screen and (max-width: 768px) {
  .p-top-feature__image--top-right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 240px;
  }
}
.p-top-feature__image--bottom-right {
  width: 432px;
  height: 300px;
  border-radius: 0 0 56px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top-feature__image--bottom-right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 240px;
  }
}
.p-top-feature__cta {
  margin-top: 40px;
  text-align: center;
}

.p-top-application {
  background: rgba(255, 255, 255, 0.72);
}
.p-top-application__inner {
  position: relative;
  max-width: var(--content-width);
  margin: 0 auto;
}
.p-top-application__content {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  margin-left: calc(50% - 50vw);
  grid-template-columns: 50vw minmax(320px, 100%);
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .p-top-application__content {
    grid-template-columns: 1fr;
    gap: 32px;
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }
}
.p-top-application__image {
  overflow: hidden;
  height: 438px;
}
@media screen and (max-width: 768px) {
  .p-top-application__image {
    width: 100%;
    margin-left: 0;
  }
}
.p-top-application__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-application__list {
  display: grid;
  gap: 28px;
}
.p-top-application__item {
  position: relative;
  padding-left: 20px;
}
.p-top-application__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: calc(100% - 8px);
  background: var(--color-main);
}
.p-top-application__item h3 {
  font-size: 1.0625rem;
  font-weight: 600;
}
.p-top-application__item p {
  margin-top: 8px;
  color: rgba(35, 29, 24, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.p-top-requirements {
  background-color: #fff;
}
.p-top-requirements__inner {
  position: relative;
  max-width: var(--content-width);
  margin: 0 auto;
}
.p-top-requirements__inner--narrow {
  max-width: var(--content-width-narrow);
}
.p-top-requirements__address {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-requirements__address {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}
.p-top-requirements__address dt {
  font-weight: 600;
}
.p-top-requirements__table-wrap {
  overflow-x: auto;
}
.p-top-requirements__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: rgba(250, 248, 244, 0.94);
}
@media screen and (max-width: 768px) {
  .p-top-requirements__table {
    min-width: 100%;
  }
}
.p-top-requirements__table th,
.p-top-requirements__table td {
  padding: 18px 24px;
  border: 1px solid rgba(36, 27, 24, 0.08);
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-top-requirements__table th,
  .p-top-requirements__table td {
    padding: 8px;
    font-size: 12px;
  }
}
.p-top-requirements__table thead th {
  background: rgba(140, 106, 74, 0.12);
  font-weight: 600;
}
.p-top-requirements__table tbody th {
  color: var(--color-main-dark);
  font-weight: 500;
}

.p-top-rent {
  background-color: #fff;
  padding-bottom: 100px;
}
.p-top-rent__inner {
  position: relative;
  max-width: var(--content-width);
  margin: 0 auto;
}
.p-top-rent__inner--narrow {
  max-width: var(--content-width-narrow);
}
.p-top-rent__table-wrap {
  overflow-x: auto;
}
.p-top-rent__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: rgba(250, 248, 244, 0.94);
}
@media screen and (max-width: 768px) {
  .p-top-rent__table {
    min-width: 100%;
  }
}
.p-top-rent__table th,
.p-top-rent__table td {
  padding: 18px 24px;
  border: 1px solid rgba(36, 27, 24, 0.08);
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-top-rent__table th,
  .p-top-rent__table td {
    padding: 8px;
    font-size: 12px;
  }
}
.p-top-rent__table thead th {
  background: rgba(140, 106, 74, 0.12);
  font-weight: 600;
}
.p-top-rent__table tbody th {
  color: var(--color-main-dark);
  font-weight: 500;
}
.p-top-rent__floor {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1.4;
}
.p-top-rent__block + .p-top-rent__block {
  margin-top: 32px;
}
.p-top-rent__caption {
  position: relative;
  margin-bottom: 16px;
  padding-left: 14px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.p-top-rent__caption::before {
  content: "";
  position: absolute;
  inset: 4px auto 4px 0;
  width: 5px;
  background: var(--color-main);
}

.p-detail-placeholder {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 40px 16px;
}
.p-detail-placeholder__inner {
  width: min(100%, 720px);
  padding: 48px 24px;
  background: rgba(250, 248, 244, 0.92);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.p-detail-placeholder__logo {
  width: 120px;
  margin: 0 auto 16px;
}
.p-detail-placeholder__eyebrow {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.12em;
}
.p-detail-placeholder__title {
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-detail-placeholder__title {
    font-size: 1.5rem;
  }
}
.p-detail-placeholder__text {
  margin: 20px 0 32px;
  color: rgba(35, 29, 24, 0.72);
}

.p-detail {
  padding-top: 32px;
}

.p-detail-hero,
.p-detail-intro,
.p-detail-layout,
.p-detail-requirements,
.p-detail-rent {
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .p-detail-hero,
  .p-detail-intro,
  .p-detail-layout,
  .p-detail-requirements,
  .p-detail-rent {
    padding-inline: 16px;
  }
}

.p-detail-hero {
  padding-top: 90px;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-detail-hero {
    padding-top: 70px;
  }
}
.p-detail-hero__visual {
  height: 235px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-detail-hero__visual {
    height: 180px;
  }
}
.p-detail-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 56%;
     object-position: center 56%;
  filter: blur(10px);
  transform: scale(1.06);
}
.p-detail-hero__heading {
  position: relative;
  z-index: 1;
  width: min(100%, 400px);
  margin: -200px auto 0;
  padding: 96px 24px 28px;
  background: var(--color-bg);
  text-align: center;
  clip-path: polygon(50% 0, 100% 38%, 100% 100%, 0 100%, 0 38%);
}
@media screen and (max-width: 768px) {
  .p-detail-hero__heading {
    width: min(100%, 280px);
    margin-top: -140px;
    padding: 72px 20px 24px;
  }
}
.p-detail-hero__eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.p-detail-hero__title {
  margin-top: 14px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-detail-intro {
  padding-top: 74px;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-detail-intro {
    padding-top: 48px;
  }
}
.p-detail-intro__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-detail-intro__lead {
  text-align: center;
  color: var(--color-main-dark);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-detail-intro__lead {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-detail-intro__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}
.p-detail-intro__photo {
  min-height: 191px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-detail-intro__photo {
    min-height: 180px;
  }
}
.p-detail-intro__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-detail-layout {
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  .p-detail-layout {
    padding-top: 48px;
  }
}
.p-detail-layout__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-detail-layout__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .p-detail-layout__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-detail-layout__card {
  position: relative;
}
.p-detail-layout__trigger {
  display: block;
  width: 100%;
  text-align: left;
  cursor: zoom-in;
}
.p-detail-layout__floor {
  margin-bottom: 8px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.p-detail-layout__figure {
  aspect-ratio: 18/25;
  padding: 0;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 24px rgba(35, 29, 24, 0.06);
  overflow: hidden;
}
.p-detail-layout__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.p-detail-layout__zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--color-main-dark);
  transition: opacity 0.25s ease;
}
.p-detail-layout__zoom:hover {
  opacity: 0.88;
}
.p-detail-layout__zoom img {
  width: 24px;
  height: 24px;
}

.p-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.p-detail-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-detail-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 29, 24, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.p-detail-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100vw - 48px, 960px);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-detail-modal__dialog {
    width: min(100vw - 24px, 720px);
  }
}
.p-detail-modal__close {
  position: absolute;
  top: 24px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-detail-modal__close {
    top: 16px;
    right: 4px;
  }
}
.p-detail-modal__figure {
  max-height: min(86vh, 960px);
  padding: 20px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(20, 16, 14, 0.3);
}
@media screen and (max-width: 768px) {
  .p-detail-modal__figure {
    padding: 12px;
  }
}
.p-detail-modal__image {
  display: block;
  max-width: 100%;
  max-height: calc(86vh - 40px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-detail-modal__image {
    max-height: calc(86vh - 24px);
  }
}

.p-detail-requirements .c-sectiontitle,
.p-detail-rent .c-sectiontitle {
  margin-bottom: 38px;
}

.p-detail-requirements {
  padding-top: 86px;
}
@media screen and (max-width: 768px) {
  .p-detail-requirements {
    padding-top: 56px;
  }
}
.p-detail-requirements__inner {
  max-width: 820px;
  margin: 0 auto;
}
.p-detail-requirements__address {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 24px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-detail-requirements__address {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}
.p-detail-requirements__address dt {
  font-weight: 700;
}
.p-detail-requirements__table-wrap {
  overflow-x: auto;
}
.p-detail-requirements__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 768px) {
  .p-detail-requirements__table {
    min-width: 100%;
  }
}
.p-detail-requirements__table th,
.p-detail-requirements__table td {
  padding: 18px 24px;
  border: 1px solid rgba(36, 27, 24, 0.08);
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-detail-requirements__table th,
  .p-detail-requirements__table td {
    padding: 8px 8px;
    font-size: 0.75rem;
  }
}
.p-detail-requirements__table thead th {
  background: rgba(140, 106, 74, 0.08);
  font-weight: 700;
}
.p-detail-requirements__table tbody th {
  color: var(--color-main-dark);
  font-weight: 500;
  white-space: nowrap;
}

.p-detail-rent {
  padding-top: 78px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-detail-rent {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.p-detail-rent__inner {
  max-width: 820px;
  margin: 0 auto;
}
.p-detail-rent__block + .p-detail-rent__block {
  margin-top: 32px;
}
.p-detail-rent__caption {
  position: relative;
  margin-bottom: 16px;
  padding-left: 13px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.p-detail-rent__caption::before {
  content: "";
  position: absolute;
  inset: 4px auto 4px 0;
  width: 5px;
  background: var(--color-main-dark);
}
.p-detail-rent__table-wrap {
  overflow-x: auto;
}
.p-detail-rent__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 768px) {
  .p-detail-rent__table {
    min-width: 100%;
  }
}
.p-detail-rent__table th,
.p-detail-rent__table td {
  padding: 18px 24px;
  border: 1px solid rgba(36, 27, 24, 0.08);
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-detail-rent__table th,
  .p-detail-rent__table td {
    padding: 8px;
    font-size: 0.75rem;
  }
}
.p-detail-rent__table thead th {
  background: rgba(140, 106, 74, 0.08);
  font-weight: 700;
}
.p-detail-rent__table tbody th {
  color: var(--color-main-dark);
  font-weight: 500;
  white-space: nowrap;
}
.p-detail-rent__floor {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1.4;
}
.p-detail-rent__cta {
  margin-top: 39px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-dn-md-min {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-dn-md-max {
    display: none !important;
  }
}

br.u-br-md {
  display: none;
}
@media screen and (max-width: 768px) {
  br.u-br-md {
    display: block;
  }
}

/* アニメーションの設定 */
/* フワッと表示 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左からふわっと */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右からふわっと */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 左上へパタっと表示 */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* 背景をぼかす */
.bg-blur {
  filter: blur(10px);
  transition: filter 0.5s ease;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.blurTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.2s;
}

.delay-time1 {
  animation-delay: 0.4s;
}

.delay-time15 {
  animation-delay: 0.6s;
}

.delay-time2 {
  animation-delay: 0.8s;
}/*# sourceMappingURL=style.css.map */
