@charset "UTF-8";
/**
 * MyHOUSE不動産 メインスタイルシート
 * FLOCSS設計
 */
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-en {
  font-family: "Cormorant Garamond", serif;
}

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

/*
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;
  font-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

ul,
ol {
  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;
}

th {
  text-align: left;
}

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

/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

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

img {
  vertical-align: bottom;
}

img.responsive {
  width: 100%;
}

img.svg {
  width: auto;
}

html,
body {
  overflow-x: hidden;
}

/**
 * MyHOUSE不動産 メインスタイルシート
 * FLOCSS設計
 */
html {
  scroll-behavior: smooth;
}

body {
  color: #2c2c2c;
  background-color: #f7f4f0;
  line-height: 1.7;
  font-size: 16px;
}

.b,
strong {
  font-weight: bold;
}

a {
  color: #2c2c2c;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #5f5f5f;
  text-decoration: none;
}
a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a.link-none {
  pointer-events: none !important;
}

[id] {
  scroll-margin-top: 70px;
}

::-moz-selection {
  background-color: #d4c4a8;
  color: #2c2c2c;
}

::selection {
  background-color: #d4c4a8;
  color: #2c2c2c;
}

.l-main-wrapper {
  min-height: 100vh;
  background-color: #f7f4f0;
  position: relative;
}

.l-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #e8e4de;
}
@media screen and (max-width: 1200px) {
  .l-sidebar {
    display: none;
  }
}
.l-sidebar__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 24px;
  overflow-y: auto;
}
.l-sidebar__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.l-sidebar__logo {
  margin-bottom: 40px;
  text-align: center;
}
.l-sidebar__logo-link {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sidebar__logo-link:hover {
  opacity: 0.7;
}
.l-sidebar__logo-img {
  width: 120px;
  height: auto;
}
.l-sidebar__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}
.l-sidebar__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-sidebar__menu-item {
  border-bottom: 1px solid #e8e4de;
}
.l-sidebar__menu-item:first-child {
  border-top: 1px solid #e8e4de;
}
.l-sidebar__menu-link {
  display: block;
  padding: 16px 0;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sidebar__menu-link:hover {
  color: #c1a77e;
  padding-left: 8px;
}
.l-sidebar__instagram {
  margin-bottom: 20px;
}
.l-sidebar__instagram-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0em;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sidebar__instagram-link:hover {
  color: #c1a77e;
}
.l-sidebar__instagram-icon {
  font-size: 18px;
}
.l-sidebar__instagram-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-sidebar__instagram-arrow {
  font-size: 14px;
}
.l-sidebar__external {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e8e4de;
}
.l-sidebar__external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0em;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sidebar__external-link:hover {
  color: #c1a77e;
}
.l-sidebar__external-arrow {
  font-size: 14px;
}

.l-right-space {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 50;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .l-right-space {
    left: calc(280px + 800px);
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .l-right-space {
    left: 800px;
  }
}
@media screen and (max-width: 800px) {
  .l-right-space {
    display: none;
  }
}
.l-right-space__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-right-space__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-animation: rightSpaceFade 40s ease-in-out infinite;
          animation: rightSpaceFade 40s ease-in-out infinite;
  -webkit-filter: contrast(1.1) saturate(1.05);
          filter: contrast(1.1) saturate(1.05);
}
.l-right-space__image:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-right-space__image:nth-child(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.l-right-space__image:nth-child(3) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.l-right-space__image:nth-child(4) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
.l-right-space__image:nth-child(5) {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}

@-webkit-keyframes rightSpaceFade {
  0% {
    opacity: 0;
  }
  2.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  22.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rightSpaceFade {
  0% {
    opacity: 0;
  }
  2.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  22.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main-content {
  width: 800px;
  max-width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .main-content {
    margin-left: 280px;
    border-radius: 12px;
    -webkit-box-shadow: 8px 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 8px 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .main-content {
    margin-left: 0;
    border-radius: 12px;
    -webkit-box-shadow: 8px 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 8px 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 800px) {
  .main-content {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.main-content .p-home-snap {
  border-radius: inherit;
}

.main-content__footer {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 60px 20px 100px;
}
@media screen and (max-width: 800px) {
  .main-content__footer {
    padding-bottom: calc(70px + 40px);
  }
}
.main-content__footer-inner {
  max-width: 600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.main-content__footer-logo {
  margin-bottom: 16px;
}
.main-content__footer-logo img {
  width: 100px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-content__footer-site-name {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 40px;
}
.main-content__footer-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  max-width: 400px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
  .main-content__footer-nav {
    gap: 6px 12px;
  }
}
.main-content__footer-nav-link {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.main-content__footer-nav-link:visited, .main-content__footer-nav-link:hover, .main-content__footer-nav-link:active, .main-content__footer-nav-link:focus {
  color: white;
  text-decoration: none;
}
.main-content__footer-nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1.4;
  text-align: center;
  padding: 10px 8px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.08);
}
.main-content__footer-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.main-content__footer-nav-link--full {
  grid-column: 1/-1;
}
.main-content__footer-external {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-content__footer-external-link {
  color: #ffffff;
  text-decoration: none;
}
.main-content__footer-external-link:visited, .main-content__footer-external-link:hover, .main-content__footer-external-link:active, .main-content__footer-external-link:focus {
  color: white;
  text-decoration: none;
}
.main-content__footer-external-link {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1.5;
}
.main-content__footer-external-arrow {
  margin-left: 4px;
}
.main-content__footer-instagram {
  margin-bottom: 40px;
}
.main-content__footer-instagram-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
}
.main-content__footer-instagram-link:visited, .main-content__footer-instagram-link:hover, .main-content__footer-instagram-link:active, .main-content__footer-instagram-link:focus {
  color: white;
  text-decoration: none;
}
.main-content__footer-instagram-link {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1.5;
}
.main-content__footer-instagram-link .material-icons {
  font-size: 18px;
}
.main-content__footer-copyright {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0em;
  line-height: 1.5;
}

.back-to-top {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #c1a77e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.back-to-top:hover {
  background-color: #6b5b47;
  -webkit-transform: translateX(-50%) translateY(-3px);
          transform: translateX(-50%) translateY(-3px);
}
.back-to-top .material-icons {
  font-size: 24px;
}

.l-header {
  position: fixed;
  top: 0;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 100;
  backdrop-filter: blur(10px);
  width: 800px;
  max-width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1201px) {
  .l-header {
    display: none;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .l-header {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .l-header {
    left: 0;
    width: 100%;
  }
}
.l-header.is-scrolled {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 16px;
}
.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__logo-link {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header__logo-link:hover {
  opacity: 0.7;
}
.l-header__logo-img {
  height: 40px;
  width: auto;
}
.l-header__menu-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  position: relative;
}
.l-header__menu-trigger.is-active .l-header__menu-line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.l-header__menu-trigger.is-active .l-header__menu-line:nth-child(2) {
  opacity: 0;
}
.l-header__menu-trigger.is-active .l-header__menu-line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.l-header__menu-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2c2c2c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 300;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow-y: auto;
}
.l-sp-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-sp-nav__content {
  min-height: 100%;
  padding: 80px 30px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-sp-nav__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
}
.l-sp-nav__close::before, .l-sp-nav__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #2c2c2c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sp-nav__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-sp-nav__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-sp-nav__close:hover::before, .l-sp-nav__close:hover::after {
  background-color: #c1a77e;
}
.l-sp-nav__logo {
  margin-bottom: 50px;
  text-align: center;
}
.l-sp-nav__logo a {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sp-nav__logo a:hover {
  opacity: 0.7;
}
.l-sp-nav__logo-img {
  width: 140px;
  height: auto;
}
.l-sp-nav__nav {
  width: 100%;
  max-width: 300px;
  margin-bottom: 40px;
}
.l-sp-nav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 300px;
}
.l-sp-nav__item {
  border-bottom: 1px solid #e8e4de;
}
.l-sp-nav__item:first-child {
  border-top: 1px solid #e8e4de;
}
.l-sp-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sp-nav__link::after {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 20px;
  color: #9b9b9b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sp-nav__link:hover {
  color: #c1a77e;
}
.l-sp-nav__link:hover::after {
  color: #c1a77e;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.l-sp-nav__menu-item {
  border-bottom: 1px solid #e8e4de;
}
.l-sp-nav__menu-item:first-child {
  border-top: 1px solid #e8e4de;
}
.l-sp-nav__menu-link {
  display: block;
  padding: 18px 0;
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sp-nav__menu-link:hover {
  color: #c1a77e;
}
.l-sp-nav__sub-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.l-sp-nav__sub-link {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0em;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-sp-nav__sub-link:hover {
  color: #c1a77e;
}
.l-sp-nav__sub-link--home {
  font-weight: 500;
  color: #2c2c2c;
}

.p-fixed-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 800px;
  max-width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 1201px) {
  .p-fixed-bottom-nav {
    display: none;
  }
}
.p-fixed-bottom-nav.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-fixed-bottom-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #2c2c2c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
.p-fixed-bottom-nav__item:hover {
  color: #c1a77e;
}
.p-fixed-bottom-nav__item--trigger {
  background-color: #c1a77e;
  color: #ffffff;
}
.p-fixed-bottom-nav__item--trigger:hover {
  background-color: #6b5b47;
  color: #ffffff;
}
.p-fixed-bottom-nav__icon {
  font-size: 22px;
}
.p-fixed-bottom-nav__label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(10 / 16 * 1rem);
  color: inherit;
  letter-spacing: 0em;
  line-height: 1;
}
.p-fixed-bottom-nav__trigger-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 22px;
  height: 22px;
}
.p-fixed-bottom-nav__line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .l-main-wrapper::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 299;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-flow {
  background-color: #f7f4f0;
  padding: 80px 24px;
}
@media screen and (max-width: 800px) {
  .p-flow {
    padding: 60px 16px;
  }
}
.p-flow__inner {
  max-width: 700px;
  margin: 0 auto;
}
.p-flow__header {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .p-flow__header {
    margin-bottom: 32px;
  }
}
.p-flow__title-en {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.p-flow__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .p-flow__title {
    font-size: 1.25rem;
  }
}
.p-flow__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid #e8e4de;
}
@media screen and (max-width: 800px) {
  .p-flow__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    padding: 24px 0;
  }
}
.p-flow__item:first-child {
  padding-top: 0;
}
.p-flow__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-flow__number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  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;
  font-style: normal;
  font-weight: 600;
  font-size: calc(16 / 16 * 1rem);
  color: #c1a77e;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  border: 2px solid #c1a77e;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .p-flow__number {
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
  }
}
.p-flow__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-flow__step-title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(16 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .p-flow__step-title {
    font-size: 0.9375rem;
    margin-bottom: 8px;
  }
}
.p-flow__step-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  .p-flow__step-text {
    font-size: 0.75rem;
  }
}
.p-flow__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-flow__image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-flow__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-faq-section {
  background-color: #ffffff;
  padding: 80px 24px;
}
@media screen and (max-width: 800px) {
  .p-faq-section {
    padding: 60px 16px;
  }
}
.p-faq-section__inner {
  max-width: 700px;
  margin: 0 auto;
}
.p-faq-section__header {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .p-faq-section__header {
    margin-bottom: 32px;
  }
}
.p-faq-section__title-en {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.p-faq-section__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .p-faq-section__title {
    font-size: 1.25rem;
  }
}
.p-faq-section__list {
  margin: 0;
  padding: 0;
}
.p-faq-section__item {
  background-color: #f7f4f0;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-faq-section__item {
    padding: 20px 16px;
    margin-bottom: 12px;
  }
}
.p-faq-section__item:last-child {
  margin-bottom: 0;
}
.p-faq-section__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-faq-section__question {
    gap: 10px;
    margin-bottom: 12px;
  }
}
.p-faq-section__question-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  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;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  background-color: #c1a77e;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .p-faq-section__question-icon {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }
}
.p-faq-section__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 2px;
}
@media screen and (max-width: 800px) {
  .p-faq-section__question-text {
    font-size: 0.875rem;
  }
}
.p-faq-section__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .p-faq-section__answer {
    gap: 10px;
  }
}
.p-faq-section__answer-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  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;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #c1a77e;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  background-color: #ffffff;
  border: 2px solid #c1a77e;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .p-faq-section__answer-icon {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }
}
.p-faq-section__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-top: 2px;
}
@media screen and (max-width: 800px) {
  .p-faq-section__answer-text {
    font-size: 0.8125rem;
  }
}
.p-faq-section__more {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .p-faq-section__more {
    margin-top: 32px;
  }
}
.p-faq-section__more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #c1a77e;
  border: 1px solid #c1a77e;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq-section__more-link:hover {
  background-color: #D4C3A1;
  border-color: #D4C3A1;
  color: #2c2c2c;
}
.p-faq-section__more-link .material-icons {
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq-section__more-link:hover .material-icons {
  color: #2c2c2c;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.p-contact-form {
  background-color: #f7f4f0;
  padding: 80px 24px;
}
@media screen and (max-width: 800px) {
  .p-contact-form {
    padding: 60px 16px;
  }
}
.p-contact-form__inner {
  max-width: 600px;
  margin: 0 auto;
}
.p-contact-form__header {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .p-contact-form__header {
    margin-bottom: 32px;
  }
}
.p-contact-form__title-en {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.p-contact-form__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .p-contact-form__title {
    font-size: 1.25rem;
  }
}
.p-contact-form__body {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 800px) {
  .p-contact-form__body {
    padding: 24px 16px;
  }
}
.p-contact-form__notice {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 24px;
}
.p-contact-form__tel {
  text-align: center;
  padding: 24px;
  background-color: #f7f4f0;
  border-radius: 8px;
}
.p-contact-form__tel-label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
}
.p-contact-form__tel-number {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  color: #c1a77e;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 8px;
}
.p-contact-form__tel-number:hover {
  color: #6b5b47;
}
.p-contact-form__tel-hours {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.wpcf7 .wpcf7-form p {
  margin-bottom: 24px;
}
.wpcf7 label {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
}
.wpcf7 .required {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: calc(11 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #e74c3c;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 8px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=number] {
  width: 100%;
  padding: 14px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 1px solid #e8e4de;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=number]:focus {
  outline: none;
  border-color: #c1a77e;
}
.wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=url]::-webkit-input-placeholder, .wpcf7 input[type=number]::-webkit-input-placeholder {
  color: #9b9b9b;
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder {
  color: #9b9b9b;
}
.wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=url]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder {
  color: #9b9b9b;
}
.wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=tel]::-ms-input-placeholder, .wpcf7 input[type=url]::-ms-input-placeholder, .wpcf7 input[type=number]::-ms-input-placeholder {
  color: #9b9b9b;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=number]::placeholder {
  color: #9b9b9b;
}
.wpcf7 textarea {
  width: 100%;
  min-height: 160px;
  padding: 14px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border: 1px solid #e8e4de;
  border-radius: 8px;
  background-color: #ffffff;
  resize: vertical;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7 textarea:focus {
  outline: none;
  border-color: #c1a77e;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
.wpcf7 textarea::-moz-placeholder {
  color: #9b9b9b;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
.wpcf7 textarea::-ms-input-placeholder {
  color: #9b9b9b;
}
.wpcf7 textarea::placeholder {
  color: #9b9b9b;
}
.wpcf7 select {
  width: 100%;
  padding: 14px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 1px solid #e8e4de;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7 select:focus {
  outline: none;
  border-color: #c1a77e;
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  margin-bottom: 0;
  cursor: pointer;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.wpcf7 .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #c1a77e;
  cursor: pointer;
}
.wpcf7 input[type=submit] {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 32px auto 0;
  padding: 16px 32px;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #c1a77e;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7 input[type=submit]:hover {
  background-color: #6b5b47;
}
.wpcf7 input[type=submit]:disabled {
  background-color: #9b9b9b;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #e74c3c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 4px;
}
.wpcf7 .wpcf7-response-output {
  padding: 16px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .wpcf7 .wpcf7-response-output.wpcf7-acceptance-missing {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.wpcf7 .wpcf7-spinner {
  display: block;
  margin: 16px auto 0;
}

.c-form__group {
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .c-form__group {
    margin-bottom: 24px;
  }
}
.c-form__group--confirm {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f7f4f0;
  border-radius: 8px;
}
@media screen and (max-width: 800px) {
  .c-form__group--confirm {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 16px;
  }
}
.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .c-form__label {
    font-size: 0.8125rem;
    margin-bottom: 14px;
  }
}
.c-form__sublabel {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 800px) {
  .c-form__sublabel {
    font-size: 0.75rem;
    margin-top: 12px;
  }
}
.c-form__required {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: calc(11 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #c44;
  padding: 2px 8px;
  border-radius: 2px;
}
.c-form__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .c-form__note {
    font-size: 0.6875rem;
  }
}
.c-form__field input[type=text],
.c-form__field input[type=email],
.c-form__field input[type=tel],
.c-form__field textarea {
  width: 100%;
  padding: 14px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border: 1px solid #e8e4de;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-form__field input[type=text],
  .c-form__field input[type=email],
  .c-form__field input[type=tel],
  .c-form__field textarea {
    padding: 12px 14px;
    font-size: 1rem;
  }
}
.c-form__field input[type=text]::-webkit-input-placeholder, .c-form__field input[type=email]::-webkit-input-placeholder, .c-form__field input[type=tel]::-webkit-input-placeholder, .c-form__field textarea::-webkit-input-placeholder {
  color: rgba(107, 107, 107, 0.5);
}
.c-form__field input[type=text]::-moz-placeholder, .c-form__field input[type=email]::-moz-placeholder, .c-form__field input[type=tel]::-moz-placeholder, .c-form__field textarea::-moz-placeholder {
  color: rgba(107, 107, 107, 0.5);
}
.c-form__field input[type=text]:-ms-input-placeholder, .c-form__field input[type=email]:-ms-input-placeholder, .c-form__field input[type=tel]:-ms-input-placeholder, .c-form__field textarea:-ms-input-placeholder {
  color: rgba(107, 107, 107, 0.5);
}
.c-form__field input[type=text]::-ms-input-placeholder, .c-form__field input[type=email]::-ms-input-placeholder, .c-form__field input[type=tel]::-ms-input-placeholder, .c-form__field textarea::-ms-input-placeholder {
  color: rgba(107, 107, 107, 0.5);
}
.c-form__field input[type=text]::placeholder,
.c-form__field input[type=email]::placeholder,
.c-form__field input[type=tel]::placeholder,
.c-form__field textarea::placeholder {
  color: rgba(107, 107, 107, 0.5);
}
.c-form__field input[type=text]:focus,
.c-form__field input[type=email]:focus,
.c-form__field input[type=tel]:focus,
.c-form__field textarea:focus {
  outline: none;
  border-color: #D4C3A1;
  -webkit-box-shadow: 0 0 0 3px rgba(212, 195, 161, 0.1);
          box-shadow: 0 0 0 3px rgba(212, 195, 161, 0.1);
}
.c-form__field textarea {
  min-height: 160px;
  resize: vertical;
}
.c-form__field--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .c-form__field--name {
    gap: 12px;
  }
}
.c-form__field--time {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .c-form__field--time {
    margin-top: 16px;
  }
}
.c-form__field--single .wpcf7-list-item {
  margin: 0;
}
.c-form__name-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.c-form__name-label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-form__date-wrapper {
  position: relative;
  cursor: pointer;
}
.c-form__date-wrapper::after {
  content: "calendar_today";
  font-family: "Material Icons";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #6b6b6b;
  pointer-events: none;
}
.c-form__date-input,
.c-form input[type=date] {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 48px 14px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border: 1px solid #e8e4de;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-form__date-input,
  .c-form input[type=date] {
    padding: 12px 40px 12px 12px;
    font-size: 1rem;
  }
}
.c-form__date-input:focus,
.c-form input[type=date]:focus {
  outline: none;
  border-color: #D4C3A1;
  -webkit-box-shadow: 0 0 0 3px rgba(212, 195, 161, 0.1);
          box-shadow: 0 0 0 3px rgba(212, 195, 161, 0.1);
}
.c-form__date-input.is-placeholder,
.c-form input[type=date].is-placeholder {
  color: rgba(107, 107, 107, 0.5);
}
.c-form__date-input::-webkit-calendar-picker-indicator,
.c-form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.c-form__field--checkbox .wpcf7-checkbox,
.c-form__field--checkbox .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}
@media screen and (max-width: 800px) {
  .c-form__field--checkbox .wpcf7-checkbox,
  .c-form__field--checkbox .wpcf7-acceptance {
    gap: 10px 16px;
  }
}
.c-form__field--checkbox .wpcf7-list-item {
  margin: 0;
}
.c-form__field--checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .c-form__field--checkbox .wpcf7-list-item label {
    font-size: 0.8125rem;
    gap: 8px;
  }
}
.c-form__field--checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-form__field--checkbox .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 800px) {
  .c-form__field--checkbox .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 28px;
  }
}
.c-form__field--checkbox .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #e8e4de;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-form__field--checkbox .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.c-form__field--checkbox .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  width: 6px;
  height: 12px;
  border: solid transparent;
  border-width: 0 2.5px 2.5px 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-form__field--checkbox .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::after {
    left: 4px;
    width: 5px;
    height: 10px;
  }
}
.c-form__field--checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #D4C3A1;
  border-color: #D4C3A1;
}
.c-form__field--checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border-color: #2c2c2c;
  opacity: 1;
}
.c-form__field--checkbox .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  -webkit-box-shadow: 0 0 0 3px rgba(212, 195, 161, 0.2);
          box-shadow: 0 0 0 3px rgba(212, 195, 161, 0.2);
}
.c-form__field--checkbox.c-form__field--single .wpcf7-list-item-label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .c-form__field--checkbox.c-form__field--single .wpcf7-list-item-label {
    font-size: 0.75rem;
  }
}
.c-form__field--time .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 800px) {
  .c-form__field--time .wpcf7-radio {
    gap: 8px 16px;
  }
}
.c-form__field--time .wpcf7-list-item {
  margin: 0;
}
.c-form__field--time .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .c-form__field--time .wpcf7-list-item label {
    font-size: 0.8125rem;
  }
}
.c-form__field--time .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-form__field--time .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .c-form__field--time .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
    padding-left: 26px;
  }
}
.c-form__field--time .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e8e4de;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-form__field--time .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}
.c-form__field--time .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  background-color: #D4C3A1;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-form__field--time .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::after {
    left: 5px;
    width: 8px;
    height: 8px;
  }
}
.c-form__field--time .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #D4C3A1;
}
.c-form__field--time .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.c-form__field--time .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  -webkit-box-shadow: 0 0 0 3px rgba(212, 195, 161, 0.2);
          box-shadow: 0 0 0 3px rgba(212, 195, 161, 0.2);
}
.c-form__submit {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .c-form__submit {
    margin-top: 32px;
  }
}
.c-form__submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  padding: 18px 48px;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #c1a77e;
  border: 1px solid #c1a77e;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-form__submit-btn {
    width: 100%;
    padding: 16px 32px;
    font-size: 0.875rem;
  }
}
.c-form__submit-btn:hover {
  background-color: #D4C3A1;
  border-color: #D4C3A1;
  color: #2c2c2c;
}
.c-form__submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-form .wpcf7-not-valid-tip {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #c44;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 6px;
}
.c-form .wpcf7-response-output {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 16px 20px;
  margin: 24px 0 0;
  border-radius: 8px;
}
@media screen and (max-width: 800px) {
  .c-form .wpcf7-response-output {
    padding: 14px 16px;
    font-size: 0.8125rem;
  }
}
.c-form .wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  border: 1px solid #4caf50;
  color: #2e7d32;
}
.c-form .wpcf7-validation-errors,
.c-form .wpcf7-acceptance-missing {
  background-color: #ffebee;
  border: 1px solid #ef5350;
  color: #c62828;
}

.p-snap-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.p-hero {
  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;
  text-align: center;
  color: #ffffff;
}
.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
.p-hero__content {
  position: relative;
  z-index: 3;
  padding: 20px;
}
.p-hero__logo {
  margin-bottom: 20px;
}
.p-hero__logo-img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .p-hero__logo-img {
    width: 80px;
  }
}
.p-hero__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(28 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p-hero__title {
    font-size: 1.375rem;
  }
}
.p-hero__catchcopy {
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .p-hero__catchcopy {
    font-size: 0.9375rem;
  }
}
.p-hero__subcopy {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .p-hero__subcopy {
    font-size: 0.6875rem;
  }
}
.p-hero__scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-hero__scroll-text {
  font-style: normal;
  font-weight: 500;
  font-size: calc(10 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}
.p-hero__scroll-line {
  width: 1px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, transparent 100%);
  -webkit-animation: scrollLine 1.5s ease-in-out infinite;
          animation: scrollLine 1.5s ease-in-out infinite;
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.p-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
.p-concept__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-concept__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-concept__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.p-concept__content {
  position: relative;
  z-index: 3;
  padding: 40px 24px;
  max-width: 600px;
  text-align: center;
}
.p-concept__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(20 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .p-concept__title {
    font-size: 1.0625rem;
    margin-bottom: 30px;
  }
}
.p-concept__text {
  margin-bottom: 40px;
}
.p-concept__text p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .p-concept__text p {
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
}
.p-concept__text p:last-child {
  margin-bottom: 0;
}
.p-concept__logo img {
  width: 100px;
  height: auto;
  opacity: 0.9;
}

.p-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  padding: 60px 24px;
}
.p-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-service__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}
.p-service__content {
  position: relative;
  z-index: 3;
}
.p-service__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .p-service__label {
    font-size: 0.6875rem;
  }
}
.p-service__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(36 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .p-service__title {
    font-size: 1.75rem;
  }
}
.p-service__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-service__link:hover {
  border-color: #ffffff;
}
.p-service__link:hover .p-service__link-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.p-service__link-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p-service__link-text {
    font-size: 0.6875rem;
  }
}
.p-service__link-arrow {
  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;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-service__link-arrow .material-icons {
  font-size: 16px;
  color: #ffffff;
}

.p-property-list {
  background-color: #f7f4f0;
  padding: 80px 20px;
}
@media screen and (max-width: 800px) {
  .p-property-list {
    padding: 60px 16px;
  }
}
.p-property-list__inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.p-property-list__title {
  margin-bottom: 40px;
}
.p-property-list__title-en {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 8px;
}
.p-property-list__title-ja {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-property-list__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .p-property-list__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-property-list__more {
  text-align: center;
}
.p-property-list__more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #c1a77e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  padding: 12px 24px;
  border: 1px solid #c1a77e;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-property-list__more-link:hover {
  background-color: #c1a77e;
  color: #ffffff;
}
.p-property-list__more-link .material-icons {
  font-size: 18px;
}

.p-property-card {
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: left;
  text-decoration: none;
  color: inherit;
}
.p-property-card:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-property-card__thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-property-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-property-card:hover .p-property-card__thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-property-card__tag {
  position: absolute;
  top: 8px;
  left: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(10 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #c1a77e;
  padding: 4px 10px;
  border-radius: 4px;
}
.p-property-card__tag--reserved {
  background-color: #888;
}
.p-property-card__body {
  padding: 16px;
}
.p-property-card__price {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #6b5b47;
  letter-spacing: 0em;
  line-height: 1.3;
  margin-bottom: 8px;
}
.p-property-card__price span {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #6b5b47;
  letter-spacing: 0em;
  line-height: 1;
}
.p-property-card__price--reserved {
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #888;
  letter-spacing: 0em;
  line-height: 1.3;
}
.p-property-card__name {
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-property-card__info {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0em;
  line-height: 1.5;
}
.p-property-card__note {
  font-style: normal;
  font-weight: 600;
  font-size: calc(11 / 16 * 1rem);
  color: #c44;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 8px;
  padding: 6px 8px;
  background-color: rgba(204, 68, 68, 0.08);
  border-radius: 4px;
}
.p-property-card__tag--lot {
  background-color: #5a9c5a;
}
.p-property-card__tag--used {
  background-color: #7b8a99;
}
.p-property-card__tag--renovation {
  background-color: #8b6914;
}
.p-property-card__tag--built {
  background-color: #c1a77e;
}

.p-company-info {
  background-color: #ffffff;
}
.p-company-info__inner {
  padding: 80px 20px 40px;
}
@media screen and (max-width: 800px) {
  .p-company-info__inner {
    padding: 60px 16px 30px;
  }
}
.p-company-info__title {
  text-align: center;
  margin-bottom: 40px;
}
.p-company-info__title-en {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 8px;
}
.p-company-info__title-ja {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-company-info__content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-company-info__list {
  margin-bottom: 30px;
}
.p-company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #e8e4de;
}
@media screen and (max-width: 480px) {
  .p-company-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.p-company-info__item:first-child {
  border-top: 1px solid #e8e4de;
}
.p-company-info__item dt {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .p-company-info__item dt {
    width: 100%;
  }
}
.p-company-info__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0em;
  line-height: 1.6;
}
.p-company-info__item dd a {
  color: #c1a77e;
  text-decoration: none;
}
.p-company-info__item dd a:hover {
  text-decoration: underline;
}
.p-company-info__map {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}
.p-company-info__map iframe {
  display: block;
  width: 100%;
  height: 200px;
}

.p-sub-snap-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  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-sub-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  padding: 60px 40px;
}
@media screen and (max-width: 800px) {
  .p-sub-hero {
    padding: 40px 24px;
  }
}
.p-sub-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-sub-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sub-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}
.p-sub-hero__content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}
.p-sub-hero__lead {
  font-style: normal;
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .p-sub-hero__lead {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-sub-hero__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .p-sub-hero__text {
    font-size: 0.8125rem;
    margin-bottom: 24px;
  }
}
.p-sub-hero__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-sub-hero__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.p-sub-hero__btn .material-icons {
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-sub-hero__btn:hover .material-icons {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.p-sub-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.p-sub-feature__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
.p-sub-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sub-feature__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .p-sub-feature__body {
    padding: 32px 24px;
  }
}
.p-sub-feature__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(20 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-sub-feature__title {
    font-size: 1.125rem;
  }
}
.p-sub-feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-sub-feature__text {
    font-size: 0.8125rem;
  }
}

.p-section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .p-section-title {
    margin-bottom: 32px;
  }
}
.p-section-title__en {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 8px;
}
.p-section-title__ja {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .p-section-title__ja {
    font-size: 1.25rem;
  }
}

.p-sell-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  padding: 80px 40px;
}
@media screen and (max-width: 800px) {
  .p-sell-hero {
    padding: 60px 24px;
  }
}
.p-sell-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-sell-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sell-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}
.p-sell-hero__content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}
.p-sell-hero__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-sell-hero__label {
    font-size: 0.6875rem;
    margin-bottom: 12px;
  }
}
.p-sell-hero__lead {
  font-style: normal;
  font-weight: 600;
  font-size: calc(28 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .p-sell-hero__lead {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.p-sell-hero__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .p-sell-hero__text {
    font-size: 0.8125rem;
    margin-bottom: 24px;
  }
  .p-sell-hero__text br {
    display: none;
  }
}
.p-sell-hero__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-sell-hero__btn:hover {
  background-color: #D4C3A1;
  border-color: #D4C3A1;
  color: #2c2c2c;
}
.p-sell-hero__btn:hover .material-icons {
  color: #2c2c2c;
}
.p-sell-hero__btn .material-icons {
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-sell-hero__btn:hover .p-sell-hero__btn-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.p-sell-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.p-sell-feature__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-sell-feature__image {
    min-height: 45vh;
  }
}
.p-sell-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sell-feature__body {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 800px) {
  .p-sell-feature__body {
    padding: 32px 24px;
  }
}
.p-sell-feature__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .p-sell-feature__label {
    font-size: 0.625rem;
    margin-bottom: 8px;
  }
}
.p-sell-feature__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-sell-feature__title {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
.p-sell-feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-sell-feature__text {
    font-size: 0.8125rem;
  }
  .p-sell-feature__text br {
    display: none;
  }
}

.p-buy-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  padding: 80px 40px;
}
@media screen and (max-width: 800px) {
  .p-buy-hero {
    padding: 60px 24px;
  }
}
.p-buy-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-buy-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-buy-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}
.p-buy-hero__content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}
.p-buy-hero__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-buy-hero__label {
    font-size: 0.6875rem;
    margin-bottom: 12px;
  }
}
.p-buy-hero__lead {
  font-style: normal;
  font-weight: 600;
  font-size: calc(28 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .p-buy-hero__lead {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.p-buy-hero__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .p-buy-hero__text {
    font-size: 0.8125rem;
    margin-bottom: 24px;
  }
  .p-buy-hero__text br {
    display: none;
  }
}
.p-buy-hero__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-buy-hero__btn:hover {
  background-color: #D4C3A1;
  border-color: #D4C3A1;
  color: #2c2c2c;
}
.p-buy-hero__btn:hover .material-icons {
  color: #2c2c2c;
}
.p-buy-hero__btn .material-icons {
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-buy-hero__btn:hover .p-buy-hero__btn-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.p-buy-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.p-buy-feature__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-buy-feature__image {
    min-height: 45vh;
  }
}
.p-buy-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-buy-feature__body {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 800px) {
  .p-buy-feature__body {
    padding: 32px 24px;
  }
}
.p-buy-feature__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .p-buy-feature__label {
    font-size: 0.625rem;
    margin-bottom: 8px;
  }
}
.p-buy-feature__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-buy-feature__title {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
.p-buy-feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-buy-feature__text {
    font-size: 0.8125rem;
  }
  .p-buy-feature__text br {
    display: none;
  }
}

.p-renovation-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  padding: 80px 40px;
}
@media screen and (max-width: 800px) {
  .p-renovation-hero {
    padding: 60px 24px;
  }
}
.p-renovation-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-renovation-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-renovation-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}
.p-renovation-hero__content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}
.p-renovation-hero__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-renovation-hero__label {
    font-size: 0.6875rem;
    margin-bottom: 12px;
  }
}
.p-renovation-hero__lead {
  font-style: normal;
  font-weight: 600;
  font-size: calc(28 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .p-renovation-hero__lead {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.p-renovation-hero__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .p-renovation-hero__text {
    font-size: 0.8125rem;
    margin-bottom: 24px;
  }
  .p-renovation-hero__text br {
    display: none;
  }
}
.p-renovation-hero__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-renovation-hero__btn:hover {
  background-color: #D4C3A1;
  border-color: #D4C3A1;
  color: #2c2c2c;
}
.p-renovation-hero__btn:hover .material-icons {
  color: #2c2c2c;
}
.p-renovation-hero__btn .material-icons {
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-renovation-hero__btn:hover .p-renovation-hero__btn-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.p-renovation-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.p-renovation-feature__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-renovation-feature__image {
    min-height: 45vh;
  }
}
.p-renovation-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-renovation-feature__body {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 800px) {
  .p-renovation-feature__body {
    padding: 32px 24px;
  }
}
.p-renovation-feature__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .p-renovation-feature__label {
    font-size: 0.625rem;
    margin-bottom: 8px;
  }
}
.p-renovation-feature__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-renovation-feature__title {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
.p-renovation-feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-renovation-feature__text {
    font-size: 0.8125rem;
  }
  .p-renovation-feature__text br {
    display: none;
  }
}

.p-page-header {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .p-page-header {
    margin-bottom: 36px;
  }
}
.p-page-header__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .p-page-header__label {
    font-size: 0.6875rem;
    margin-bottom: 8px;
  }
}
.p-page-header__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(28 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .p-page-header__title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
.p-page-header__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-page-header__lead {
    font-size: 0.8125rem;
  }
}

.p-faq-content {
  padding: 60px 24px 80px;
  background-color: #f9f7f4;
}
@media screen and (max-width: 800px) {
  .p-faq-content {
    padding: 40px 16px 60px;
  }
}
.p-faq-content__inner {
  max-width: 800px;
  margin: 0 auto;
}

.p-faq-tabs {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-faq-tabs {
    margin-bottom: 32px;
  }
}
.p-faq-tabs__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .p-faq-tabs__list {
    gap: 8px;
  }
}
.p-faq-tabs__btn {
  width: 100%;
  padding: 16px 12px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #e8e4de;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-faq-tabs__btn {
    padding: 14px 10px;
    font-size: 0.75rem;
  }
}
.p-faq-tabs__btn:hover {
  background-color: rgba(212, 195, 161, 0.1);
  border-color: #D4C3A1;
}
.p-faq-tabs__btn.is-active {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: #ffffff;
}

.p-faq-panel {
  display: none;
}
.p-faq-panel.is-active {
  display: block;
}
.p-faq-panel__empty {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  padding: 40px 20px;
}

.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-faq-list__item {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.p-faq-list__question {
  margin: 0;
}
.p-faq-list__question-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-faq-list__question-btn {
    padding: 16px;
    gap: 10px;
  }
}
.p-faq-list__question-btn:hover {
  background-color: rgba(212, 195, 161, 0.05);
}
.p-faq-list__question-btn[aria-expanded=true] .p-faq-list__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-faq-list__question-icon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
  width: 28px;
  height: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #D4C3A1;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .p-faq-list__question-icon {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }
}
.p-faq-list__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 4px;
}
@media screen and (max-width: 800px) {
  .p-faq-list__question-text {
    font-size: 0.8125rem;
    padding-top: 2px;
  }
}
.p-faq-list__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #6b6b6b;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 2px;
}
.p-faq-list__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.p-faq-list__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 0 20px 20px;
  border-top: 1px solid #e8e4de;
  padding-top: 20px;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .p-faq-list__answer-inner {
    padding: 0 16px 16px;
    padding-top: 16px;
    gap: 10px;
  }
}
.p-faq-list__answer-icon {
  -ms-flex-negative: 0;
      flex-shrink: 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;
  width: 28px;
  height: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #D4C3A1;
  letter-spacing: 0em;
  line-height: 1;
  background-color: rgba(212, 195, 161, 0.15);
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .p-faq-list__answer-icon {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }
}
.p-faq-list__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-faq-list__answer-text {
    font-size: 0.8125rem;
  }
}

.p-faq-cta {
  margin-top: 60px;
  text-align: center;
  padding: 40px 24px;
  background-color: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 800px) {
  .p-faq-cta {
    margin-top: 40px;
    padding: 32px 20px;
  }
}
.p-faq-cta__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .p-faq-cta__text {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.p-faq-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #e8e4de;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-faq-cta__btn {
    padding: 14px 28px;
    font-size: 0.8125rem;
  }
}
.p-faq-cta__btn .material-icons {
  font-size: 18px;
  color: #6b6b6b;
}
.p-faq-cta__btn:hover {
  background-color: #D4C3A1;
  border-color: #D4C3A1;
  color: #2c2c2c;
}
.p-faq-cta__btn:hover .material-icons {
  color: #2c2c2c;
}
.p-faq-cta__btn:hover .p-faq-cta__btn-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.p-faq-cta__btn-arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.p-contact-hero {
  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;
  text-align: center;
  color: #ffffff;
  padding: 80px 40px;
}
@media screen and (max-width: 800px) {
  .p-contact-hero {
    padding: 60px 24px;
  }
}
.p-contact-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 50%, #1a252f 100%);
  z-index: 1;
}
.p-contact-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.p-contact-hero__content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}
.p-contact-hero__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .p-contact-hero__label {
    font-size: 0.75rem;
    margin-bottom: 12px;
  }
}
.p-contact-hero__lead {
  font-style: normal;
  font-weight: 600;
  font-size: calc(32 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .p-contact-hero__lead {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
.p-contact-hero__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-contact-hero__text {
    font-size: 0.8125rem;
  }
}

.p-contact-form-section {
  padding: 60px 24px 80px;
  background-color: #f9f7f4;
}
@media screen and (max-width: 800px) {
  .p-contact-form-section {
    padding: 40px 16px 60px;
  }
}
.p-contact-form-section__inner {
  max-width: 700px;
  margin: 0 auto;
}
.p-contact-form-section__notice {
  margin-bottom: 32px;
  padding: 16px 20px;
  background-color: rgba(212, 195, 161, 0.1);
  border-radius: 8px;
}
@media screen and (max-width: 800px) {
  .p-contact-form-section__notice {
    margin-bottom: 24px;
    padding: 14px 16px;
  }
}
.p-contact-form-section__notice-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .p-contact-form-section__notice-text {
    font-size: 0.75rem;
  }
}
.p-contact-form-section__notice-text .material-icons {
  font-size: 18px;
  color: #D4C3A1;
}
.p-contact-form-section__form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 800px) {
  .p-contact-form-section__form {
    padding: 24px 20px;
  }
}

.p-page-header {
  padding: 80px 40px 60px;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-page-header {
    padding: 60px 24px 40px;
  }
}
.p-page-header__inner {
  max-width: 600px;
  margin: 0 auto;
}
.p-page-header__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .p-page-header__label {
    font-size: 0.6875rem;
    margin-bottom: 8px;
  }
}
.p-page-header__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(28 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .p-page-header__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.p-page-header__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-page-header__lead {
    font-size: 0.8125rem;
  }
}

.p-property-archive {
  padding: 60px 20px 80px;
  background-color: #f7f4f0;
}
@media screen and (max-width: 800px) {
  .p-property-archive {
    padding: 40px 16px 60px;
  }
}
.p-property-archive__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-property-archive__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .p-property-archive__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-property-archive__cta {
  text-align: center;
  padding: 40px 24px;
}
.p-property-archive__cta-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .p-property-archive__cta-text {
    font-size: 13px;
  }
}
.p-property-archive__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  padding: 14px 32px;
  background-color: #c1a77e;
  border: 1px solid #c1a77e;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-property-archive__cta-btn:hover {
  background-color: #D4C3A1;
  border-color: #D4C3A1;
}
.p-property-archive__cta-btn .material-icons {
  font-size: 18px;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .u-sp-only {
    display: inline;
  }
}

.p-works-header {
  padding: 80px 40px 60px;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-works-header {
    padding: 60px 24px 40px;
  }
}
.p-works-header__inner {
  max-width: 600px;
  margin: 0 auto;
}
.p-works-header__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .p-works-header__label {
    font-size: 0.6875rem;
    margin-bottom: 8px;
  }
}
.p-works-header__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(28 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .p-works-header__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.p-works-header__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .p-works-header__lead {
    font-size: 0.8125rem;
  }
}

.p-works-tabs {
  background-color: #ffffff;
  padding: 0 20px 40px;
}
@media screen and (max-width: 800px) {
  .p-works-tabs {
    padding: 0 16px 24px;
  }
}
.p-works-tabs__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-works-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.p-works-tabs__btn {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 10px 20px;
  border: 1px solid #e8e4de;
  border-radius: 24px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-works-tabs__btn {
    font-size: 0.75rem;
    padding: 8px 16px;
  }
}
.p-works-tabs__btn:hover {
  border-color: #c1a77e;
  color: #c1a77e;
}
.p-works-tabs__btn.is-active {
  background-color: #c1a77e;
  border-color: #c1a77e;
  color: #ffffff;
}

.p-works-archive {
  background-color: #f7f4f0;
  padding: 60px 20px 80px;
}
@media screen and (max-width: 800px) {
  .p-works-archive {
    padding: 40px 16px 60px;
  }
}
.p-works-archive__inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-works-archive__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 800px) {
  .p-works-archive__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-works-archive__more {
  text-align: center;
  margin-top: 48px;
}
.p-works-archive__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #c1a77e;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 14px 32px;
  border: 1px solid #c1a77e;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-works-archive__more-btn:hover {
  background-color: #c1a77e;
  color: #ffffff;
}
.p-works-archive__more-btn .material-icons {
  font-size: 18px;
}
.p-works-archive__more-btn.is-hidden {
  display: none;
}

@-webkit-keyframes worksCardAppear {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes worksCardAppear {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-works-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.p-works-card:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.p-works-card.is-hidden {
  display: none;
}
.p-works-card.is-appearing {
  -webkit-animation: worksCardAppear 0.4s ease forwards;
          animation: worksCardAppear 0.4s ease forwards;
}
.p-works-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-works-card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-works-card__main {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-works-card__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-card__subs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr 2px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background-color: #f7f4f0;
}
.p-works-card__sub {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-works-card__sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-card__body {
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .p-works-card__body {
    padding: 16px;
  }
}
.p-works-card__title {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media screen and (max-width: 800px) {
  .p-works-card__title {
    font-size: 0.6875rem;
  }
}
.p-works-card__title--main {
  font-style: normal;
  font-weight: 600;
  font-size: calc(18 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-works-card__title--main {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.p-works-card__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: calc(18 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-works-card__subtitle {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.p-works-card__desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0em;
  line-height: 1.7;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-works-card__desc {
    font-size: 0.75rem;
    margin-bottom: 12px;
  }
}
.p-works-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 16px;
  border-top: 1px solid #e8e4de;
}
@media screen and (max-width: 800px) {
  .p-works-card__meta {
    padding-top: 12px;
  }
}
.p-works-card__meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
}
.p-works-card__meta dt {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.p-works-card__meta dd {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0em;
  line-height: 1.3;
}

.p-works-pickup {
  padding: 80px 20px;
  background-color: #f7f4f0;
}
@media screen and (max-width: 800px) {
  .p-works-pickup {
    padding: 60px 16px;
  }
}
.p-works-pickup__inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-works-pickup__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-works-pickup__header {
    margin-bottom: 32px;
  }
}
.p-works-pickup__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.p-works-pickup__title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .p-works-pickup__title {
    font-size: 1.25rem;
  }
}
.p-works-pickup__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-works-pickup__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}
.p-works-pickup__more {
  text-align: center;
}
.p-works-pickup__more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #c1a77e;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  padding: 14px 32px;
  border: 1px solid #c1a77e;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-works-pickup__more-link:hover {
  background-color: #c1a77e;
  color: #ffffff;
}
.p-works-pickup__more-link .material-icons {
  font-size: 18px;
}

/*-- mixinフォルダの中の_index.scss --*/
/*------------------------------------
コンテナ MIXIN
---------------------------------*/
/*
使い方例：

// 最大幅1200px、パディング20px（パディングを指定する場合）
@include l-container(1200px, 20px);  

// 最大幅1000px、パディング25px（デフォルト設定値なので省略可能）
@include l-container(1000px); 

// 最大幅800px、パディングなし
@include l-container-full(800px);

関連ファイル：
- assets/scss/layout/_l-container.scss で実際のクラス定義に使用
- .l-container-1200, .l-container-1000 などのクラスで利用
*/
.p-404 {
  min-height: 70vh;
  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: 60px 20px;
}
@media (max-width: 800px) {
  .p-404 {
    min-height: auto;
    padding: 40px 16px;
  }
}
.p-404__inner {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.p-404__error {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .p-404__error {
    margin-bottom: 32px;
  }
}
.p-404__code {
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  font-weight: 300;
  color: #c1a77e;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 800px) {
  .p-404__code {
    font-size: 80px;
    margin-bottom: 12px;
  }
}
.p-404__title {
  font-size: 20px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .p-404__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.p-404__message {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .p-404__message {
    font-size: 13px;
  }
}
.p-404__nav {
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.p-404__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-404__nav-item {
  border-bottom: 1px solid #e8e4de;
}
.p-404__nav-item:last-child {
  border-bottom: none;
}
.p-404__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 20px;
  text-decoration: none;
  color: #2c2c2c;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.p-404__nav-link:hover {
  background: #f9f7f4;
}
.p-404__nav-link--home {
  background: #c1a77e;
  color: #ffffff;
}
.p-404__nav-link--home:hover {
  background: #6b5b47;
}
.p-404__nav-link--home .p-404__nav-arrow {
  color: #ffffff;
}
.p-404__nav-link .material-icons {
  font-size: 20px;
  color: #c1a77e;
}
.p-404__nav-link--home .material-icons {
  color: #ffffff;
}
.p-404__nav-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.p-404__nav-arrow {
  font-size: 18px;
  color: #9b9b9b;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-404__nav-link:hover .p-404__nav-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}