@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea { /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*------------------------------------------------------------
  margin-bottom / margin-top / padding-top / padding-bottom 計算
------------------------------------------------------------*/
/*------------------------------------------------------------
  タイトル ＋ テキスト ラインハイトが異なる部分の余白計算 計算
------------------------------------------------------------*/
/* 
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換 
*/
html {
  font-size: 100%;
}

body {
  color: #4e4a45;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  background: url("../img/bg-ballet.png") repeat-y center top/100% auto, #faf6ed;
  /*スマートフォンでフォントを大きめに自動調整されるのを防止*/
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
body.is-fixed {
  overflow: hidden; /* PC/Androidでのスクロール防止 */
  touch-action: none; /* iOSでのスクロール防止補助 */
  height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  padding-block-start: clamp(11.25rem, 8.375vw + 7.23rem, 14.375rem);
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-block-start: clamp(7.75rem, 14.286vw + 4.402rem, 11.25rem);
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  height: inherit;
  padding: 0 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer {
  background-color: #d7d3cb;
  padding-block: clamp(4.063rem, 6.566vw + 2.524rem, 8.125rem);
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block-end: clamp(10.292rem, 23.043vw + 4.891rem, 15.938rem);
  }
}

.l-section {
  padding-block: clamp(4.063rem, 6.566vw + 2.524rem, 8.125rem);
}

.l-fv {
  padding-block-end: clamp(1.563rem, 10.606vw - 0.923rem, 8.125rem);
}
.l-fv .c-banner {
  padding-block-start: clamp(3.75rem, 7.071vw + 2.093rem, 8.125rem);
}

.l-model .c-banner {
  margin-block-start: clamp(3.75rem, 7.071vw + 2.093rem, 8.125rem);
}

.l-fixed-box {
  position: fixed;
  bottom: 3.125rem;
  right: 1.25rem;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-fixed-box {
    right: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    padding-block: 0.625rem;
    padding-inline: 1.25rem;
  }
}

.c-main-button {
  padding: 0.75rem 1.625rem;
  border: 1px solid #a08f8d;
  border-radius: 0.625rem;
  background: #a08f8d;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
  font-size: clamp(0.875rem, 0.202vw + 0.828rem, 1rem);
}
@media (any-hover: hover) {
  .c-main-button:hover {
    background: #faf6ed;
    color: #a08f8d;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-font-gold {
  display: inline-block;
  position: relative;
  color: #c7922f;
  background-image: linear-gradient(180deg, #f6dd95 0%, #dcb13d 14%, #b97812 30%, #f4d06a 42%, #a9680d 54%, #d9a62f 74%, #5f3504 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.02em rgba(95, 53, 4, 0.48);
  text-shadow: 0 -0.028em 0 rgba(255, 233, 170, 0.74), 0 0.03em 0 rgba(242, 191, 69, 0.62), 0 0.07em 0 rgba(143, 86, 12, 0.5), 0 0.11em 0.15em rgba(74, 40, 2, 0.28);
}

.c-font-red {
  color: #b8442e;
  font-weight: inherit;
}

.c-under-line {
  position: relative;
  padding-bottom: 0.05em;
}
.c-under-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.08em;
  width: 104%;
  height: 0.12em;
  background: linear-gradient(90deg, #d24f3d 0%, #f06b4d 45%, #d74435 100%);
  border-radius: 100vmax;
  box-shadow: 0 0.02em 0.04em rgba(155, 35, 25, 0.18);
  transform: translateX(-50%) rotate(-2.5deg);
  transform-origin: center;
}

.c-banner {
  width: 100%;
  max-width: 650px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-banner {
    width: 100%;
  }
}

.p-header {
  position: fixed;
  z-index: 102;
  background-color: #faf6ed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block: 1.0625rem;
}

.p-header__inner {
  display: grid;
  align-items: center;
  justify-content: center;
  padding-inline: 2.5rem;
  grid-template-columns: repeat(3, auto);
  column-gap: 3.90625%;
}
@media screen and (max-width: 480px) {
  .p-header__inner {
    padding-inline: 1.25rem;
  }
}

.p-header__logo-top {
  max-width: 630px;
}

.p-header__logo-link {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-header__logo-link:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-header__logo-bottom {
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .p-header__logo-bottom {
    display: none;
  }
}

.p-drawer__icon {
  z-index: 110;
  position: relative;
  width: 48px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .p-drawer__icon {
    width: 24px;
    height: 16px;
  }
}
.p-drawer__icon::after {
  content: "Menu";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .p-drawer__icon::after {
    top: calc(100% + 0px);
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: #4e4a45;
}
@media screen and (max-width: 480px) {
  .p-drawer__icon--bar {
    height: 2px;
  }
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 15px;
}
@media screen and (max-width: 480px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
    translate: 0 7.5px;
  }
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -15px;
}
@media screen and (max-width: 480px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
    translate: 0 -7.5px;
  }
}
.p-drawer__icon.js-show::after {
  content: "Close";
}

.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  height: 100dvh;
  background: #faf6ed;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 820px) {
  .p-drawer {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer {
    width: 100%;
  }
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 15.40125rem 2.5rem;
  padding-inline-start: 4rem;
}
@media screen and (max-width: 820px) {
  .p-drawer__body {
    padding-block-start: 11.75rem;
    padding-inline-start: 2.125rem;
  }
}
@media screen and (max-width: 480px) {
  .p-drawer__body {
    padding-block-start: 9.875rem;
  }
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-block-end: 2.5rem;
}
.p-drawer__list li {
  position: relative;
}
.p-drawer__list li::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 11px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #4e4a45;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li::before {
    bottom: calc(100% + 12px);
  }
}
.p-drawer__list li a {
  color: #4e4a45;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-drawer__list li a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.p-drawer__list li a span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: -4px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a span {
    font-size: 1.25rem;
  }
}

.p-drawer__lists {
  margin-block-start: 1rem;
  padding-inline-start: 1.5rem;
}
.p-drawer__lists li {
  margin-block-start: 0.5rem;
}
.p-drawer__lists li::before {
  content: none;
}
.p-drawer__lists li a {
  color: #4e4a45;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-drawer__lists li a {
    font-size: 0.875rem;
  }
}
.p-drawer__lists li a span {
  margin-inline-end: 0.3125rem;
}

.p-drawer__overlay {
  position: fixed;
  width: 50%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 101;
  translate: -101%;
  transition: translate 0.5s ease;
}
.p-drawer__overlay.js-show {
  translate: 0;
}
@media screen and (max-width: 820px) {
  .p-drawer__overlay {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__overlay {
    display: none;
  }
}

.p-footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-footer {
    flex-direction: column;
    align-items: center;
  }
}

.p-footer__head {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-footer__head {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-footer__logo-link {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__logo-link:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-footer__content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(0.313rem, 0.505vw + 0.194rem, 0.625rem);
  justify-items: center;
  margin-block-start: clamp(1.563rem, 2.525vw + 0.971rem, 3.125rem);
}

.p-footer__name {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 700;
  position: relative;
  padding-inline-start: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__name {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-footer__name::before {
  content: "";
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url("../img/icon-rocky.png") no-repeat center center/contain;
  left: 0;
  top: 0;
}

.p-footer__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5.3571428571%;
  width: 100%;
}

.p-footer__text {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 700;
}

.p-footer__body {
  width: 41.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    width: 100%;
    margin-block-start: 3.125rem;
  }
}

.p-footer__nav {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-block-end: 2.5rem;
}
.p-footer__nav li {
  position: relative;
}
.p-footer__nav li::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 11px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #4e4a45;
}
@media screen and (max-width: 767px) {
  .p-footer__nav li::before {
    bottom: calc(100% + 12px);
  }
}
.p-footer__nav li a {
  color: #4e4a45;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav li a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.p-footer__nav li a span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: -4px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-footer__nav li a span {
    font-size: 1.25rem;
  }
}
.p-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6%;
  row-gap: 1rem;
  margin-block-end: 0;
}
@media screen and (max-width: 980px) {
  .p-footer__nav {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    justify-items: center;
  }
}
.p-footer__nav li::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-footer__nav li a {
    text-align: center;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  height: 100%;
  margin-block-end: clamp(1.25rem, 3.03vw + 0.54rem, 3.125rem);
  position: relative;
  width: 100%;
  max-width: 1240px;
  height: inherit;
  padding: 0 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 0;
  }
}

.p-fv__image {
  width: 100%;
  height: 100%;
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-fv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% calc(-50% - 6.25rem);
  font-size: clamp(2rem, 3.434vw + 1.195rem, 4.125rem);
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  -webkit-text-stroke: 3px #4e4a45;
  paint-order: stroke;
  width: 100%;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    width: -moz-fit-content;
    width: fit-content;
    left: clamp(0rem, 20.408vw - 4.783rem, 5rem);
    translate: 0 calc(-50% - clamp(9rem, 27.041vw + 2.662rem, 15.625rem));
    text-align: left;
    text-indent: -5em;
    margin-inline-start: 5em;
  }
}

.p-fv__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__icon {
    display: block;
    position: absolute;
    top: clamp(0.625rem, 17.857vw - 3.56rem, 5rem);
    left: 50%;
    translate: calc(-50% + clamp(8.125rem, 22.959vw + 2.744rem, 13.75rem));
    width: 21.6284987277%;
  }
}

.p-fv__text {
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-fv__text {
  line-height: 1.2;
}
.p-fv__text .c-font-gold {
  font-size: 1.6em;
  vertical-align: middle;
  margin-inline-end: 0.1em;
  margin-block-end: 0.3em;
}

.p-section__title {
  width: 30.8333333333%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-section__title {
    width: 59.7014925373%;
  }
}

.p-section__text {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-section__text {
    line-height: 1.8;
  }
}

.p-concept__wrap {
  position: relative;
}
.p-concept__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + clamp(1.875rem, 3.03vw + 1.165rem, 3.75rem));
  background: url("../img/bg-gradation-pink.png") no-repeat center center/contain;
  top: calc(50% + clamp(3.125rem, 1.675vw + 2.321rem, 3.75rem));
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-concept__wrap::before {
    top: calc(50% + clamp(-2.5rem, 22.959vw - 7.881rem, 3.125rem));
  }
}

.p-concept__copy {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: clamp(3.75rem, 3.03vw + 3.04rem, 5.625rem);
  position: relative;
  z-index: 2;
}

.p-concept__copy-title {
  font-weight: 700;
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept__copy-title {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-concept__copy-title:first-child {
  position: relative;
}
.p-concept__copy-title:first-child::before, .p-concept__copy-title:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.p-concept__copy-title:first-child::before {
  width: clamp(1.875rem, 2.02vw + 1.402rem, 3.125rem);
  height: clamp(1.875rem, 2.02vw + 1.402rem, 3.125rem);
  left: 0;
  background: url("../img/icon-flower.png") no-repeat center center/contain;
}
.p-concept__copy-title:first-child::after {
  width: clamp(2.188rem, 2.525vw + 1.596rem, 3.75rem);
  height: clamp(1.875rem, 2.02vw + 1.402rem, 3.125rem);
  right: 0;
  background: url("../img/icon-leaves.png") no-repeat center center/contain;
}

.p-concept__content {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: clamp(3.75rem, 2.02vw + 3.277rem, 5rem);
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-concept__content::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
  left: 100%;
  width: 3.8125rem;
  height: 16.0625rem;
  background: url("../img/icon-president.png") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-concept__content::before {
    display: none;
  }
}
.p-concept__content .p-section__text + .p-section__text {
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-concept__content .p-section__text + .p-section__text {
    margin-block-start: 1.25rem;
  }
}

.p-gallery__content {
  position: relative;
  margin-block-start: clamp(1.875rem, 3.03vw + 1.165rem, 3.75rem);
  width: 75%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-gallery__content {
    width: 100%;
  }
}

.p-splide__wrap {
  margin-block-start: clamp(3.75rem, 4.04vw + 2.803rem, 6.25rem);
}

.p-splide {
  padding-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-splide {
    padding-block-end: 1.125rem;
  }
}

.p-splide__note {
  color: #4e4a45;
  font-size: clamp(1rem, 0.404vw + 0.905rem, 1.25rem);
  font-weight: 700;
  margin-block-end: clamp(0.875rem, 0.606vw + 0.733rem, 1.25rem);
  text-align: center;
}

.p-splide__arrow {
  --button-position: 0.625rem;
  background: none;
  border: none;
  box-shadow: none;
  width: 0;
  height: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1;
}
.p-splide__arrow svg {
  display: none;
}
.p-splide__arrow--prev {
  border-top: clamp(0.625rem, 1.01vw + 0.388rem, 1.25rem) solid transparent;
  border-bottom: clamp(0.625rem, 1.01vw + 0.388rem, 1.25rem) solid transparent;
  border-right: clamp(0.938rem, 1.515vw + 0.582rem, 1.875rem) solid #4e4a45;
  left: var(--button-position);
}
.p-splide__arrow--next {
  border-top: clamp(0.625rem, 1.01vw + 0.388rem, 1.25rem) solid transparent;
  border-bottom: clamp(0.625rem, 1.01vw + 0.388rem, 1.25rem) solid transparent;
  border-left: clamp(0.938rem, 1.515vw + 0.582rem, 1.875rem) solid #4e4a45;
  right: var(--button-position);
}
.p-splide__arrow:hover, .p-splide__arrow:focus {
  background: none;
  opacity: 0.7;
}
.p-splide__arrow:disabled {
  opacity: 0.3;
}

.p-splide__pagination {
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.p-splide__pagination__page {
  --ballet-size: clamp(0.5rem, 0.404vw + 0.405rem, 0.75rem);
  width: var(--ballet-size);
  height: var(--ballet-size);
  border-radius: 50%;
  background: #4e4a45;
  opacity: 0.3;
  border: none;
  padding: 0;
  margin: 0;
  transition: opacity 0.3s;
}
.p-splide__pagination__page.is-active {
  opacity: 1;
  transform: none;
  background: #4e4a45;
}
.p-splide__pagination__page:hover {
  opacity: 0.7;
}

.p-model__content {
  background-color: #c2bdb1;
  border-radius: 1.875rem;
  margin-block-start: clamp(3.75rem, 3.03vw + 3.04rem, 5.625rem);
  padding-block: clamp(1.875rem, 3.03vw + 1.165rem, 3.75rem);
  padding-inline: clamp(1.875rem, -1.515vw + 3.168rem, 2.813rem);
}

.p-model__heading {
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-model__heading {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-model__heading {
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.8518518519%;
  width: 100%;
}
.p-model__heading::before, .p-model__heading::after {
  content: "";
  width: 20.9259259259%;
  height: 1.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-model__heading::before, .p-model__heading::after {
    width: 13%;
  }
}
.p-model__heading::before {
  background: url("../img/icon-visitor-heading01.png") no-repeat center center/contain;
}
.p-model__heading::after {
  background: url("../img/icon-visitor-heading02.png") no-repeat center center/contain;
}

.p-model__lists {
  display: flex;
  justify-content: center;
  column-gap: 5.5555555556%;
  margin-block-start: clamp(1.875rem, 3.03vw + 1.165rem, 3.75rem);
}
@media screen and (max-width: 768px) {
  .p-model__lists {
    flex-direction: column;
    align-items: center;
    row-gap: 3.75rem;
  }
}

.p-model__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  row-gap: 1.875rem;
}
.p-model__item:nth-child(1) {
  width: calc(40% - 3.75rem);
}
@media screen and (max-width: 768px) {
  .p-model__item:nth-child(1) {
    width: 100%;
  }
}
.p-model__item:nth-child(2) {
  width: calc(27% - 3.75rem);
}
@media screen and (max-width: 768px) {
  .p-model__item:nth-child(2) {
    width: 100%;
  }
}
.p-model__item:nth-child(3) {
  width: calc(26% - 3.75rem);
}
@media screen and (max-width: 768px) {
  .p-model__item:nth-child(3) {
    width: 96%;
  }
}

.p-model__copy {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 700;
}
.p-model__copy .p-model__number {
  font-size: 1.5em;
  margin-inline-end: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-model__image {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .p-model__image {
    max-width: 280px;
  }
}

.p-model__message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  row-gap: 1.875rem;
  margin-block-start: clamp(3.125rem, 5.051vw + 1.941rem, 6.25rem);
}

.p-model__message-wrap {
  text-align: center;
}

.p-model__message-image {
  width: 13.4166666667%;
}
@media screen and (max-width: 767px) {
  .p-model__message-image {
    display: none;
  }
}

.p-model__price-wrap {
  width: 50%;
  margin-inline: auto;
  margin-block-start: clamp(1.875rem, 3.03vw + 1.165rem, 3.75rem);
  display: grid;
  gap: clamp(0.313rem, 0.505vw + 0.194rem, 0.625rem);
}
@media screen and (max-width: 767px) {
  .p-model__price-wrap {
    width: 100%;
    max-width: 400px;
  }
}

.p-model__price-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding-inline: 0.625rem;
}

.p-model__accordion {
  border: 1px solid #4e4a45;
  padding: 1.875rem clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  background-color: #ffffff;
  max-width: 650px;
  margin-inline: auto;
}
.p-model__accordion .p-accordion__body {
  display: grid;
  gap: 1.25rem;
  width: 51.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-model__accordion .p-accordion__body {
    width: 100%;
    max-width: 500px;
  }
}
.p-model__accordion .p-accordion__wrap {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5%;
}
@media screen and (max-width: 767px) {
  .p-model__accordion .p-accordion__wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.25rem;
  }
}
.p-model__accordion .p-accordion__wrap dt {
  font-weight: 500;
}
.p-model__accordion .c-main-button {
  text-align: center;
  width: 95%;
  margin-inline: auto;
}
.p-model__accordion .p-accordion__panel {
  padding-inline: 0rem;
}

.p-model__accordion-heading {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
}

.p-model__accordion-wrap {
  font-size: clamp(0.875rem, 0.202vw + 0.828rem, 1rem);
  display: flex;
  align-items: center;
}

.p-model__accordion-image {
  width: 43.3333333333%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-model__accordion-image {
    width: 100%;
    max-width: 500px;
  }
}

.p-model__accordion-panel-wrap {
  display: grid;
  row-gap: clamp(1.875rem, 3.03vw + 1.165rem, 3.75rem);
}

.p-model__button {
  margin-block-start: clamp(3.125rem, 5.051vw + 1.941rem, 6.25rem);
}
.p-model__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}

.p-model__button-label {
  position: relative;
  padding-inline: 0.625rem;
}
.p-model__button-label::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  right: calc(100% + 0.3125rem);
  width: 2.5rem;
  height: 3rem;
  background: url(../img/icon-leaves02.png) no-repeat center center/cover;
}

.p-model__list {
  margin-block-start: clamp(5rem, 5.051vw + 3.816rem, 8.125rem);
}

.p-line-up__content {
  margin-block-start: clamp(3.75rem, 3.03vw + 3.04rem, 5.625rem);
  display: grid;
  gap: 6.25rem;
}

.p-line-up__accordion .p-accordion__wrap {
  --content-position: clamp(0rem, 0vw + 0rem, 0rem);
  position: relative;
  top: var(--content-position);
  margin-block-end: var(--content-position);
}
@media screen and (max-width: 767px) {
  .p-line-up__accordion .p-accordion__wrap {
    --content-position: 0.625rem;
  }
}
.p-line-up__accordion.--natu .p-line-up__panel-illust {
  width: 8.8235294118%;
  position: absolute;
  top: calc(100% - 1.875rem);
  right: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-line-up__accordion.--natu .p-line-up__panel-illust {
    width: 13.8121546961%;
    right: calc(100% - 2.1875rem);
    top: 50%;
    translate: 0 -50%;
  }
}
.p-line-up__accordion.--craft .p-line-up__panel-illust {
  width: 13.7254901961%;
  position: absolute;
  top: calc(100% - 2.5rem);
  left: calc(100% - 5rem);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-line-up__accordion.--craft .p-line-up__panel-illust {
    width: 24.861878453%;
    left: calc(100% - 5.3125rem);
    top: 100%;
    translate: 0 -50%;
  }
}
.p-line-up__accordion.--flat .p-accordion__wrap {
  --content-position: clamp(-1.25rem, -3.373vw + 1.617rem, 0rem);
}
@media screen and (max-width: 767px) {
  .p-line-up__accordion.--flat .p-accordion__wrap {
    --content-position: clamp(-3.125rem, -8.929vw + 1.155rem, -0.938rem);
  }
}
.p-line-up__accordion.--flat .p-line-up__floors {
  display: block;
}
.p-line-up__accordion.--flat .p-line-up__panel-illust {
  width: 13.7254901961%;
  position: absolute;
  top: calc(100% - 2.5rem);
  right: calc(100% - 5rem);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-line-up__accordion.--flat .p-line-up__panel-illust {
    width: 24.861878453%;
    right: calc(100% - 4.875rem);
    top: calc(100% + 1.25rem);
    translate: 0 -50%;
  }
}
.p-line-up__accordion .p-accordion__button {
  margin-block-start: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-line-up__accordion .p-accordion__button {
    margin-block-start: 3.125rem;
  }
}
.p-line-up__accordion .p-accordion__button-label {
  position: relative;
  padding-inline: 0.625rem;
}
.p-line-up__accordion .p-accordion__button-label::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  right: calc(100% + 0.3125rem);
  width: 2.5rem;
  height: 3rem;
  background: url(../img/icon-leaves02.png) no-repeat center center/cover;
}

.p-line-up__plan {
  display: flex;
  align-items: center;
  gap: 0.8333333333%;
  margin-inline-start: 11.6666666667%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-line-up__plan {
    flex-wrap: wrap;
    margin-inline-start: 0;
    row-gap: 0.625rem;
  }
}

.p-line-up__plan-number {
  width: 17.9245283019%;
}
@media screen and (max-width: 767px) {
  .p-line-up__plan-number {
    width: 33.3333333333%;
  }
}

.p-line-up__plan-name {
  font-size: clamp(1.313rem, 0.303vw + 1.241rem, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.p-line-up__heading {
  margin-block-start: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  width: 77.1604938272%;
}
@media screen and (max-width: 767px) {
  .p-line-up__heading {
    margin-inline: auto;
  }
}

.p-line-up__spec {
  margin-block-start: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.25rem;
  background: url(../img/bg-green.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-line-up__spec {
    margin-inline: auto;
  }
}

.p-line-up__spec-row {
  display: flex;
  gap: 0.625rem;
  color: #4e4a45;
  font-size: clamp(0.875rem, 0.202vw + 0.828rem, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-line-up__spec-row {
    font-size: clamp(1rem, 3.061vw + 0.283rem, 1.75rem);
  }
}
.p-line-up__spec-row:not(:first-child) {
  margin-block-start: 0.5rem;
}
.p-line-up__spec-row dt {
  min-width: 3rem;
}

.p-line-up__price {
  display: flex;
  gap: 5.5555555556%;
  flex-wrap: nowrap;
  margin-block-start: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-line-up__price {
    justify-content: center;
  }
}

.p-line-up__price-icon {
  width: 24.6913580247%;
  flex-shrink: 0;
}
.p-line-up__price-icon img {
  height: auto;
}

.p-line-up__price-value {
  width: 51.2345679012%;
}

.p-line-up__house {
  width: 48.3333333333%;
}
@media screen and (max-width: 820px) {
  .p-line-up__house {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .p-line-up__house {
    width: 100%;
  }
}

.p-line-up__floors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.616vw + 0.621rem, 2rem);
  align-items: end;
  margin-block-start: clamp(1.5rem, 0.808vw + 1.311rem, 2rem);
}
@media screen and (max-width: 767px) {
  .p-line-up__floors {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
}

.p-line-up__floor {
  text-align: center;
}
.p-line-up__floor img {
  width: 100%;
}
.p-line-up__floor figcaption {
  margin-block-start: 0.5rem;
  color: #4e4a45;
  font-size: clamp(0.875rem, 0.202vw + 0.828rem, 1rem);
  font-weight: 700;
  text-align: left;
}

.p-line-up__image {
  margin-block-start: clamp(1.875rem, 5.051vw + 0.691rem, 5rem);
}

.p-accordion__inner {
  width: 100%;
}

.p-accordion__wrap {
  /* 写真差し替えのときにここを確認する */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-accordion__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.p-accordion__body {
  width: 27%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-accordion__body {
    width: 100%;
  }
}

.p-accordion__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .p-accordion__button {
    display: flex;
    margin-inline: auto;
  }
}

.p-accordion__panel {
  width: 100%;
  padding-inline: clamp(0.625rem, 8.081vw - 1.269rem, 5.625rem);
  margin-inline: auto;
  max-height: 0;
  margin-block-start: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, margin-top 0.5s ease, opacity 0.3s ease;
}
.p-accordion__panel .p-splide--wrap {
  margin-block-start: clamp(3.125rem, 5.051vw + 1.941rem, 6.25rem);
}

.p-accordion__panel-inner {
  padding-block-end: 1rem;
}

.p-accordion__panel .p-line-up__floors {
  margin-block-start: 0;
}

.p-accordion__inner.is-open .p-accordion__panel {
  margin-block-start: clamp(2.5rem, 4.04vw + 1.553rem, 5rem);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-accordion__inner.is-open .p-accordion__wrap .p-accordion__button {
    display: none;
  }
}

.p-accordion__panel .p-accordion__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-accordion__panel .p-accordion__button {
    display: flex;
    margin-block-start: 1.875rem;
    margin-inline: auto;
  }
}

.p-accordion__scene {
  overflow: hidden;
  border-radius: 1.25rem;
}
.p-accordion__scene img {
  width: 100%;
  aspect-ratio: 1000/667;
  object-fit: cover;
}

.p-accordion__panel-wrap {
  position: relative;
}

.p-accordion__panel-box {
  display: flex;
  flex-direction: column-reverse;
  row-gap: clamp(0.625rem, 0.505vw + 0.507rem, 0.938rem);
}
.p-accordion__panel-box.--first {
  flex-direction: column;
  row-gap: 1.875rem;
}

.p-accordion__panel-heading {
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-accordion__panel-heading {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-accordion__panel-heading {
  font-weight: 700;
  margin-block-end: 0.625rem;
}

.p-accordion__panel-text {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 500;
  text-align: center;
}

.p-accordion__panel-bg {
  padding-block: clamp(1.875rem, 3.03vw + 1.165rem, 3.75rem);
  padding-inline: clamp(1.25rem, 0.404vw + 1.155rem, 1.5rem);
  background-color: #e0e0de;
}

.p-accordion__panel-name {
  font-size: clamp(1.125rem, 0.303vw + 1.054rem, 1.313rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #4e4a45;
  padding-block: 0.625rem;
  padding-inline: clamp(0.5rem, 1.01vw + 0.263rem, 1.125rem);
  background-color: #cce3cd;
  flex-shrink: 0;
}

.p-accordion__panel-name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.7699115044%;
}
@media screen and (max-width: 767px) {
  .p-accordion__panel-name-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0.625rem;
  }
}

.p-accordion__panel-map {
  width: 100%;
  margin-block-start: clamp(1.25rem, 2.02vw + 0.777rem, 2.5rem);
}
.p-accordion__panel-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .p-accordion__panel-map iframe {
    aspect-ratio: 1/1;
  }
}

.p-accordion__panel-note {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-accordion__panel-note {
    text-align: center;
  }
}

.p-accordion__panel-data {
  display: grid;
  row-gap: clamp(0.75rem, 0.404vw + 0.655rem, 1rem);
  margin-block-start: clamp(1.25rem, -0.505vw + 1.681rem, 1.563rem);
}

.p-accordion__panel-data-head {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 500;
  background-color: #5e4c41;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: clamp(0.25rem, 0.202vw + 0.203rem, 0.375rem);
  padding-inline: clamp(0.5rem, 1.01vw + 0.263rem, 1.125rem);
  flex-shrink: 0;
}

.p-accordion__panel-data-body {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 500;
}

.p-accordion__panel-map-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
  margin-block-start: clamp(1.25rem, -1.515vw + 2.543rem, 2.188rem);
}
@media screen and (max-width: 767px) {
  .p-accordion__panel-map-button {
    margin-inline: auto;
  }
}

.p-accordion__panel-map-button-link {
  background: #ffffff;
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 700;
  border: 2px solid currentColor;
  padding-block: clamp(0.5rem, -0.202vw + 0.672rem, 0.625rem) clamp(0.5rem, -0.404vw + 0.845rem, 0.75rem);
  padding-inline: clamp(0.625rem, 1.01vw + 0.388rem, 1.25rem);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-accordion__panel-map-button-link:hover {
    background: #4e4a45;
    color: #ffffff;
  }
}

.p-specification__content {
  background: url(../img/specification01-pc.png) no-repeat center center/cover;
  padding-block-start: clamp(1.875rem, 9.091vw - 0.256rem, 7.5rem);
  width: 100%;
  height: 100%;
  aspect-ratio: 2324/1474;
  margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-specification__content {
    margin-block-start: 2.5rem;
    background: url(../img/specification01-sp.png) no-repeat center center/cover;
    aspect-ratio: 1600/975;
  }
}

.p-specification__copy {
  text-align: center;
  font-size: clamp(1.5rem, 2.424vw + 0.932rem, 3rem);
  font-weight: 900;
  color: #4b453f;
  -webkit-text-stroke: 2px #ffffff;
  paint-order: stroke;
  width: 50%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-specification__copy {
    width: 100%;
  }
}

.p-specification__slide {
  margin-block-start: clamp(3.125rem, 8.081vw + 1.231rem, 8.125rem);
}

.p-performance {
  --performance-color: #eb0011;
  --performance-body-text: clamp-tool(16, 18);
  --content-narrow: 800px;
}

.p-performance__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  position: relative;
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-performance__heading {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-performance__heading::before, .p-performance__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-performance__heading::before, .p-performance__heading::after {
    top: 0.3em;
    translate: 0 0;
  }
}
.p-performance__heading::before {
  width: 1.4375rem;
  height: 1.4375rem;
  right: calc(100% + 0.625rem);
  background: url("../img/icon-flower.png") no-repeat center center/contain;
}
.p-performance__heading::after {
  width: 1.625rem;
  height: 1.25rem;
  left: calc(100% + 0.625rem);
  background: url("../img/icon-leaves.png") no-repeat center center/contain;
}

.p-performance__content {
  margin-block-start: clamp(3.75rem, 3.03vw + 3.04rem, 5.625rem);
}

.p-performance__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 5%;
  margin-block-start: clamp(3.75rem, 3.03vw + 3.04rem, 5.625rem);
}
@media screen and (max-width: 767px) {
  .p-performance__wrap {
    flex-direction: column;
    align-items: center;
    row-gap: clamp(1.875rem, 3.03vw + 1.165rem, 3.75rem);
  }
}

.p-performance__text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-performance__text {
    width: 100%;
  }
}
.p-performance__text .p-section__text {
  line-height: 2;
}

.p-performance__image {
  width: 48.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-performance__image {
    width: 100%;
  }
}

.p-performance__guarantee {
  --border-radius: 1.25rem;
  background: var(--performance-color);
  padding-block: clamp(0.938rem, 1.515vw + 0.582rem, 1.875rem);
  padding-inline: clamp(1.25rem, 1.01vw + 1.013rem, 1.875rem);
  border-radius: var(--border-radius);
  width: 100%;
  max-width: var(--content-narrow);
  margin-block-start: clamp(3.75rem, 3.03vw + 3.04rem, 5.625rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-performance__guarantee {
    --border-radius: 0.625rem;
  }
}
.p-performance__guarantee .p-splide {
  margin-block-start: clamp(0.938rem, 1.515vw + 0.582rem, 1.875rem);
}
.p-performance__guarantee .p-splide__slide {
  background: #ffffff;
  border-radius: calc(var(--border-radius) / 2);
  padding-block: clamp(0.938rem, 0.505vw + 0.819rem, 1.25rem);
  padding-inline: clamp(2.5rem, 2.424vw + 1.932rem, 4rem);
}
.p-performance__guarantee .p-splide__slide h4 {
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-performance__guarantee .p-splide__slide h4 {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-performance__guarantee .p-splide__slide h4 {
  font-weight: 700;
  color: var(--performance-color);
  margin-block-end: clamp(0.563rem, 0.606vw + 0.42rem, 0.938rem);
}
@media screen and (max-width: 767px) {
  .p-performance__guarantee .p-splide__slide h4 {
    margin-block-end: 0.5625rem;
  }
}
.p-performance__guarantee .p-splide__slide p {
  color: #4e4a45;
  font-size: var(--performance-body-text);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-performance__guarantee .p-splide__slide p {
    line-height: 1.786;
  }
}

.p-performance__guarantee-heading {
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.313rem, 1.111vw + 1.052rem, 2rem);
  font-weight: 700;
  margin-block-end: clamp(0.313rem, 1.01vw + 0.076rem, 0.938rem);
}
@media screen and (max-width: 767px) {
  .p-performance__guarantee-heading {
    letter-spacing: 0;
    line-height: 1.786;
  }
}

.p-performance__guarantee-text {
  color: #ffffff;
  font-size: var(--performance-body-text);
  font-weight: 700;
}

.p-performance__guarantee-wrap {
  margin-block-start: clamp(3.125rem, 5.051vw + 1.941rem, 6.25rem);
  width: 100%;
  max-width: var(--content-narrow);
  margin-inline: auto;
  display: grid;
  row-gap: clamp(1.25rem, 1.01vw + 1.013rem, 1.875rem);
}

.p-performance__splide {
  background: #ffffff;
  padding-block: clamp(1.25rem, 1.01vw + 1.013rem, 1.875rem);
  padding-inline: clamp(1.25rem, 1.01vw + 1.013rem, 1.875rem);
  border-radius: 0.625rem;
}

.p-performance__splide-heading {
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-performance__splide-heading {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-performance__splide-heading {
  font-weight: 700;
  color: var(--performance-color);
  text-align: center;
  margin-block-end: clamp(0.625rem, 1.01vw + 0.388rem, 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-performance__splide-heading {
    letter-spacing: 0;
  }
}

.p-performance__splide-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.938rem, -0.505vw + 1.368rem, 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-performance__splide-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.p-performance__splide-text {
  color: #4e4a45;
  font-size: var(--performance-body-text);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-performance__splide-text {
    line-height: 1.786;
  }
}

.p-performance__splide-image {
  width: 30%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-performance__splide-image {
    width: 100%;
  }
}

.p-over-view h2 {
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-over-view h2 {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-over-view h2 {
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  padding-inline-start: 0;
  width: 100%;
}

.p-over-view__content {
  position: relative;
}

.p-over-view__lists {
  display: grid;
  gap: clamp(0.938rem, 1.515vw + 0.582rem, 1.875rem);
  margin-block-start: clamp(0.938rem, 1.515vw + 0.582rem, 1.875rem);
}

.p-over-view__wrap {
  display: grid;
  gap: 0.3125rem;
}

.p-over-view__head {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 700;
}

.p-over-view__body {
  font-size: clamp(1rem, 0.202vw + 0.953rem, 1.125rem);
  font-weight: 700;
}

.p-over-view__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55.4166666667%;
}
@media screen and (max-width: 480px) {
  .p-over-view__image {
    position: static;
    width: 100%;
    margin-block-start: 1.875rem;
  }
}

.p-over-view__cta {
  margin-block-start: clamp(5.625rem, 9.091vw + 3.494rem, 11.25rem);
}

.p-over-view__cta-copy {
  color: #4e4a45;
  font-size: clamp(1rem, 0.808vw + 0.811rem, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-over-view__cta-copy {
    letter-spacing: 0;
    line-height: 1.786;
  }
}
.p-over-view__cta-copy {
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-over-view__cta-copy::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: clamp(1.875rem, 6.566vw + 0.336rem, 5.938rem);
  height: clamp(3.125rem, 6.566vw + 1.586rem, 7.188rem);
  background: url("../img/icon-balloon.png") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-over-view__cta-copy::before {
    bottom: 0.3em;
  }
}

.p-over-view__cta-image {
  margin-block-start: clamp(1.563rem, 2.525vw + 0.971rem, 3.125rem);
}

.p-over-view__button {
  margin-block-start: clamp(1.563rem, 2.525vw + 0.971rem, 3.125rem);
}
.p-over-view__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}

.p-over-view__button-label {
  position: relative;
  padding-inline: 0.625rem;
}
.p-over-view__button-label::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  right: calc(100% + 0.3125rem);
  width: 2.5rem;
  height: 3rem;
  background: url(../img/icon-leaves02.png) no-repeat center center/cover;
}

.p-over-view__form {
  margin-block-start: clamp(1.563rem, 2.525vw + 0.971rem, 3.125rem);
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
}
.p-over-view__form iframe {
  width: 100%;
  height: 1550px;
}
@media screen and (max-width: 767px) {
  .p-over-view__form iframe {
    height: 1660px;
  }
}

.p-over-view__button-image {
  max-width: 800px;
  margin-inline: auto;
  margin-block-start: clamp(5rem, 7.071vw + 3.343rem, 9.375rem);
}

.p-over-view__button-image-link {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-over-view__button-image-link:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .p-fixed-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14.328358209%;
  }
}

.p-fixed-box__item + .p-fixed-box__item {
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-box__item + .p-fixed-box__item {
    margin-block-start: 0;
  }
}

.p-fixed-box__link {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-fixed-box__link:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 390px) {
  .u-sp-narrow {
    display: none !important;
  }
}
@media screen and (min-width: 391px) {
  .u-pc-narrow {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-inline-block {
  display: inline-block;
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}