@charset "UTF-8";

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  color: initial;
  text-decoration: none;
  opacity: 0.8;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --ratio: 1.5;
  --s-3: calc(var(--s0) * 0.6875);
  --s-2: calc(var(--s0) * 0.75);
  --s-1: calc(var(--s0) * 0.875);
  --s0: 1rem;
  --s1: calc(var(--s0) * 1.25);
  --s2: calc(var(--s0) * var(--ratio));
  --s3: calc(var(--s0) * 2);
  --s4: calc(var(--s0) * 2.5);
  --s5: calc(var(--s2) * var(--ratio) * var(--ratio));
  --s8: calc(var(--s0) * 5);
  --s12: calc(var(--s0) * 8);
  --s12: calc(var(--s0) * 10);
  --font-size-smallest: var(--s-3);
  --font-size-small: var(--s-2);
  --font-size-smallish: var(--s-1);
  --font-size-base: var(--s0);
  --font-size-biggish: var(--s1);
  --font-size-biggest: var(--s2);
  --font-size-strong: var(--s3);
  --font-size-strongish: var(--s4);
  --font-size-strongest: var(--s5);
  --font-size-fv: var(--s8);
  --font-size-deco: var(--s12);
  --font-size-deco-big: var(--s16);
}

:root {
  --white: #FAF8F4;
  --point: #BF8B07;
  --black: #49403A;
  --beige: #E1D5C5;
}

/* base default*/
* {
  --min-viewport: 375;
  --max-viewport: 1920;
  /* a 傾き */
  --slope: calc((var(--max-size) - var(--min-size)) / (var(--max-viewport) - var(--min-viewport)));
  /* b 切片 */
  --intercept: calc(var(--min-size) - var(--slope) * var(--min-viewport));
  /* y = ax + b */
  --fluid-size: calc(var(--slope) * 100vw + var(--intercept) / 16 * 1rem);
  /* clamp( 最小サイズ , 可変サイズ , 最大サイズ) */
  --clamp-size: clamp(var(--min-size) / 16 * 1rem, var(--fluid-size), var(--max-size) / 16 * 1rem);
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: var(--white);
}

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

h2 {
  font-size: 10rem;
  font-weight: 400;
}

html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
}

body {
  overflow-x: hidden;
  color: var(--black);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

address {
  font-style: normal;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: solid 2px var(--blue);
}

input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
}

input[type=radio] {
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid var(--blue);
}
input[type=radio]::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type=radio]:checked:before {
  background: var(--blue);
}

input[type=checkbox]:not(:checked) {
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid var(--blue);
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 31.1129%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .iframe-wrapper {
    padding-bottom: 64.1399417%;
  }
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-flex {
  display: flex;
}

/* Layout (prefix: l-)
    ------------------------------------------------*/
.l-wrapper {
  padding-inline: 6%;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-inline: 16px;
  }
}

.l-header__logo {
  z-index: 1;
  max-width: 90px;
}
@media screen and (max-width: 992px) {
  .l-header__logo {
    max-width: px;
  }
}
.l-header__mail {
  z-index: 9999;
  position: fixed;
  right: 110px;
  top: 10px;
}
@media screen and (max-width: 992px) {
  .l-header__mail {
    width: 50px;
    height: 50px;
    right: 66px;
  }
}
.l-header__mail .l-header__mail--pink {
  display: none;
}
.l-header__mail.active .l-header__mail--pink {
  display: block;
}
.l-header__mail.active .l-header__mail--white {
  display: none;
}

.l-header__nav--link {
  text-align: center;
  color: var(--white);
  font-family: "BIZ UDPMincho", serif;
}
.l-header__sns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-header__sns {
    max-width: 140px;
  }
}
.l-header__sns--link {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .l-header__sns--link {
    width: 50px;
  }
}
.l-header__sns--link:last-child {
  margin-right: 0;
  margin-top: 36px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__sns--link:last-child {
    margin-top: 24px;
    width: 100%;
  }
}
.l-header__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  width: 90px;
  height: 90px;
  background-color: var(--white);
  color: var(--pink);
  border: 2px solid var(--pink);
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
@media screen and (max-width: 992px) {
  .l-header__button {
    width: 50px;
    height: 50px;
    row-gap: 6px;
  }
}
.l-header__button.active {
  background-color: var(--pink);
  color: var(--white);
  border: 1px solid var(--white);
}
.l-header__button .l-header__line {
  width: 40px;
  height: 2px;
  background-color: var(--pink);
}
@media screen and (max-width: 992px) {
  .l-header__button .l-header__line {
    width: 22px;
  }
}
.l-header__button.active .l-header__line {
  background-color: var(--white);
}
.l-header__button.active .l-header__line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media screen and (max-width: 992px) {
  .l-header__button.active .l-header__line:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
}
.l-header__button.active .l-header__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.4s;
}
.l-header__button.active .l-header__line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media screen and (max-width: 992px) {
  .l-header__button.active .l-header__line:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.l-header {
  padding-inline: 16px;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--white);
  padding-block: 32px;
  max-width: 1680px;
  margin-inline: auto;
}
@media (max-width: 1399px) {
  .l-header__inner {
    justify-content: space-between;
    padding-block: 11px;
  }
}

.l-header__logo {
  max-width: 90px;
}
@media screen and (max-width: 992px) {
  .l-header__logo {
    max-width: 79px;
  }
}

.l-header__nav {
  width: 100%;
  display: flex;
  gap: 3%;
  align-items: center;
  justify-content: center;
}
.l-header__nav_02 {
  gap: 2.5%;
}
@media screen and (max-width: 1400px) {
  .l-header__nav {
    flex-direction: column;
    row-gap: 40px;
    background: var(--point);
  }
  .l-header__nav_02 {
    row-gap: 40px;
  }
}

.l-header__nav--text {
  --min-size: 16;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  color: var(--black);
}
@media screen and (max-width: 1400px) {
  .l-header__nav--text {
    color: var(--white);
  }
}

.l-header__nav--button {
  background-color: var(--point);
  color: var(--white);
  --min-size: 16;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.625;
  padding-block: 16px;
  max-width: 246px;
  width: 18%;
  text-align: center;
}
.l-header__nav--button_02 {
  width: 12%;
  margin-left: 8px;
}
.l-header__nav--button_02:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  .l-header__nav--button {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-header__nav--button_02 {
    width: 100%;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .l-header__nav--button_02:first-of-type {
    padding-top: 64px;
  }
}

@media screen and (max-width: 1400px) {
  .l-header__nav--buttonText {
    display: inline-block;
    border: solid 1px var(--white);
    max-width: 144px;
    width: 50%;
    padding-block: 8px;
    margin: 0 auto;
  }
}

.l-header__hamburger {
  display: none;
  width: 30px;
  height: 24px;
  position: fixed;
  right: 16px;
  z-index: 1001;
  cursor: pointer;
  border: none;
  background: transparent;
}
@media (max-width: 1399px) {
  .l-header__hamburger {
    display: block;
    width: 20px;
    height: 14px;
  }
}
.l-header__hamburger .span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  transition: all 0.3s ease;
}
.l-header__hamburger .span:nth-child(1) {
  top: 0;
}
.l-header__hamburger .span:nth-child(2) {
  top: 7px;
}
.l-header__hamburger .span:nth-child(3) {
  top: 14px;
}
.l-header__hamburger.is-open .span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
  background: var(--white);
}
.l-header__hamburger.is-open .span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open .span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
  background: var(--white);
}
@media (max-width: 768px) {
  .l-header__hamburger {
    display: block;
  }
}

.l-header__drawer {
  width: 100%;
  display: flex;
}
@media (max-width: 1400px) {
  .l-header__drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--point);
    z-index: 1000;
    padding-top: 90px;
    overflow-y: auto;
  }
}
.l-header__drawer.is-open {
  display: block;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
}

.l-footer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: var(--beige);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta {
    padding-inline: 16px;
  }
}

.l-footer-cta__inner {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
    .l-footer-cta__inner {
        gap: 24px;
    }
}

.l-footer-cta__text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  text-align: center;
  letter-spacing: 0.16px;
  line-height: 1.875;
  color: var(--black);
}

.contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.l-footer-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 0;
  max-width: 437px;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--white);
}

.l-footer-cta__button-text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-weight: 400;
  color: var(--point);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.l-footer {
  padding-bottom: 16px;
}

.l-footer__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1680px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .l-footer__wrapper {
    flex-direction: column;
  }
}

.l-footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.l-footer__logo {
  width: 90px;
  height: 25px;
}

.element-3 {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--black);
  font-size: 16px;
  line-height: 1.875;
  position: relative;
}

.l-footer__copy {
  align-self: stretch;
  color: var(--black);
  font-size: 12px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 32px;
  }
}

.l-footer__nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-left: -51px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .l-footer__nav {
    margin-left: 0;
    justify-content: flex-start;
    max-width: 525px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .l-footer__nav {
    flex-direction: column;
    align-items: baseline;
  }
}

.l-footer__address {
    min-width: 182px;
}

.l-footer__nav--link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  color: var(--black);
  font-size: 16px;
}

.l-footer__right {
  display: flex;
  flex-direction: column;
  max-width: 971px;
  align-items: flex-end;
  gap: 64px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-footer__right {
    align-items: flex-start;
    margin-top: 32px;
    row-gap: 32px;
  }
}

.l-footer__right__bottom {
  display: flex;
  align-items: center;
  gap: 64px;
}

.l-footer__right__bottom-wrap {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 992px) {
  .l-footer__right__bottom-wrap {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .l-footer__right__bottom-wrap {
    flex-direction: column;
  }
}

.l-footer__right__bottom-heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px 0px 8px;
  position: relative;
  border-left-width: 2px;
  border-left-style: solid;
  border-color: var(--point);
}

.l-footer__right__bottom-headingText {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2px;
  color: var(--point);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}

.l-footer__right__bottom-item {
  margin-top: 8px;
}

.l-footer__sns-items {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.l-footer__sns-item {
  max-width: 30px;
  max-height: 30px;
  width: 100%;
  display: inline-block;
}

/* Component (prefix: c-)
    ------------------------------------------------*/
.c-button {
  margin-top: 24px;
  background: var(--white);
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
  padding-block: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-button {
    margin-top: 16px;
  }
}

.c-button_text {
  color: var(--point);
  --min-size: 16;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  font-family: "Marcellus", serif;
  text-align: center;
}

.c-more {
  border-radius: 25px;
  padding: 10px 54px 10px 26px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-more {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 10px 0 10px 26px;
  }
}
.c-more::after {
  content: "";
  display: inline-block;
  background: url("../images/button_arrow.svg") no-repeat;
  background-size: auto;
  width: 19px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.c-more.c-button-right {
  margin: 42px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-more.c-button-right {
    margin: 40px auto 0 auto;
  }
}
.c-more::after {
  background: url("../images/button_arrow_w.svg") no-repeat;
  background-size: auto;
}



.c-more::after {
  content: "";
  display: inline-block;
  background: url("../images/arrow.svg") no-repeat left;
  background-size: auto;
  width: 56px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12.5px;
}

.c-more__text {
  --min-size: 16;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.75;
  color: var(--point);
  font-family: "Marcellus", serif;
  @media screen and (max-width: 768px) {
    text-align: right;
    padding-right: 64px;
}}

.c-heading {
  --min-size: 24;
  --max-size: 32;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  color: var(--black);
  align-self: stretch;
  font-family: "BIZ UDPMincho", serif;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

.c-heading__english {
  --min-size: 12;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  color: var(--point);
  position: relative;
  align-self: stretch;
  font-family: "Marcellus", serif;
  font-weight: 400;
  text-transform: uppercase;
}

.c-heading__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.c-heading__wrapper.center {
  text-align: center;
}

.c-heading-layer {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .c-heading-layer {
    margin-bottom: 40px;
  }
}
.c-heading-layer__title {
  font-size: 2.375rem;
  color: var(--red);
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-heading-layer__title {
    font-size: 1.75rem;
  }
}

.c-heading-bg {
  padding-top: 120px;
  position: relative;
}
.c-heading-bg::before {
  content: "";
  display: inline-block;
  background: url("../images/heading_left.png") no-repeat;
  background-size: contain;
  width: 48%;
  height: 703px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-heading-bg::before {
    height: 320px;
  }
}
.c-heading-bg::after {
  content: "";
  display: inline-block;
  background: url("../images/heading_right.png") no-repeat;
  background-size: contain;
  width: 46%;
  height: 703px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-heading-bg::after {
    height: 320px;
  }
}

.c-content-head {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-content-head {
    margin-top: 64px;
  }
}

.c-content-headMd {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-content-headMd {
    margin-top: 24px;
  }
}

.c-otherContact {
  position: relative;
  margin-top: 80px;
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  .c-otherContact {
    margin-top: 32px;
  }
}

.c-otherContactBox {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0;
  padding-block: 82px;
}
@media screen and (max-width: 768px) {
  .c-otherContactBox {
    padding-block: 32px;
  }
}

@media screen and (max-width: 768px) {
  .c-otherContactBoxInner {
    padding-inline: 16px;
  }
}

.c-otherContactTitle {
  --min-size: 21;
  --max-size: 32;
  font-size: var(--clamp-size);
  line-height: 1;
  text-align: center;
  color: var(--point);
}

.c-otherContactText {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 1.88;
  text-align: center;
  color: var(--black);
  margin-top: 40px;
  padding-inline: 16px;
}
@media screen and (max-width: 768px) {
  .c-otherContactText {
    line-height: 1.71;
    margin-top: 21px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 576px) {
  .c-otherContactText {
    padding-inline: 14%;
  }
}

.c-otherContactLink {
  display: block;
  max-width: 473px;
  padding-block: 16px;
  background-color: var(--point);
  margin-top: 24px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-otherContactLink {
    margin-top: 16px;
  }
}

.c-otherContactLinkText {
  font-size: 16px;
  line-height: 1;
  color: #FAF8F4;
  text-align: center;
}

.c-otherContactBack {
  aspect-ratio: 1920/364;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .c-otherContactBack {
    aspect-ratio: 1400/364;
  }
}
@media screen and (max-width: 1400px) {
  .c-otherContactBack {
    aspect-ratio: 992/364;
  }
}
@media screen and (max-width: 768px) {
  .c-otherContactBack {
    display: none;
  }
}

.c-otherContactBackSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-otherContactBackSp {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-priceCardWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(314px, 1fr));
  gap: 32px 40px;
}

.c-priceCardTitleEnglish {
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 8px;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--black);
}

.c-priceCardTitle {
  font-size: 15.5px;
  line-height: 1;
  color: var(--black);
}

.c-priceCardTitle2 {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 1;
  color: var(--black);
}

.c-priceCardPrice {
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.c-priceCardPrice::after {
  content: "(税込)";
  font-weight: 400;
}

/* JavaScript (prefix: js- or [data-js])
  ------------------------------------------------*/
/* Project (prefix: p-)
    ------------------------------------------------*/
.p-top-mv__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__text01 img {
  margin-top: -28px;
}
@media screen and (max-width: 1200px) {
  .p-top-mv__text01 img {
    margin-top: -6px;
  }
}
.p-top-about {
  background-color: rgba(218, 162, 154, 0.0196078431);
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding-bottom: 60px;
  }
}
.p-top-about__heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .p-top-about__heading {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__heading {
    flex-direction: row;
    justify-content: center;
  }
}
.p-top__ruby {
  font-family: "Taviraj", serif;
  font-size: 2.625rem;
  position: relative;
  font-weight: 500;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-top__ruby {
    font-size: 2rem;
  }
}
.p-top__ruby::before {
  content: "ブルーメ";
  display: inline-block;
  font-size: 1.125rem;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top__ruby::before {
    font-size: 0.875rem;
  }
}
.p-top-about__lead {
  margin-top: 56px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__lead {
    margin-top: 40px;
    font-size: 1.25rem;
  }
}
.p-top-menu__heading {
  padding-bottom: 101px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__heading {
    padding-bottom: 64px;
  }
}
.p-top-menu__heading::after {
  content: "";
  display: inline-block;
  background: url("../images/menu_decoration.png") no-repeat;
  background-size: contain;
  width: 264px;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-menu__heading::after {
    width: 160px;
    height: 80px;
  }
}
.p-top-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -120px;
}
@media screen and (max-width: 1800px) {
  .p-top-menu__list {
    margin-left: -2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__list {
    flex-direction: column;
    margin-left: 0;
  }
}
.p-top__card {
  width: 50%;
  padding-left: 120px;
}
@media screen and (max-width: 1800px) {
  .p-top__card {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__card {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__card:last-child {
    margin-bottom: 0;
  }
}
.p-top__card:nth-child(even) {
  margin-top: 20%;
}
@media screen and (max-width: 768px) {
  .p-top__card:nth-child(even) {
    margin-top: 0;
  }
}
.p-top__card--title {
  color: var(--pink);
  font-size: 2.375rem;
  margin-top: 30px;
  font-family: "BIZ UDPMincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__card--title {
    font-size: 1.75rem;
    margin-top: 30px;
  }
}
.p-top__card--text {
  margin: 30px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top__card--text {
    margin: 24px auto 0 auto;
  }
}
.p-top-menu__button {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__card--images {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}
.p-top-first {
  margin: 0 16px;
}
.p-top-first__bg {
  background-color: rgba(218, 162, 154, 0.1);
  border: 1px solid var(--pink);
  padding: 92px 16px;
  position: relative;
}
.p-top-first__bg::before {
  content: "";
  display: inline-block;
  background: url("../images/top_first_left.png") no-repeat;
  background-size: contain;
  width: 453px;
  height: 388px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-first__bg::before {
    width: 253px;
    height: 200px;
  }
}
.p-top-first__bg::after {
  content: "";
  display: inline-block;
  background: url("../images/top_first_rigth.png") no-repeat;
  background-size: contain;
  width: 453px;
  height: 388px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-first__bg::after {
    width: 253px;
    height: 200px;
  }
}
.p-top-first__text {
  margin: 40px auto 0 auto;
  max-width: 500px;
  width: 90%;
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-first__text {
    margin: 24px auto 0 auto;
  }
}
.p-top-product {
  margin: 0 16px;
}
.p-top-product__inner {
  border: 1px solid var(--pink);
  padding: 106px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-product__inner {
    padding: 60px 16px;
  }
}
.p-top-product__inner::after {
  content: "";
  display: inline-block;
  background: url("../images/top_product_decoration.png") no-repeat;
  background-size: contain;
  width: 250px;
  height: 160px;
  position: absolute;
  top: -82px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-product__inner::after {
    top: -36px;
    width: 120px;
    height: 77px;
  }
}
.p-top-product__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-product__media {
    flex-direction: column;
  }
}
.p-top-product__body {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-product__body {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.p-top-product__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-product__text {
    margin-top: 24px;
  }
}
.p-top-product__images {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-top-product__images {
    width: 100%;
  }
}
.p-top-news__media {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-news__media {
    flex-direction: column;
  }
}
.p-top-news__heading {
  text-align: left;
  min-width: 210px;
  min-height: 148px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading {
    min-height: 86px;
    padding-left: 46px;
  }
}
.p-top-news__heading::before {
  content: "";
  display: inline-block;
  background: url("../images/top_news_decoration.png") no-repeat;
  background-size: contain;
  width: 230px;
  height: 142px;
  position: absolute;
  bottom: 0;
  left: -98px;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading::before {
    width: 130px;
    height: 82px;
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__body {
    margin-top: 30px;
  }
}
.p-top-news__item {
  border-bottom: 1px solid var(--pink);
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-news__item {
    flex-direction: column;
  }
}
.p-top-news__item:first-of-type {
  padding-top: 0;
}
.p-top-news__date {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-news__date {
    margin-bottom: 12px;
  }
}
.p-top-access {
  margin: 0 16px;
}
.p-top-access__inner {
  background-color: rgba(218, 162, 154, 0.1);
  padding: 100px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-access__inner {
    padding: 40px 16px;
  }
}
.p-top-access__inner::before {
  content: "";
  display: inline-block;
  background: url("../images/top_access_decoration.png") no-repeat;
  background-size: contain;
  width: 234px;
  height: 107px;
  position: absolute;
  top: -46px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-access__inner::before {
    width: 150px;
    height: 69px;
    top: -28px;
  }
}
.p-top-access__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-access__media {
    flex-direction: column;
  }
}
.p-top-access__heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-access__heading {
    justify-content: center;
  }
}
.p-top-access__images {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-top-access__images {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-top-access__body {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-access__body {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
}
.p-top-access__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-access__text {
    margin: 24px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-top-mv {
  display: flex;
  justify-content: space-between;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .p-top-mv {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
}

.p-top-mv__item {
  aspect-ratio: 640/660;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-top-mv__item {
    aspect-ratio: 376/220;
    max-height: 220px;
    width: 100%;
  }
}
.p-top-mv__item:hover {
  opacity: 1;
}

.p-top-mv__item:hover::before {
  content: "";
  display: inline;
  background-color: rgba(218, 162, 154, 0.3764705882);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-mv__text {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-top-mv__text {
    top: 14%;
  }
}

.p-top-mv__title-en {
  color: var(--black);
  --min-size: 24;
  --max-size: 48;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
}

.p-top-mv__title {
  color: var(--black);
  --min-size: 12;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  font-family: "BIZ UDPMincho", serif;
  margin-top: 8px;
}

.p-top-mv__more {
  color: var(--point);
  --min-size: 16;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  font-family: "Marcellus", serif;
  margin-top: 24px;
  background: var(--white);
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
  padding-block: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__more {
    margin-top: 16px;
  }
}

.p-top-about__body {
  width: calc(50% - 32px);
  max-width: 496px;
}
@media screen and (max-width: 768px) {
  .p-top-about__body {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }
}

.p-top-about__text2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text2 {
    margin-top: 40px;
  }
}

.p-top-about__text {
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.16px;
  display: inline-block;
}

.p-top-about__text-span {
  color: var(--point);
  display: inline-block;
}

.p-top-about__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-about__media {
    flex-direction: column;
  }
}

.p-top-about__images {
  width: calc(50% - 32px);
  max-width: 496px;
}
@media screen and (max-width: 768px) {
  .p-top-about__images {
    width: 100%;
    max-width: 100%;
  }
}

.p-top-service {
  background: linear-gradient(to bottom, #FAF8F4 20%, #E1D5C5 10%);
  margin-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    background: var(--beige);
    padding-top: 32px;
  }
}

.p-top-service__heading {
  text-align: center;
}

.p-top-service__list {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    flex-direction: column;
    row-gap: 16px;
  }
}

.p-top-service__item {
  width: calc(33.3333333333% - 32px);
  margin-bottom: 40px;
  background: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-service__item {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}

.p-top-service__head {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.p-top-service__content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-top: 24px;
  padding-inline: 24px;
}

.p-top-service__title {
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  color: var(--black);
  align-self: stretch;
  font-family: "BIZ UDPMincho", serif;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

.p-top-service__description {
  --min-size: 16;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0.01em;
  line-height: 1.75;
  color: var(--black);
  font-family: "BIZ UDPGothic", sans-serif;
}

.p-top-service__image {
  border-radius: 8px 8px 0 0;
}

.p-top-menu {
  gap: 32px;
  justify-content: center;
}

.p-top-first_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-first_wrapper {
    flex-direction: column;
    row-gap: 16px;
  }
}

.p-top-first__item {
  width: 50%;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-first__item {
    width: 100%;
  }
}

.p-top-first__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(160, 150, 136, 0.5); /* #A09688 の透明度50% */
  z-index: 1;
  border-radius: 8px;
}

.p-top-first__text {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  z-index: 2;
  --min-size: 24;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.75;
  font-family: "BIZ UDPMincho", serif;
}

.p-top-first__text::after {
  content: "";
  display: inline-block;
  background: url("../images/arrow-long.svg") no-repeat left;
  background-size: contain;
  width: 56px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 46px;
}

.p-top-first__images {
  border-radius: 8px;
}

.p-top-salon {
  margin-top: 80px;
}

.p-top-salon__heading-wrapper {
  text-align: center;
}

.p-top-salon__content-wrapper {
  margin-top: 40px;
}

.p-top-salon__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-salon__content {
    flex-direction: column;
  }
}

.p-top-salon__content:first-child {
  border-bottom: solid 1px #C4C4C4;
  padding-bottom: 24px;
}

.p-top-salon__contentText {
  width: 50%;
  max-width: 496px;
}
@media screen and (max-width: 768px) {
  .p-top-salon__contentText {
    width: 100%;
  }
}

.p-top-salon__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-left: 16px;
  border-left-width: 2px;
  border-left-style: solid;
  border-color: var(--point);
}

.p-top-salon__titleText {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2px;
  color: var(--point);
  letter-spacing: 0;
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
}
@media screen and (max-width: 424px) {
    .p-top-salon__titleText {
       font-size: 16px; 
    }
}

.p-top-salon__info {
  margin-top: 24px;
}

.p-top-salon__item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.p-top-salon__item-label {
  color: var(--point);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.875;
}

.p-top-salon__item-text {
  font-family: "BIZ UDPGothic", sans-serif;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.875;
}

.p-top-salon__map {
  width: 50%;
  max-width: 496px;
  aspect-ratio: 496/318;
}
@media screen and (max-width: 768px) {
  .p-top-salon__map {
    width: 100%;
    max-width: 100%;
  }
}

.p-top-salon__links {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.p-top-salon__link {
  max-width: 40px;
}

.p-top-salon_more {
  margin-top: 32px;
}

.p-top-mv__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-top-mv .p-top-mv__item:nth-of-type(3) .p-top-mv__img {
    -o-object-position: top;
       object-position: top;
  }
}

.p-contact__inner {
  margin-top: 80px;
}

.p-contact__line {
  max-width: 137px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contact__line {
    max-width: 80px;
  }
}

.p-contact__heading {
  color: var(--point);
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.3333333333;
  text-align: center;
  margin-top: 24px;
}

.p-contact__text {
  color: var(--black);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  margin-top: 16px;
  font-family: "BIZ UDPGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
  }
}

.p-contact__button {
  max-width: 437px;
  width: 100%;
  margin: 24px auto 0;
  background: var(--point);
  padding-block: 8px;
  display: block;
}

.p-contact__buttonText {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.875;
  color: var(--white);
  text-align: center;
}

.p-privacy {
  margin-top: 80px;
}

.p-privacy__heading {
  color: var(--black);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "BIZ UDPGothic", sans-serif;
}

.p-privacy__title {
  color: var(--black);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 24px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
}

.p-privacy__text {
  color: var(--black);
  --min-size: 14;
  --max-size: 14;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 8px;
  font-family: "BIZ UDPGothic", sans-serif;
}

.p-privacy__text2 {
  color: var(--black);
  --min-size: 14;
  --max-size: 14;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.875;
  font-family: "BIZ UDPGothic", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.p-privacy__text3 {
  color: var(--black);
  --min-size: 14;
  --max-size: 14;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 8px;
  font-family: "BIZ UDPGothic", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 24px;
}

.p-privacy__link {
  text-decoration: underline;
}

.p-privacy__box {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-privacy__box {
    padding-bottom: 16px;
  }
}

.p-news__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    flex-direction: column;
    margin-left: 0;
  }
}
.p-news__item {
  padding-left: 16px;
  margin-bottom: 60px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .p-news__item {
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__item:last-child {
    margin-bottom: 0;
  }
}
.p-news__images {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 330/226;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__header {
  display: flex;
  margin-top: 16px;
}
.p-news__category {
  background-color: var(--pink);
  color: var(--white);
  padding: 4px 1em;
  width: -moz-fit-content;
  width: fit-content;
}
.p-news__category--news {
  background-color: var(--red);
}
.p-news__date {
  margin-right: 24px;
}
.p-news__title {
  margin-top: 8px;
}
.p-news-detail__header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__header {
    margin-bottom: 20px;
  }
}
.p-news-detail__date {
  margin-right: 24px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-news-detail__date {
    font-size: 1rem;
  }
}
.p-news-detail__category {
  background-color: var(--pink);
  color: var(--white);
  padding: 4px 2em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-news-detail__category {
    padding: 4px 1em;
  }
}
.p-news-detail__category--news {
  background-color: var(--red);
}
.p-news-detail__title {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.p-news-detail__images {
  max-width: 758px;
  width: 100%;
  height: 520px;
  aspect-ratio: 758/520;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
.p-news-detail__body {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__body {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.p-news-detail__button {
  padding: 10px 26px 10px 54px;
}
.p-news-detail__button::after {
  content: none;
}
.p-news-detail__button::before {
  content: "";
  display: inline-block;
  background: url(../images/button_arrow_left.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}

.p-ranking__item {
  margin-bottom: 60px;
}
.p-ranking__item:last-child {
  margin-bottom: 0;
}
.p-ranking__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-ranking__header {
    flex-direction: column;
    align-items: center;
  }
}
.p-ranking__media {
  margin-top: 16px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-ranking__media {
    flex-direction: column;
    margin-top: 30px;
  }
}
.p-ranking__images {
  padding: 10px;
  border: 1px solid var(--pink);
  width: 40%;
  max-width: 412px;
}
@media screen and (max-width: 768px) {
  .p-ranking__images {
    width: 100%;
    max-width: unset;
  }
}
.p-ranking__body {
  width: 60%;
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  .p-ranking__body {
    width: 100%;
    margin-left: 0;
  }
}
.p-ranking__lead {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-ranking__lead {
    font-size: 1.125rem;
  }
}
.p-ranking__lead--pink {
  color: var(--pink);
  margin-bottom: 24px;
}
.p-ranking__text {
  margin-top: 30px;
}
.p-ranking__icon {
  max-width: 100px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-ranking__icon {
    margin-right: 0;
    max-width: 80px;
  }
}
.p-ranking__title {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-ranking__title {
    font-size: 1.25rem;
  }
}
.p-ranking__check {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.p-ranking__check::before {
  content: "";
  display: inline-block;
  background: url("../images/ranking_check.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-company__media {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-company__media {
    flex-direction: column;
  }
}
.p-company__media--images {
  width: 50%;
  max-width: 532px;
}
.p-company__media--body {
  width: 50%;
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .p-company__media--body {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.p-company__media--row {
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid var(--pink);
}
.p-company__media--heading {
  font-size: 1rem;
  min-width: 110px;
}
@media screen and (max-width: 768px) {
  .p-company__media--heading {
    font-size: 0.875rem;
  }
}
.p-company__media--text {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-company__media--text {
    font-size: 0.875rem;
  }
}
.p-company__gallery {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .p-company__gallery {
    flex-direction: column;
    margin-left: 0;
  }
}
.p-company__gallery--images {
  padding-left: 16px;
  margin-bottom: 16px;
  width: 33.3333333333%;
  height: 100%;
  aspect-ratio: 330/280;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-company__gallery--images {
    padding-left: 0;
    width: 100%;
  }
}

.p-about {
  background: url();
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}

.p-about__inner {
  width: 100%;
  max-width: 882px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.p-about__title {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--red);
  display: flex;
  align-items: last baseline;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 1.25rem;
  }
}

.p-about__title-main {
  font-family: "Taviraj", serif;
  font-size: 2.625rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .p-about__title-main {
    font-size: 2rem;
    line-height: 1.71875;
  }
}

.p-about__title-sub {
  font-size: 2.375rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-about__title-sub {
    font-size: 1.75rem;
  }
}

.p-about__title-rt {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.p-about__intro-wrapper {
  max-width: 882px;
}

.p-about__intro {
  font-size: 1.625rem;
  line-height: 1.8461538462;
  letter-spacing: 0.08em;
  color: var(--black);
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-about__intro {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 40px;
  }
}

.p-about__description {
  margin-top: 60px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--black);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__description {
    margin-top: 40px;
  }
}

.p-about__explanation {
  margin-top: 1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--black);
}

.p-about-section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-section {
    margin-top: 80px;
  }
}

.p-about-section__heading {
  text-align: center;
}

.p-about-section__title {
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4333333333;
  color: var(--pink);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about-section__title {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}

.p-about-section__subtitle {
  font-family: "Alex Brush", serif;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  color: var(--pink);
}
@media screen and (max-width: 768px) {
  .p-about-section__subtitle {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.p-about-section__content {
  display: flex;
  align-items: flex-start;
  gap: 3%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-section__content {
    flex-direction: column;
    row-gap: 40px;
  }
}

.p-about-section__image {
  max-width: 412px;
}

.p-about-section__text {
  max-width: 578px;
  color: var(--black);
}

.p-about-section__text-title {
  font-size: 1.5rem;
  list-style: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about-section__text-title {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

.p-about-section__text-body {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-about-section__text-body {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}

.p-button__about {
  margin-right: 0;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-button__about {
    margin-top: 40px;
  }
}

.p-about-profile {
  background: rgba(218, 162, 154, 0.1);
  position: relative;
}

.p-about-profile::after {
  position: absolute;
  content: url();
  bottom: 0;
  right: 0;
}

.p-about-profile__inner {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .p-about-profile__inner {
    max-width: 100%;
    padding: 40px 1rem;
  }
}

.p-about-profile__title {
  font-size: 2.375rem;
  line-height: 1.4473684211;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--pink);
  font-weight: 500;
}

.p-about-profile__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7%;
}
@media screen and (max-width: 768px) {
  .p-about-profile__content {
    flex-direction: column;
    row-gap: 40px;
    align-items: baseline;
  }
}

.p-about-profile__text {
  color: var(--black);
}

.p-about-profile__text-role {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__text-role {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.p-about-profile__text-name {
  font-size: 1.75rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__text-name {
    font-size: 1.625rem;
    line-height: 1.8461538462;
  }
}

.p-about-profile__career {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__career {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}

.p-about-profile__qualifications {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__qualifications {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}

.p-about-profile__message {
  margin-top: 26px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__message {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.07em;
    margin-top: 40px;
  }
}

.p-about-profile__image {
  max-width: 387px;
}

.p-first {
  margin-top: 80px;
}

.p-first__text {
  text-align: center;
}

.p-first-flow__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.p-first-flow__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-first-flow__item {
    flex-direction: column;
  }
}

.p-first-flow__img {
  max-width: 450px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-first-flow__img {
    max-width: 100%;
    width: 100%;
  }
}

.p-first-flow__heading {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-first-flow__number {
  color: var(--point);
  --min-size: 20;
  --max-size: 32;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
}

.p-first-flow__title {
  color: var(--black);
  --min-size: 20;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
}

.p-first-flow__text {
  color: var(--black);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 2;
  font-family: "BIZ UDPGothic", sans-serif;
  margin-top: 24px;
}

.p-first-notes__wrapper {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (max-width: 768px) {
    .p-first-notes__wrapper {
        margin-top: 24px;
    }
}

.p-first-notes__item {
  border: solid 1px var(--point);
}

.p-first-notes__heading {
  background: var(--point);
  color: var(--white);
  max-width: 154px;
  text-align: center;
  padding-block: 14px;
}
@media screen and (max-width: 768px) {
  .p-first-notes__heading {
    max-width: 144px;
    padding-block: 4px;
  }
}

.p-first-notes__text {
  color: var(--black);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 2;
  font-family: "BIZ UDPGothic", sans-serif;
  padding-block: 16px;
  padding-left: 32px;
}

.p-first-faq__qWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--beige);
  padding-block: 20px;
  padding-left: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .p-first-faq__qWrapper {
        margin-top: 8px;
        padding-block: 13px;
    }
    .p-first-faq__qWrapper:first-child {
        margin-top: 16px;
    }
}

.p-first-faq__q, .p-first-faq__a {
  color: var(--point);
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  font-family: "BIZ UDPMincho", serif;
}

.p-first-faq__qText {
  color: var(--black);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.875;
  font-family: "BIZ UDPGothic", sans-serif;
}

.p-first-faq__aWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 20px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-first-faq__aWrapper {
    align-items: baseline;
    padding-inline: 16px;
    padding-block: 8px;
  }
}

.first02-homeCareWrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .first02-homeCareWrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}

.first02-homeCareMain {
  max-width: 496px;
}
@media screen and (max-width: 768px) {
  .first02-homeCareMain {
    max-width: 100%;
  }
}

.first02-homeCareMainTitleEnglish {
  font-family: "Marcellus", serif;
  font-size: 16px;
  --min-size: 12;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--point);
}

.first02-homeCareMainTitle {
  font-family: "BIZ UDPMincho", serif;
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1;
  text-transform: uppercase;
  color: var(--black);
  margin-top: 4px;
}

.first02-homeCareMainText {
  font-family: "BIZ UDPGothic";
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 1.5;
  color: var(--black);
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .first02-homeCareMainText {
    line-height: 1.71;
    margin-top: 16px;
  }
}

.first02-homeCareCardWrapper {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .first02-homeCareCardWrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px 8px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 374px) {
  .first02-homeCareCardWrapper {
    grid-template-columns: auto;
  }
}

.first02-homeCareCardEnglish {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .first02-homeCareCardEnglish {
    margin-top: 8px;
  }
}

.first02-homeCareCardTitle {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .first02-homeCareCardTitle {
    margin-top: 4px;
  }
}

.first02-homeCareCardPrice {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .first02-homeCareCardPrice {
    margin-top: 16px;
  }
}

.first02-homeCareMainImg {
  max-width: 496px;
}
@media screen and (max-width: 1200px) {
  .first02-homeCareMainImg {
    width: 36vw;
  }
}
@media screen and (max-width: 768px) {
  .first02-homeCareMainImg {
    max-width: 100%;
    width: 100%;
  }
}

.p-first-faq__title-adjust {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-first-faq__title-adjust {
    margin-top: 24px;
  }
}

.p-product {
  width: 100%;
}

.p-product::before, .p-product::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 633px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-product::before {
  left: 0;
  background-image: url(../../assets/images/menu_decoration-left.png);
  background-position: left top;
}

.p-product::after {
  right: 0;
  background-image: url(../../assets/images/menu_decoration-right.png);
  background-position: right top;
}

.p-product__inner {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-product__inner {
    padding-top: 118px;
  }
}

.p-product-category {
  margin-top: 120px;
}

.p-product__heading {
  margin-top: 120px;
}

.p-product-category__inner {
  margin-top: 60px;
}

.p-product-category__heading {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-product-category__heading {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

.p-product-category__note {
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-product-category__note {
    font-size: 0.75rem;
    line-height: 2.3333333333;
    letter-spacing: 0.07em;
  }
}

.p-product-category__image {
  max-width: 100%;
}

.p-product-list {
  margin-top: 30px;
}

.p-product-item {
  margin-top: 24px;
}

.p-product-item__heading {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-product-item__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-left: 33px;
  margin-top: 8px;
}

.p-product-button {
  margin-top: 60px;
}

.p-product-item__text--note {
  margin-top: 16px;
  text-align: center;
}

.p-product-info {
  display: flex;
  align-items: center;
  gap: 1.5%;
}

.p-product-info__image {
  max-width: 465px;
  width: 100%;
}

.p-product-info__detail {
  max-width: 543px;
}

.p-product-info__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-product-info__text:nth-child(even) {
  margin-top: 1rem;
}

.p-product-info__text-price {
  text-align: right;
  margin-top: 8px;
}

.p-menu {
  width: 100%;
}

.p-menu::before, .p-menu::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 633px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-menu::before {
  left: 0;
  background-image: url(../../assets/images/menu_decoration-left.png);
  background-position: left top;
}

.p-menu::after {
  right: 0;
  background-image: url(../../assets/images/menu_decoration-right.png);
  background-position: right top;
}

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

.p-menu__wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-menu__wrapper {
    padding-top: 118px;
  }
}

.p-menu__note {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-menu__note {
    font-size: 0.75rem;
    line-height: 2.3333333333;
    letter-spacing: 0.07em;
  }
}

.p-menu__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 1%;
  max-width: 1018px;
  justify-content: flex-start;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-menu__nav {
    gap: 11px 10px;
    margin-inline: auto;
    margin-top: 40px;
  }
}

.p-menu__link {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0;
  text-align: center;
  color: var(--pink);
  border: var(--pink) solid 1px;
  width: 20%;
  max-width: 194px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-menu__link {
    width: calc(50% - 11px);
    max-width: 166px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-menu__section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-menu__section {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .p-menu__heading {
    text-align: center;
  }
}

.p-menu__content {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-menu__content {
    gap: 0;
    overflow-x: auto;
    margin-top: 30px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* スクロールバー全体を対象にする */
  .p-menu__content::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 4px; /* スクロールバーの高さ */
  }
  /* スクロールバーの背景部分をカスタマイズ */
  .p-menu__content::-webkit-scrollbar-track {
    background: #E8E8E8; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
  }
  /* スクロールバーの操作部分をカスタマイズ */
  .p-menu__content::-webkit-scrollbar-thumb {
    background: #4A422F; /* スクロールバーの操作部分の背景色 */
    border-radius: 30px; /* 角丸にする */
  }
  /* スクロールバーの操作部分にホバーした時のスタイル */
  .p-menu__content::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
  }
}
.p-menu__content-double {
  justify-content: flex-start;
}

.p-table {
  width: 336px;
  border: solid 1px var(--black);
}

.p-table tr {
  border: none;
}

.p-table th {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  color: var(--white);
  font-weight: 400;
  background: var(--pink);
  width: 50%;
  padding: 7px 0;
  border: solid 1px var(--black);
}

.p-table td {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  color: var(--black);
  width: 50%;
  text-align: center;
  border: solid 1px var(--black);
}

.p-table-co4 {
  width: 100%;
  table-layout: fixed;
}

.p-table-co4 th {
  width: 25%;
  max-width: 256px;
}

.p-table-facial {
  width: 100%;
  table-layout: fixed;
}

th.p-table-facial__menu {
  width: 50%;
}

th.p-table-facial__price {
  width: 15%;
}

.p-table-co2 {
  width: 100%;
}

.p-table-co2 th {
  width: 50%;
}

.p-menu__part-desc {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 16px;
}

.p-menu__part-title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-table-co2-sp {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-table-co2-sp th, .p-table-co2-sp td {
    width: 100%;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-menu__special {
    text-align: center;
  }
}

.p-menu__special-heading {
  font-size: 1.125rem;
  line-height: 2.6666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.p-menu__special-heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  background-color: rgba(218, 162, 154, 0.5);
  bottom: 6px;
  left: 0;
  z-index: -1;
}

.p-eyebrow-readBoxTitle {
  --min-size: 24;
  --max-size: 32;
  font-size: var(--clamp-size);
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--point);
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
}

.p-eyebrow-readBoxText {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--black);
  margin-top: 40px;
  font-family: "BIZ UDPGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-eyebrow-readBoxText {
    margin-top: 24px;
    text-align: left;
  }
}

.p-eyebrow-reasonWrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonWrapper {
    margin-top: 24px;
  }
}

.p-eyebrow-reasonCard {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonCard {
    margin-top: 16px;
    flex-direction: column;
  }
}
.p-eyebrow-reasonCard:first-child {
  margin-top: 0;
}
.p-eyebrow-reasonCard.p-eyebrow-reasonCardReverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonCard.p-eyebrow-reasonCardReverse {
    flex-direction: column;
  }
}
.p-eyebrow-reasonCard.p-eyebrow-reasonCardReverse .p-eyebrow-reasonMain {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonCard.p-eyebrow-reasonCardReverse {
    align-items: center;
  }
}
.p-eyebrow-reasonCard.p-eyebrow-reasonCardReverse .p-eyebrow-reasonMainTitleEnglish {
  text-align: right;
}

.p-eyebrow-reasonMain {
  display: flex;
  flex-direction: column;
  max-width: 512px;
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonMain {
    width: 100%;
    margin-top: 16px;
  }
}

.p-eyebrow-reasonMainTitleEnglish {
  position: relative;
  font-family: "Marcellus";
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1;
  text-transform: uppercase;
  color: var(--point);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--point);
  width: 190px;
  padding-inline: 16px;
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonMainTitleEnglish {
    line-height: 1.278;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 4px;
  }
}

.p-eyebrow-reasonMainTitle {
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: var(--point);
  padding-inline: 16px;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonMainTitle {
    line-height: 1.78;
    padding-inline: 4px;
  }
}

.p-eyebrow-reasonMainText {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 2;
  letter-spacing: 0.01em;
  color: var(--black);
  margin-top: 16px;
  padding-inline: 15px;
  font-family: "BIZ UDPGothic";
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonMainText {
    line-height: 1.71;
    margin-top: 8px;
    padding-inline: 4px;
  }
}

.p-eyebrow-reasonMainImg {
  width: 100%;
  max-width: 512px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .p-eyebrow-reasonMainImg {
    width: 41vw;
  }
}
@media screen and (max-width: 768px) {
  .p-eyebrow-reasonMainImg {
    width: 100%;
    max-width: 100%;
  }
}

.p-eyebrowWorries-Wrapper {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-eyebrowWorries-Wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}

.p-eyebrowWorries-card {
  width: 100%;
  max-width: 492px;
}
@media screen and (max-width: 768px) {
  .p-eyebrowWorries-card {
    max-width: 100%;
  }
}

.p-eyebrowWorries-cardTitle {
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1;
  text-align: center;
  color: var(--black);
}

.p-eyebrowWorries-cardImg {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-eyebrowWorries-cardImg {
    margin-top: 8px;
  }
}

.p-eyebrowWorries-cardName {
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1;
  text-align: center;
  color: var(--point);
  border-bottom: 1px solid var(--point);
  margin-top: 16px;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .p-eyebrowWorries-cardName {
    margin-top: 8px;
  }
}

.p-eyebrowWorries-cardText {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 2;
  color: var(--black);
  margin-top: 8px;
  padding-inline: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-eyebrowWorries-cardText {
    line-height: 1.71;
    padding-inline: 0;
  }
}

.p-facial-readBoxTitle {
  --min-size: 24;
  --max-size: 32;
  font-size: var(--clamp-size);
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--point);
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
}

.p-facial-readBoxText {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--black);
}
.p-facial-readBoxText.first_text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-facial-readBoxText.first_text {
    margin-top: 24px;
    text-align: left;
  }
}

.p-facial-reasonWrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-facial-reasonWrapper {
    margin-top: 24px;
  }
}

.p-facial-reasonCard {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-facial-reasonCard {
    margin-top: 16px;
    flex-direction: column;
  }
}
.p-facial-reasonCard:first-child {
  margin-top: 0;
}
.p-facial-reasonCard.p-facial-reasonCardReverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-facial-reasonCard.p-facial-reasonCardReverse {
    flex-direction: column;
  }
}
.p-facial-reasonCard.p-facial-reasonCardReverse .p-facial-reasonMain {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-facial-reasonCard.p-facial-reasonCardReverse {
    align-items: center;
  }
}
.p-facial-reasonCard.p-facial-reasonCardReverse .p-facial-reasonMainTitleEnglish {
  text-align: right;
}

.p-facial-reasonMain {
  display: flex;
  flex-direction: column;
  max-width: 512px;
}
@media screen and (max-width: 768px) {
  .p-facial-reasonMain {
    width: 100%;
    margin-top: 16px;
  }
}

.p-facial-reasonMainTitleEnglish {
  position: relative;
  font-family: "Marcellus", serif;
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1;
  text-transform: uppercase;
  color: var(--point);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--point);
  width: 190px;
  padding-inline: 16px;
}
@media screen and (max-width: 768px) {
  .p-facial-reasonMainTitleEnglish {
    line-height: 1.278;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 4px;
  }
}

.p-facial-reasonMainTitle {
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: var(--point);
  padding-inline: 16px;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-facial-reasonMainTitle {
    line-height: 1.78;
    padding-inline: 4px;
  }
}

.p-facial-reasonMainText {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 2;
  letter-spacing: 0.01em;
  color: var(--black);
  margin-top: 16px;
  padding-inline: 15px;
  font-family: "BIZ UDPGothic";
}
@media screen and (max-width: 768px) {
  .p-facial-reasonMainText {
    line-height: 1.71;
    margin-top: 8px;
    padding-inline: 4px;
  }
}

.p-facial-reasonMainImg {
  width: 100%;
  max-width: 512px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .p-facial-reasonMainImg {
    width: 41vw;
  }
}
@media screen and (max-width: 768px) {
  .p-facial-reasonMainImg {
    width: 100%;
    max-width: 100%;
  }
}

.p-facial-readBoxTitle2 {
  --min-size: 24;
  --max-size: 32;
  font-size: var(--clamp-size);
  text-align: center;
  color: var(--point);
  font-family: "BIZ UDPMincho", serif;
}

.p-facial-readBoxText2 {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 1.5;
  text-align: center;
  color: var(--black);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-facial-readBoxText2 {
    line-height: 1.71;
    margin-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .p-facial-readBoxText2 {
    padding-inline: 17%;
  }
}

.p-facial-readBoxNoiceText {
  font-size: fontSize16;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 1.4;
  text-align: center;
  color: var(--point);
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-facial-readBoxNoiceText {
    line-height: 1.714;
    padding-top: 0;
  }
}

.p-facialAbout-Wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 29px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-facialAbout-Wrapper {
    gap: 16px;
    margin-top: 24px;
  }
}

.p-facialAbout-card {
  border: 1px solid var(--point);
  max-width: 320px;
  min-height: 420px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-facialAbout-card {
    max-width: 100%;
    min-height: 340px;
    padding-bottom: 16px;
  }
}

.p-facialAbout-cardImg {
  display: block;
  max-width: 320px;
  height: auto;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 768px) {
  .p-facialAbout-cardImg {
    max-width: 100%;
  }
}

.p-facialAbout-cardTitleEnglish {
  font-family: "Marcellus", serif;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--point);
  margin-top: 16px;
  padding-inline: 16px;
}
@media screen and (max-width: 768px) {
  .p-facialAbout-cardTitleEnglish {
    line-height: 1.286;
  }
}

.p-facialAbout-cardTitle {
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--black);
  padding-inline: 16px;
}

.p-facialAbout-cardList {
  margin-top: 16px;
  padding-inline: 16px;
}

.p-facialAbout-cardItem {
  display: flex;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #49403A;
}
.p-facialAbout-cardItem::before {
  content: "・";
  display: block;
  width: 0.8em;
  text-align: center;
}

.p-facialSkin-readText {
  font-family: "Noto Sans JP";
  font-weight: 300;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  color: #1A1A1A;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-facialSkin-readText {
    font-family: "BIZ UDPGothic";
    line-height: 1.71;
    margin-top: 24px;
    text-align: left;
  }
}

.p-facialSkin-Wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-facialSkin-Wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-facialSkin-Wrapper {
    gap: 16px;
    margin-top: 16px;
    flex-direction: column;
  }
}

.p-facialSkin-mainImg {
  width: 100%;
  height: auto;
  max-width: 434px;
}
@media screen and (max-width: 1200px) {
  .p-facialSkin-mainImg {
    width: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .p-facialSkin-mainImg {
    width: 100%;
    max-width: 100%;
  }
}

.p-facialSkin-main {
  max-width: 510px;
}

.p-facialSkin-mainText {
  display: flex;
  align-items: center;
  gap: 32px;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 1.25;
  color: #3C3C3C;
}
@media screen and (max-width: 768px) {
  .p-facialSkin-mainText {
    line-height: 1.43;
  }
}
.p-facialSkin-mainText::before {
  font-size: 32px;
  line-height: 1;
  color: var(--point);
}
.p-facialSkin-mainText:nth-of-type(1):before {
  content: "01";
}
.p-facialSkin-mainText:nth-of-type(2):before {
  content: "02";
}
.p-facialSkin-mainText:nth-of-type(3):before {
  content: "03";
}
.p-facialSkin-mainText + .p-facialSkin-mainText {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .p-facialSkin-mainText + .p-facialSkin-mainText {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-facialSkin-mainText + .p-facialSkin-mainText {
    margin-top: 24px;
  }
}

.facialSkin-priceCardWrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .facialSkin-priceCardWrapper {
    margin-top: 32px;
  }
}

.facialSkin-priceCardEnglish {
  margin-top: 16px;
}

.facialSkin-priceCardTitle {
  margin-top: 8px;
}

.facialSkin-priceCardPrice {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .facialSkin-priceCardPrice {
    margin-top: 8px;
  }
}

.line-snsBox {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .line-snsBox {
    margin-top: 16px;
  }
}

.line-snsBoxText {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  color: #1A1A1A;
}

.line-snsBoxLink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.line-snsBoxIcon {
  display: block;
  width: 92px;
  height: 92px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .line-snsBoxIcon {
    margin-top: 16px;
  }
}

.p-infoHistory__inner {
  max-width: 750px;
  margin-top: 80px;
}

.p-infoHistory__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-infoHistory__timeline {
  position: relative;
  padding-left: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-infoHistory__timeline {
    border-left: none;
  }
}

.p-infoHistory__item {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-infoHistory__item {
    flex-direction: column;
    gap: 16px;
  }
}

.p-infoHistory__date {
  font-weight: bold;
  color: var(--point);
}

.p-infoHistory__content {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-infoHistory__content {
    flex-direction: column;
    align-items: baseline;
  }
}
.p-infoHistory__content::after {
  content: "";
  display: block;
  height: calc(100% + 25px);
  border-left: solid 1px rgb(196, 196, 196);
  position: absolute;
  top: 90px;
  left: -16px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-infoHistory__content::after {
    content: none;
  }
}

.p-infoHistory__item:last-child .p-infoHistory__content::after {
  content: "";
  border: none;
}

.p-infoHistory__content::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 9px;
  height: 9px;
  background-color: var(--point);
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-infoHistory__content::before {
    top: 4px;
  }
}

.p-infoHistory__text {
  color: var(--black);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
}

.p-infoHistory__image {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-infoHistory__image {
    max-width: 100%;
  }
}

.p-salon__equipment {
  margin-top: 80px;
}

.p-salon__equipment-items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 3%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-salon__equipment-items {
    row-gap: 16px;
  }
}

.p-salon__equipment-item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-salon__equipment-item {
    width: 100%;
  }
}

.p-salon__equipment-heading {
  color: var(--point);
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-salon__equipment-heading {
    margin-top: 16px;
  }
}

.p-salon__equipment-text {
  color: var(--black);
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 16px;
  font-family: "BIZ UDPGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-salon__equipment-text {
    margin-top: 8px;
  }
}

.c-page__mv {
  position: relative;
}

.c-page__mvText {
  position: absolute;
  left: 13%;
  bottom: 20%;
}
@media screen and (max-width: 768px) {
  .c-page__mvText {
    left: 16px;
    bottom: 16px;
  }
}

.c-page__mvText-en {
  --min-size: 12;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1.25;
  color: var(--point);
  text-transform: uppercase;
  font-family: "Marcellus", serif;
}

.c-page__mvText-jp {
  --min-size: 24;
  --max-size: 48;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  color: var(--black);
  margin-top: 8px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
}
.c-page__mvText-jp.white {
  color: var(--white);
}

.p-price__text {
  margin-top: 80px;
  text-align: center;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 2;
}

.p-price__tabs {
  display: flex;
  justify-content: space-between;
  gap: 18%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-price__tabs {
    gap: 6%;
  }
}

.p-price__tab {
  padding: 0;
  background-color: var(--beige);
  color: var(--black);
  cursor: pointer;
  max-width: 213px;
  width: 33.3333333333%;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-price__tab.is-active {
  background-color: var(--point);
  color: var(--white);
}

.p-price__contents {
  display: block;
  margin-top: 80px;
}

.p-price__content {
  display: none;
}

.p-price__content.is-active {
  display: block;
}

.p-price__items {
  margin-top: 40px;
}

.p-price__item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px rgb(196, 196, 196);
  padding: 1rem 0;
}

.p-price__menu {
  color: var(--point);
  --min-size: 16;
  --max-size: 18;
  font-size: var(--clamp-size);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}

.p-price__title {
  flex: 1 1 60%;
  font-weight: normal;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
}

.p-price__price {
  flex: 1 1 40%;
  text-align: right;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
}

.p-price__note {
  margin-top: 2rem;
  color: var(--black);
  display: inline-block;
  line-height: 1;
  --min-size: 12;
  --max-size: 16;
  font-size: var(--clamp-size);
}

.p-price__noteText {
  color: var(--point);
  display: inline-block;
  text-decoration: underline;
}

.p-price__coming-soon {
  text-align: center;
  padding: 2rem 0;
}

.p-staff__card-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-staff__card-wrapper {
    row-gap: 32px;
  }
}

.p-staff__card {
  display: flex;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .p-staff__card {
    flex-direction: column;
  }
}

.p-staff__card:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-staff__card:nth-child(even) {
    flex-direction: column;
  }
}

.p-staff__pic {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  font-family: "BIZ UDPMincho", serif;
  color: var(--point);
  margin-bottom: 16px;
}

.p-staff__position {
  display: inline-block;
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  font-family: "BIZ UDPGothic", sans-serif;
  color: var(--black);
  margin-right: 16px;
}

.p-staff__name {
  display: inline-block;
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  font-family: "BIZ UDPGothic", sans-serif;
  color: var(--black);
}

.p-staff__text {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: 0.08em;
  line-height: 2;
  font-family: "BIZ UDPGothic", sans-serif;
  color: var(--black);
  border-top: solid 1px #C4C4C4;
  padding-top: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-staff__text {
    line-height: 1.7142857143;
  }
}

.whitenng-Wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 15px;
  margin-top: 40px;
}

.whitenng-text {
  font-family: "Marcellus", serif;
  font-weight: 400;
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1.25;
  text-align: center;
  color: #FAF8F4;
  padding-block: 4px;
}

.whitenng-box {
  max-width: 504px;
}

.whitenng-text.ver1 {
  background-color: #E1D5C5;
}

.whitenng-text.ver2 {
  background-color: #B58E4B;
}

.whitenng-img {
  display: block;
  max-width: 504px;
}

@media screen and (max-width: 768px) {
  .whitenng-Wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .whitenng-box, .whitenng-img {
    max-width: 100%;
  }
  .whitenng-box:nth-of-type(odd) {
    margin-top: 16px;
  }
}
/* Utility (prefix: u-)
    ------------------------------------------------*/
.u-height-full {
  height: 100%;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.u-normal {
  font-weight: normal;
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-fixed {
  position: fixed;
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

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

.u-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}
.js-fade {
  opacity: 0;
  transition-duration: 1200ms;
  transition-property: opacity, transform;
  transform: translate(0, 80px);

}
.js-fadein {
opacity: 1;
visibility: visible;
transform: translate(0, 0);
}
.gjs-dashed .p-price__content {
    display: block;
}
.p-first-bland__item{
  width: 50%;
  text-align: center;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.p-first-bland__item img{
  max-width: 240px;
  @media screen and (max-width: 768px) {
    max-width: 100%;
  }
}
.p-first-bland__text{
  text-align: center;
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  color: var(--point);
  border-bottom: 1px solid var(--point);
  margin-top: 16px;
  padding-bottom: 8px;
}