@charset "UTF-8";

:root {
  --scrollbar: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  width: 125rem;
  max-width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-inline: auto;
}

.l-spacer {
  margin-top: 50rem;
}

.l-spacer-small {
  margin-top: 10rem;
}

.c-cursor {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: fixed;
  margin-top: -1rem;
  margin-left: -1rem;
  background-color: #fff;
  z-index: 5500;
  pointer-events: none;
  mix-blend-mode: difference;
}

.c-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 100%;
  z-index: 2000;
  background-color: #5a7f7a;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.p-opening {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  background-color: #333;
  overflow: hidden;
}

.p-opening__mask {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8500;
  background-color: #fff;
}

.p-opening__content {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-opening__text {
  color: #fff;
  font-size: 6rem;
}

.p-header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 3000;
  visibility: hidden;
  opacity: 0;
}

.p-header__inner {
  position: relative;
  width: 95%;
  height: inherit;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__heading {
  margin-right: auto;
  color: #fff;
  font-size: 2rem;
}

.p-header__nav {
  height: inherit;
  margin-right: 10rem;
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 2rem;
}

.p-header__item {
  height: inherit;
}

.p-header__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-header__item a:hover {
  color: rgb(141, 50, 50);
}

.p-header__text-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.p-header__after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__before span,
.p-header__after span {
  line-height: 1.1;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.p-header__after span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.p-hamburger {
  position: absolute;
  z-index: 5000;
  top: 50%;
  right: 4rem;
  width: 3.5rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.p-hamburger:hover span {
  scale: 1.2;
}

.p-hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1.5px;
  -webkit-transition: scale 0.5s, opacity 0.3s, -webkit-transform 0.3s;
  transition: scale 0.5s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, scale 0.5s, opacity 0.3s;
  transition: transform 0.3s, scale 0.5s, opacity 0.3s, -webkit-transform 0.3s;
}

.p-hamburger span:first-child {
  top: 0;
}

.p-hamburger span:nth-child(2) {
  top: 1.2rem;
}

.p-hamburger span:nth-child(3) {
  top: 2.4rem;
}

.p-hamburger.is-active {
  right: 4rem;
}

.p-hamburger.is-active span:first-child {
  top: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.p-hamburger.is-active span:nth-child(3) {
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4000;
  visibility: hidden;
  opacity: 0;
}

.p-drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer__curtain-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  z-index: -2;
}

.p-drawer__curtain-first span {
  display: block;
  width: 12.5%;
  height: 100vh;
  background-color: #cccccc;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-drawer__curtain-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  z-index: -1;
}

.p-drawer__curtain-second span {
  display: block;
  width: 12.5%;
  height: 100vh;
  background-color: #333;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-drawer__menu {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-drawer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}

.p-drawer__item {
  overflow: hidden;
}

.p-drawer__item a {
  display: block;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding: 1rem;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.p-drawer__item a:hover {
  color: rgb(141, 50, 50);
}

.p-drawer__item a span {
  display: block;
}

.p-mv {
  width: 100%;
  aspect-ratio: 1280/800;
  position: relative;
  top: 0;
  left: 0;
}

.p-mv__container {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.p-mv__background {
  width: 100%;
  height: inherit;
  position: absolute;
  overflow: hidden;
}

.p-mv__background svg {
  position: absolute;
  top: 0;
  left: 0;
}

.p-mv__component {
  visibility: hidden;
  opacity: 0;
}

.p-mv__svg-text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-mv__svg-character {
  fill: none;
  stroke: #333333;
  stroke-dasharray: 400px;
  stroke-dashoffset: 400;
}

.cls-1 {
  -webkit-clip-path: url(#clippath-4);
          clip-path: url(#clippath-4);
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7,
.cls-8,
.cls-9 {
  fill: none;
}

.cls-2 {
  stroke: #736b5d;
}

.cls-2,
.cls-4 {
  stroke-width: 3px;
}

.cls-3 {
  -webkit-clip-path: url(#clippath-2);
          clip-path: url(#clippath-2);
}

.cls-10 {
  fill: #d6bbbb;
}

.cls-11 {
  fill: #e2dec6;
}

.cls-12 {
  fill: #c7cbba;
}

.cls-4 {
  stroke: #d0d6dc;
}

.cls-13 {
  fill: #788f92;
}

.cls-5 {
  stroke: #482a2a;
  stroke-width: 2px;
}

.cls-14 {
  fill: rgb(190, 202, 204);
}

.cls-6 {
  -webkit-clip-path: url(#clippath-3);
          clip-path: url(#clippath-3);
}

.cls-8 {
  -webkit-clip-path: url(#clippath);
          clip-path: url(#clippath);
}

.cls-9 {
  -webkit-clip-path: url(#clippath-1);
          clip-path: url(#clippath-1);
}

.p-popup__heading {
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.p-popup__heading span {
  display: inline-block;
}

.p-popup__container {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}

.p-popup__box {
  width: calc((100% - 5rem) / 4);
  aspect-ratio: 1/1;
  opacity: 0;
  visibility: hidden;
}

.p-popup__box--1 {
  background-color: #d8c8c8;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.p-popup__box--2 {
  background-color: #d8d7c8;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.p-popup__box--3 {
  background-color: #c8d7d8;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
}

.p-popup__box--4 {
  background-color: #d6c8d8;
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
          clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}

.p-slide-in__heading {
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.p-slide-in__container {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}

.p-slide-in__box {
  width: 60%;
  aspect-ratio: 600/250;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333;
}

.p-slide-in__box:nth-child(even) {
  margin-left: auto;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.p-slide-in__box--1 {
  background-color: #f4eded;
}

.p-slide-in__box--2 {
  background-image: url(../img/common/slide-in2.webp);
}

.p-slide-in__box--3 {
  background-color: #edeef4;
}

.p-slide-in__box--4 {
  background-image: url(../img/common/slide-in4.webp);
}

.p-fade-in__heading-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  --scaleX: 0;
}

.p-fade-in__heading {
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
}

.p-fade-in__heading-wrapper::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: #819494;
  border-radius: 0.15rem;
  display: block;
  -webkit-transform: scaleX(var(--scaleX));
          transform: scaleX(var(--scaleX));
}

.p-fade-in__container {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}

.p-fade-in__box {
  width: calc((100% - 5rem) / 3);
  aspect-ratio: 1/1;
  background-color: #f2f7f7;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 5rem;
  opacity: 0;
  visibility: hidden;
}

.p-fade-in__number {
  font-size: 3rem;
}

.p-fade-in__title {
  margin-top: 0;
  font-size: 3.2rem;
  font-weight: 500;
}

.p-fade-text {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.p-fade-in__block {
  background-color: #f2f2f2;
  width: calc((100% - 5rem) / 2);
  aspect-ratio: 10/10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
}

.p-fade-in__block.p-fade-in__block--1 {
  margin-right: auto;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background-image: url(../img/common/fade-side1.webp);
}

.p-fade-in__block.p-fade-in__block--2 {
  margin-left: auto;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  background-image: url(../img/common/fade-side2.webp);
}

.p-mask-effect__heading {
  position: relative;
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem;
}

.p-mask-effect__heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #946666;
  -webkit-clip-path: inset(var(--maskEffect));
          clip-path: inset(var(--maskEffect));
}

.p-mask-effect__container {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}

.p-mask-effect__box {
  position: relative;
  width: 60%;
  aspect-ratio: 600/250;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #f4eded;
  --maskEffect: 0 0 0 0;
}

.p-mask-effect__box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #946666;
  -webkit-clip-path: inset(var(--maskEffect));
          clip-path: inset(var(--maskEffect));
}

.p-mask-effect__box:nth-child(even) {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-left: auto;
}

.p-mask-effect__box--1 {
  background-image: url(../img/common/mask-effect1.webp);
}

.p-mask-effect__box--2 {
  background-image: url(../img/common/mask-effect2.webp);
}

.p-scroll-x__heading {
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.p-scroll-x__heading span {
  display: inline-block;
}

.p-scroll-x__slide {
  margin-top: 8rem;
  width: 100%;
  overflow: hidden;
}

.p-scroll-x__wrapper {
  width: 100%;
  max-width: 120rem;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10%;
  position: relative;
}

.p-scroll-x__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-scroll-x__item {
  width: 80vw;
  height: 95%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-scroll-x__item + .p-scroll-x__item {
  margin-left: 2rem;
}

.p-scroll-x__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-scroll-x__container {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  color: #fff;
}

.p-scroll-x__item-subtitle {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-scroll-x__item-title {
  margin-top: 1rem;
  font-size: 4rem;
  font-weight: 700;
}

.p-scroll-x__text {
  font-size: 1.8rem;
  margin-top: 1rem;
  font-weight: 700;
}

.p-parallax {
  overflow: hidden;
}

.p-parallax__heading {
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.p-parallax__container {
  margin-top: 10rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-parallax__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  max-width: 70rem;
  padding: 5rem;
  margin: 5rem 0 5rem 5rem;
  background-color: rgba(232, 239, 243, 0.7);
}

.p-parallax__title {
  font-size: 2.4rem;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.p-parallax__text p {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 200%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.p-parallax__text p + p {
  margin-top: 2rem;
}

.p-parallax__img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-parallax__img {
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gallery {
  padding-top: 100vh;
  overflow: hidden;
}

.p-gallery__heading {
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.p-gallery__container {
  margin-top: 10rem;
  width: 100%;
  overflow: hidden;
}

.p-gallery__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-gallery__flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-gallery__grid {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: 20rem 30rem 50rem 20rem;
  grid-template-rows: 20rem 10rem 20rem;
  padding: 0 1rem;
}

.p-gallery__grid-item {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
}

.p-gallery__grid-item.p-gallery__grid-item--text {
  background-color: #699c6b;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-gallery__grid-item:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/4;
}

.p-gallery__grid-item:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/3;
}

.p-gallery__grid-item:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 3/4;
}

.p-gallery__grid-item:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 1/4;
}

.p-gallery__grid-item:nth-of-type(5) {
  grid-column: 4/5;
  grid-row: 1/2;
}

.p-gallery__grid-item:nth-of-type(6) {
  grid-column: 4/5;
  grid-row: 2/4;
}

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

.p-gallery__grid-item p {
  color: #fff;
  font-size: 1.6rem;
}

.p-scale-up__bg {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #f6f9f4;
  z-index: -1;
  width: 180%;
  padding-top: 180%;
}

.p-slide-change {
  padding-top: 10rem;
  background-color: #fff;
  overflow: hidden;
}

.p-slide-change__heading {
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.p-slide-change__container {
  margin-top: 10rem;
}

.p-slide-change__items {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #473f3d;
}

.p-slide-change__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  background-color: #473f3d;
  visibility: hidden;
  opacity: 0;
}

.p-slide-change__img {
  width: 60%;
  height: 60vh;
}

.p-slide-change__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-slide-change__body {
  width: 40%;
  min-width: 40rem;
  padding: 4rem;
}

.p-slide-change__title {
  color: #e1dcdc;
  font-size: 2.8rem;
}

.p-slide-change__text {
  margin-top: 2rem;
  color: #fff;
  font-size: 1.6rem;
}

.p-slide-clip {
  padding-top: 10rem;
  background-color: #fff;
}

.p-slide-clip__heading {
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.p-slide-clip__container {
  margin-top: 10rem;
}

.p-slide-clip__item {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  padding: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.p-slide-clip__item > *:not(.p-slide-clip__img) {
  position: relative;
  z-index: 3;
}

.p-slide-clip__title {
  color: #fff;
  font-size: 4rem;
}

.p-slide-clip__text {
  color: #fff;
  font-size: 3rem;
  margin-top: auto;
}

.p-slide-clip__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.p-slide-clip__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-slide-clip__space {
  display: block;
  width: 100%;
  height: 100vh;
}

.p-end {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.p-end-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-end__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 10rem;
  color: #333;
}

.p-end__heading span,
.p-end__text p span {
  display: inline-block;
}

.p-end__text {
  margin-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-end__text p {
  font-size: 4rem;
  color: #333;
}

.p-footer {
  width: 100%;
  background-color: #333;
}

.p-footer__inner {
  width: 100%;
  padding: 3.2rem 3.2rem 2.6rem 3.2rem;
}

.p-footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__logo {
  margin-right: auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__nav-item a {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.2rem;
}

.p-footer__nav-item a:hover {
  color: #333333;
}

.p-footer__nav-item + .p-footer__nav-item {
  margin-left: 3.2rem;
}

.p-footer__copy {
  padding-top: 6rem;
  text-align: center;
}

.p-footer__copy p {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.12rem;
}

.u-md-show {
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.564vw;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .l-inner {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .l-spacer {
    margin-top: 15rem;
  }

  .l-spacer-small {
    margin-top: 5rem;
  }

  .p-header {
    height: 60px;
  }

  .p-header__heading {
    font-size: 1.5rem;
  }

  .p-hamburger {
    width: 2rem;
    height: 1.2rem;
    right: 2rem;
  }

  .p-hamburger span:nth-child(2) {
    top: 0.6rem;
  }

  .p-hamburger span:nth-child(3) {
    top: 1.2rem;
  }

  .p-hamburger.is-active {
    right: 2rem;
  }

  .p-drawer__curtain-first span {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }

  .p-drawer__curtain-second span {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }

  .p-drawer__curtain-first span:first-child,
  .p-drawer__curtain-second span:first-child {
    width: 100%;
  }

  .p-drawer__curtain-first span:not(:first-child),
  .p-drawer__curtain-second span:not(:first-child) {
    display: none;
  }

  .p-drawer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }

  .p-drawer__item a {
    font-size: 1.6rem;
    padding: 1rem;
  }

  .p-popup__heading {
    font-size: 2rem;
  }

  .p-popup__container {
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }

  .p-popup__box {
    width: calc((100% - 4rem) / 2);
  }

  .p-slide-in__heading {
    font-size: 2rem;
  }

  .p-slide-in__container {
    margin-top: 5rem;
    gap: 3rem;
  }

  .p-slide-in__box {
    width: 80%;
    aspect-ratio: 600/400;
    font-size: 1rem;
    padding: 3rem;
  }

  .p-fade-in__heading {
    font-size: 2rem;
  }

  .p-fade-in__container {
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }

  .p-fade-in__box {
    width: 80%;
    padding: 1rem 3rem;
  }

  .p-fade-in__number {
    font-size: 2rem;
  }

  .p-fade-in__title {
    margin-top: 0.5rem;
    font-size: 2.4rem;
  }

  .p-fade-in__block {
    width: calc((100% - 4rem) / 2);
    aspect-ratio: 10/14;
  }

  .p-mask-effect__heading {
    font-size: 2rem;
    padding: 0.5rem;
  }

  .p-mask-effect__container {
    margin-top: 5rem;
    gap: 3rem;
  }

  .p-mask-effect__box {
    width: 80%;
    aspect-ratio: 600/400;
    font-size: 1rem;
    padding: 3rem;
  }

  .p-scroll-x__heading {
    font-size: 2rem;
  }

  .p-scroll-x__container {
    width: 80%;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }

  .p-scroll-x__item-subtitle {
    font-size: 1.6rem;
  }

  .p-scroll-x__item-title {
    font-size: 3rem;
    line-height: 120%;
  }

  .p-scroll-x__text {
    margin-top: 10rem;
    font-size: 1rem;
  }

  .p-parallax__heading {
    font-size: 2rem;
  }

  .p-parallax__container {
    margin-top: 5rem;
  }

  .p-parallax__body {
    margin: 2rem auto;
    padding: 2rem;
    width: calc(100% - 4rem);
  }

  .p-parallax__title {
    font-size: 2rem;
  }

  .p-parallax__text p {
    margin-top: 1.6rem;
    font-size: 1rem;
  }

  .p-gallery__heading {
    font-size: 2rem;
  }

  .p-gallery__container {
    margin-top: 5rem;
    gap: 3rem;
  }

  .p-gallery__grid {
    gap: 1rem;
    grid-template-columns: 10rem 10rem 15rem 20rem;
    grid-template-rows: 8rem 5rem 8rem;
  }

  .p-gallery__grid-item p {
    font-size: 1rem;
  }

  .p-slide-change {
    padding-top: 5rem;
  }

  .p-slide-change__heading {
    font-size: 2rem;
  }

  .p-slide-change__container {
    margin-top: 5rem;
  }

  .p-slide-change__item {
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }

  .p-slide-change__img {
    width: 100%;
    height: 30vh;
  }

  .p-slide-change__body {
    width: 100%;
    min-width: none;
    padding: 0 3.5rem;
  }

  .p-slide-change__title {
    font-size: 1.8rem;
  }

  .p-slide-change__text {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .p-slide-clip {
    padding-top: 5rem;
  }

  .p-slide-clip__heading {
    font-size: 2rem;
  }

  .p-slide-clip__container {
    margin-top: 5rem;
  }

  .p-slide-clip__item {
    padding: 3rem;
  }

  .p-slide-clip__title {
    font-size: 2rem;
    margin-top: auto;
  }

  .p-slide-clip__text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .p-end__heading {
    font-size: 3rem;
  }

  .p-end__text p {
    font-size: 1.6rem;
  }

  .p-footer__inner {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .p-footer__nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-footer__logo {
    font-size: 1.5rem;
    margin: 0 auto;
  }

  .p-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-footer__nav-item {
    margin-top: 0.8rem;
  }

  .p-footer__nav-item + .p-footer__nav-item {
    margin-left: initial;
    margin-top: 0.8rem;
  }

  .p-footer__copy {
    padding-top: 3.2rem;
  }

  .u-md-none {
    display: none;
  }

  .u-md-show {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */