@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

body:has(.lp-scope) {
  overflow-x: clip !important;
  padding: 0 !important;
}
body:has(.lp-scope) #fixed-bottom-menu,
body:has(.lp-scope) #page_top {
  display: none !important;
}

/* --- PATCH: stabilize LP scope base to 10px --- */
:where(.lp-scope) {
  font-size: 10px !important;
  line-height: 1.6;
  color: #333;
}
/* --- END PATCH --- */
/* --- LP Scoped base (auto-generated) --- */
:where(.lp-scope) {
  font-size: 62.5%;
  font-family: var(--lp-serif, "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", "MS PMincho", serif);
  line-height: 1.6;
  color: #333;
}
:where(.lp-scope *),
:where(.lp-scope *::before),
:where(.lp-scope *::after) {
  box-sizing: border-box;
}
:where(.lp-scope img) {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
:where(.lp-scope a) {
  text-decoration: none;
}

/* === letter-spacing を LP スコープ内で強制 0 =================== */
.lp-scope,
.lp-scope * {
  letter-spacing: 0 !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.lp-scope {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
.lp-scope h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
 */

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
.lp-scope hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

.lp-scope sub {
  bottom: -0.25em;
}

.lp-scope sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
.lp-scope img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
.lp-scope button,
.lp-scope input,
.lp-scope optgroup,
.lp-scope select,
.lp-scope textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
.lp-scope button,
.lp-scope input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
.lp-scope button,
.lp-scope select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
.lp-scope button,
.lp-scope [type="button"],
.lp-scope [type="reset"],
.lp-scope [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
.lp-scope button::-moz-focus-inner,
.lp-scope [type="button"]::-moz-focus-inner,
.lp-scope [type="reset"]::-moz-focus-inner,
.lp-scope [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
.lp-scope button:-moz-focusring,
.lp-scope [type="button"]:-moz-focusring,
.lp-scope [type="reset"]:-moz-focusring,
.lp-scope [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
.lp-scope fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
.lp-scope legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
.lp-scope [type="checkbox"],
.lp-scope [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
.lp-scope template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
.lp-scope [hidden] {
  display: none;
}

.lp-scope {
  font-size: 62.5%;
}

.lp-scope {
  font-size: clamp(1.4em, 1.28vw, 1.6em);
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", serif;
  word-wrap: break-word;
  color: #333;
}

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

.lp-scope a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lp-scope a:hover {
  opacity: 0.8;
}

.lp-scope img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.lp-scope ul,
.lp-scope ol {
  margin: 0;
  padding: 0;
}

.lp-scope ul li,
.lp-scope ol li {
  list-style: none;
}

.lp-scope figure {
  margin: 0;
}

.lp-scope .l-container {
  width: 1140px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.lp-scope .l-container--01 {
  width: 1510px;
}

.lp-scope .l-contents {
  margin: 20px 0;
}

.lp-scope .l-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .lp-scope .l-contents__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.l-footer {
  background: #f6f0e4;
  border-top: 7px solid #bc9c5e;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .lp-scope .l-footer {
    padding-bottom: min(11.73333vw, 88px);
  }
}

.l-footer__wrap {
  padding: min(5.33333vw, 50px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .lp-scope .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__logobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .l-footer__logo {
    width: 50%;
  }
}

.l-footer__subjects {
  color: #bc9c5e;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .lp-scope .l-footer__subjects {
    margin: 15px 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__subjects {
    font-size: 1.1em;
    white-space: nowrap;
  }
}

.lp-scope .l-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin: 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .lp-scope .l-footer-menu {
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-menu {
    padding-inline: 20px;
  }
}

.lp-scope .l-footer-menu-list__item {
  margin: 0;
}
.lp-scope .l-footer-menu-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.lp-scope .l-footer-menu-list__link {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 700;
  color: #6f4f3e;
  display: block;
}

.lp-scope .l-footer__copyright {
  background: #bc9c5e;
  color: #fff;
  display: block;
  text-align: center;
  padding: min(2.66667vw, 15px) 0;
  font-size: clamp(1em, 1.12vw, 1.4em);
  letter-spacing: 0.1em !important;
}

/* === sticky: 親境界を .lp-scope の外へ出す ======================= */
/* ヘッダー外枠に sticky を適用（.lp-scope の外側につける） */
.lp-sticky {
  position: sticky;
  top: 0;
  z-index: 1000; /* コンテンツより上 */
  overflow: visible;
  /* box-shadow: 0 10px 30px #3f2e19; */
}
/* 中のヘッダーは相対配置＆はみ出し許可 */
.lp-scope .l-header {
  position: relative;
  overflow: visible;
}

.lp-scope .l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-image: url(../images/beauty/bg_header_sp.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding: 0 min(1.33333vw, 32px) min(1.33333vw, 10px) min(1.33333vw, 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .lp-scope .l-header {
    gap: 10px;
    background-image: url(../images/beauty/bg_header.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .l-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .l-header__logowrap {
    width: 45%;
  }
}

.l-header__logo {
  margin: 0;
  line-height: 0;
}

.lp-scope .l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.lp-scope .l-header-access {
  color: #b07d19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.lp-scope .l-header-access__icon {
  width: 52px;
  aspect-ratio: 1;
  border: 1px solid #bc9c5e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .lp-scope .l-header-access__icon {
    display: none;
  }
}

.l-header-access__txt {
  font-size: clamp(1.2em, 1.28vw, 1.6em);
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}

.lp-scope .l-header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-scope .l-header-bar__link {
  display: block;
  height: min(95px, 100%);
}

.lp-scope .l-header-bar__link--web {
  background: #bc9c5e;
}

.lp-scope .l-header-bar__link--line {
  background: #00b832;
}

.lp-scope .l-header-bar__link img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.lp-scope .l-header-bar__item {
  margin-bottom: 0;
  line-height: 0;
}

.lp-scope .l-header-tel {
  background: #f7f5f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
}

.lp-scope .l-header-tel__heading {
  color: #bc9c5e;
  margin: 0 0 5px;
  font-size: 1.6em;
  line-height: 1.5;
  padding: 0 5px;
  text-align: center;
  background: #fff;
  border-radius: 100vh;
}

.lp-scope .l-header-tel-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.lp-scope .l-header-tel-num__icon {
  line-height: 0;
}

.lp-scope .l-header-tel-num__txt {
  color: #333;
  font-size: min(1.5vw, 2.8em);
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.1em !important;
  white-space: nowrap;
}

.lp-scope .l-header-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: min(1.33333vw, 32px);
  background: #c39138;
  border-radius: 10px;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: clamp(1.4em, 1.4vw, 1.6em);
  max-height: calc(100vh - 125px);
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .lp-scope .l-header-menu {
    top: 100%;
    max-height: calc(100vh - 115px);
  }
}

.l-header-menu__block:not(:last-child) {
  margin-bottom: 20px;
}

.lp-scope .l-header-menu-list__item:not(:last-child) {
  border-bottom: 1px solid #e8c890;
}

.lp-scope .l-header-menu__heading {
  color: #fff;
  margin: 0;
}

.lp-scope .l-header-menu-list__link {
  color: #fff;
  display: block;
  padding: 12px min(4vw, 25px);
  font-weight: 500;
  line-height: 1.5;
}

.lp-scope.is-menu-open .l-header-menu {
  opacity: 1;
}

.lp-scope:not(.is-menu-open) .l-header-menu {
  pointer-events: none;
}

.lp-scope:not(.is-menu-open) .l-header-menu-list__link {
  pointer-events: none;
}

.lp-scope .c-hamburger {
  width: min(13.33333vw, 100px);
  height: min(13.33333vw, 95px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(1.33333vw, 10px);
  background: #c39138;
  color: #fff;
}

.lp-scope .c-hamburger__lines {
  width: min(6.4vw, 41px);
  height: min(4.8vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lp-scope .c-hamburger__lines span {
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .lp-scope .c-hamburger__lines span {
    height: 3px;
  }
}

.c-hamburger__txt {
  font-size: clamp(1.2em, 1.28vw, 1.6em);
  line-height: 1;
}

.lp-scope.is-menu-open .c-hamburger__lines {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lp-scope.is-menu-open .c-hamburger__lines span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lp-scope.is-menu-open .c-hamburger__lines span:nth-child(2) {
  display: none;
}

.lp-scope.is-menu-open .c-hamburger__lines span:last-child {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -2px;
}

.lp-scope .c-list--type01 li {
  position: relative;
  padding-left: 15px;
}

.lp-scope .c-list--type01 li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6c19b;
}

.lp-scope .c-list--type01 li:not(:last-child) {
  margin-bottom: 15px;
}

.lp-scope .c-table,
.lp-scope .c-table--type01 {
  width: 100%;
}

.lp-scope .c-table--type01 {
  border-collapse: collapse;
  border-bottom: 1px solid #f7f5f3;
}

.lp-scope .c-table--type01 th,
.lp-scope .c-table--type01 td {
  vertical-align: top;
  padding: 20px;
  border-top: 1px solid #f7f5f3;
}

@media screen and (max-width: 767px) {
  .lp-scope .c-table--type01 th,
  .lp-scope .c-table--type01 td {
    display: block;
  }
}

.c-table--type01 th {
  text-align: left;
  background: #e3ded8;
}

.lp-scope .c-textdeco-marker {
  padding-inline: 5px;
}

.lp-scope .c-textdeco-marker--beige {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), color-stop(55%, #bf9e7a));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 55%, #bf9e7a 55%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #bf9e7a 55%);
}

.lp-scope .c-textdeco-marker--beige2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), color-stop(55%, #bfa88d));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 55%, #bfa88d 55%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #bfa88d 55%);
}

.lp-scope .c-textdeco-bg {
  padding: 10px 20px;
}

.lp-scope .c-textdeco-bg--brown {
  background: #c39138;
  color: #fff;
}

.lp-scope .p-cta {
  background-image: url(../images/beauty/bg_cta_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: min(9.06667vw, 60px) 0 min(8.8vw, 100px);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-cta {
    background-image: url(../images/beauty/bg_cta.png);
  }
}

.lp-scope .p-cta-header {
  text-align: center;
  margin-bottom: min(5.33333vw, 65px);
}

.lp-scope .p-cta-header__heading {
  font-size: clamp(3.5em, 5.6vw, 7em);
  margin: 0 0 min(2.66667vw, 20px);
  padding: 0;
  color: #fff;
  line-height: 1.5;
}

.lp-scope .p-cta-header__subheading {
  margin: 0;
  font-size: clamp(2.2em, 3.04vw, 3.8em);
  line-height: 1.5;
}

.lp-scope .p-cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: min(4vw, 30px);
}

.lp-scope .p-cta-btns p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-cta-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.lp-scope .p-cta-btns__item {
  width: 86%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-cta-btns__item {
    width: 361px;
  }
}

.p-cta-btns__link {
  height: 100%;
  aspect-ratio: 103 / 22;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(1.33333vw, 20px);
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-cta-btns__link {
    aspect-ratio: 361 / 120;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cta-btns__link {
    padding-inline: 10px;
  }
}

.lp-scope .p-cta-btns__link--tel {
  background: #f7f5f3;
  padding: 12px 20px;
}

.lp-scope .p-cta-btns__link--web {
  background: #bc9c5e;
  border: 1px solid #e2cca1;
  color: #fff;
}

.lp-scope .p-cta-btns__link--web .p-cta-btns__subtxt::after {
  background: #e2cca1;
}

.lp-scope .p-cta-btns__link--line {
  background: #00b832;
  border: 1px solid #68d285;
  color: #fff;
}

.lp-scope .p-cta-btns__link--line .p-cta-btns__subtxt::after {
  background: #68d285;
}

.lp-scope .p-cta-btns__link:not(.p-cta-btns__link--tel)::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff;
  position: absolute;
  right: 2px;
  bottom: 2px;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-cta-btns__icon {
    max-width: min(7vw, 66px);
  }
}

@media screen and (max-width: 767px) {
  .p-cta-btns__icon {
    width: 42px;
  }
}

@media screen and (min-width: 768px) {
  .lp-scope .p-cta-btns__box {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cta-btns__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}

.lp-scope .p-cta-btns__subtxt {
  font-size: clamp(1.6em, 1.76vw, 2.2em);
  margin: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-cta-btns__subtxt::after {
    content: "";
    width: 105%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-cta-btns__maintxt {
  font-size: clamp(2.4em, 2.8vw, 3.5em);
  margin: 0;
  letter-spacing: 0.1em !important;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-cta-btns__maintxt {
    border-top: 1px solid #fff;
    padding-inline: 5px;
  }
}

.p-cta-btns-tel {
  width: 100%;
}

.lp-scope .p-cta-btns-tel__heading {
  color: #bc9c5e;
  margin: 0 0 5px;
  font-size: clamp(1.4em, 1.6vw, 2em);
  padding: 0 5px;
  text-align: center;
  background: #fff;
  border-radius: 100vh;
}

.lp-scope .p-cta-btns-tel-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.lp-scope .p-cta-btns-tel-num__icon {
  line-height: 0;
}

.lp-scope .p-cta-btns-tel-num__txt {
  color: #333;
  font-size: min(2vw, 3.5em);
  margin: 0;
  letter-spacing: 0.1em !important;
  white-space: nowrap;
}

.lp-scope .p-cta-btns-tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10pxpx;
}

.lp-scope .p-cta-btns-tel__num {
  color: #333;
  font-size: 2.4em;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.05em;
}

.lp-scope .p-mainvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lp-scope .p-mainvisual__box {
  position: absolute;
  z-index: 5;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-mainvisual__box {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .p-mainvisual__box {
    left: 5px;
    width: calc(100% - 10px);
  }
}

.lp-scope .p-mainvisual-lead {
  color: #c39138;
  text-shadow: 0 0 10px #fff, 0 5px 10px #fff, 5px 0 10px #fff, 0 -5px 10px #fff, -5px 0 10px #fff, 0 0 5px #fff, 0 3px 5px #fff, 3px 0 5px #fff, 0 -3px 5px #fff, -3px 0 5px #fff;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-mainvisual-lead {
    text-shadow: 0 0 10px #fff, 0 5px 10px #fff, 5px 0 10px #fff, 0 -5px 10px #fff, -5px 0 10px #fff;
  }
}

.p-mainvisual-lead__subtxt {
  display: block;
  letter-spacing: -0.08em;
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-mainvisual-lead__subtxt {
    font-size: min(5vw, 4.5em);
  }
}

.p-mainvisual-lead__maintxt {
  letter-spacing: 0.08em;
  font-size: 6.5vw;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-mainvisual-lead__maintxt {
    font-size: min(5vw, 5.5em);
  }
}

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

@media screen and (min-width: 768px) {
  .lp-scope .p-mainvisual .swiper-slide img {
    height: 833px;
  }
}

@media screen and (max-width: 767px) {
  .p-mainvisual .swiper-slide img {
    aspect-ratio: 750 / 1063;
  }
}

.lp-scope .p-page-top-campaign {
  background: #f7f5f3;
  padding-bottom: 40px;
  overflow: hidden;
}

.lp-scope .p-page-top-campaign-header {
  background-image: url(../images/beauty/bg_campaign_header_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 35px;
  position: relative;
  height: min(26.66667vw, 160px);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-campaign-header {
    padding-top: 20px;
    background-image: url(../images/beauty/bg_campaign_header.png);
  }
}

.p-page-top-campaign-header__container {
  position: relative;
  z-index: 1;
}

.lp-scope .p-page-top-campaign-header__txt {
  color: #333;
  font-size: clamp(2.2em, 3.52vw, 4.4em);
  margin: 0 auto;
  max-width: 862px;
  border-bottom: 1px solid #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.lp-scope .p-page-top-campaign-header__entxt {
  margin: 0;
  color: #e3ded8;
  font-size: clamp(5em, 12vw, 15em);
  position: absolute;
  line-height: 1;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-campaign-header__entxt {
    top: 50%;
    right: -18vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-campaign-header__entxt {
    left: 64vw;
    bottom: 5px;
  }
}

.lp-scope .p-page-top-campaign__content {
  margin-top: -20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-campaign__content {
    margin-top: -60px;
  }
}

.p-page-top-campaign__bnr {
  max-width: 862px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-campaign__bnr {
    margin-inline: 5px;
  }
}

.p-page-top-news {
  padding: 36px 0;
}

.lp-scope .p-page-top-news__wrap {
  padding-inline: min(2.66667vw, 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.33333vw, 40px);
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-page-top-news-header {
    text-align: center;
    padding-right: 40px;
    border-right: 1px solid #c8b2a6;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}

.p-page-top-news-header__maintxt {
  font-size: clamp(2.4em, 3.2vw, 4em);
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-news-header__maintxt::after {
    content: "";
    width: 105%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #bf9e7a;
  }
}

.p-page-top-news-header__subtxt {
  font-size: clamp(1.6em, 1.92vw, 2.4em);
  margin: 0;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-news__content {
    padding: 30px 0;
  }
}

.p-page-top-news-list {
  color: #333;
}

.lp-scope .p-page-top-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4vw, 30px);
}

.lp-scope .p-page-top-news-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.lp-scope .p-page-top-news-list__link {
  color: #333;
}

.lp-scope .p-page-top-concept {
  padding-top: min(9.33333vw, 70px);
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-concept {
    padding-bottom: 60px;
  }
}

.p-page-top-concept-header {
  margin-bottom: min(5.33333vw, 40px);
}

.lp-scope .p-page-top-concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-concept__content {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-concept__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-concept__img01 {
    min-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-concept__img01 {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-concept__img02 {
    min-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-concept__img02 {
    margin-right: 20px;
    margin-left: 40px;
  }
}

.lp-scope .p-page-top-concept__txtbox {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-concept__txtbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px min(4vw, 90px) 0 0;
  }
}

.p-page-top-concept__lead {
  color: #ad9069;
  font-size: clamp(3em, 3.68vw, 4.6em);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 0 min(4vw, 60px);
  text-indent: -1.1em;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-concept__lead {
    line-height: 2;
  }
}

.p-page-top-concept__txt {
  margin: 0;
  font-size: clamp(1.8em, 1.6vw, 2em);
  line-height: 1.8;
  max-height: 416px;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-concept__txt {
    line-height: 2.8;
    max-height: 630px;
  }
}

.p-page-top-cases {
  overflow: hidden;
  padding-top: min(10.66667vw, 80px);
}

.lp-scope .p-page-top-cases-header {
  margin-bottom: min(5.33333vw, 40px);
}

.lp-scope .p-page-top-cases-list__item:not(:last-child) {
  margin-bottom: min(16vw, 120px);
}

.lp-scope .p-page-top-cases-list-header {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d6c19b;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-cases-list-header {
    text-align: center;
  }
}

.p-page-top-cases-list-header__heading {
  margin: 0;
  font-size: clamp(2.4em, 2.88vw, 3.6em);
  position: relative;
}

.lp-scope .p-page-top-cases-list-slider {
  position: relative;
}

.lp-scope .p-page-top-cases-list-slider__heading {
  margin: 0 0 10px;
  color: #a87313;
  font-size: clamp(2.2em, 2.4vw, 3em);
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-cases-list-slider__heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-cases-list-slider .swiper-slide {
    padding-inline: 40px;
  }
}

.lp-scope .p-page-top-cases-list-slider .swiper-button-next,
.lp-scope .p-page-top-cases-list-slider .swiper-button-prev {
  width: min(6.93333vw, 52px);
  aspect-ratio: 1;
  height: auto;
  margin-top: 0;
  top: 55vw;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-cases-list-slider .swiper-button-next,
  .lp-scope .p-page-top-cases-list-slider .swiper-button-prev {
    top: 17vw;
  }
}

.p-page-top-cases-list-slider .swiper-button-next .swiper-navigation-icon,
.lp-scope .p-page-top-cases-list-slider .swiper-button-prev .swiper-navigation-icon {
  display: none;
}

.lp-scope .p-page-top-cases-list-slider .swiper-button-next::after,
.lp-scope .p-page-top-cases-list-slider .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/beauty/icon_case_arrow.png) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1270px) {
  .lp-scope .p-page-top-cases-list-slider .swiper-button-next {
    right: auto;
    left: calc(100% + 49px);
  }
}

@media screen and (max-width: 1269px) {
  .p-page-top-cases-list-slider .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-cases-list-slider .swiper-button-next {
    right: 0;
  }
}

.p-page-top-cases-list-slider .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (min-width: 1270px) {
  .lp-scope .p-page-top-cases-list-slider .swiper-button-prev {
    right: calc(100% + 60px);
    left: auto;
  }
}

@media screen and (max-width: 1269px) {
  .p-page-top-cases-list-slider .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-cases-list-slider .swiper-button-prev {
    left: 0;
  }
}

.p-page-top-cases-list-slider__detail {
  font-size: clamp(1.4em, 1.44vw, 1.8em);
  margin-top: min(4.26667vw, 33px);
}

.lp-scope .p-page-top-cases-list-slider__detail table {
  width: 100%;
  border-collapse: collapse;
}

.lp-scope .p-page-top-cases-list-slider__detail table tr {
  border-bottom: 1px solid #d2d2d2;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-cases-list-slider__detail table tr:not(.p-page-top-cases-list-slider__progress) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-page-top-cases-list-slider__detail table th,
.lp-scope .p-page-top-cases-list-slider__detail table td {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-cases-list-slider__detail table th,
  .lp-scope .p-page-top-cases-list-slider__detail table td {
    display: block;
  }
}

.p-page-top-cases-list-slider__detail table th {
  color: #a87313;
  white-space: nowrap;
  width: 90px;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-cases-list-slider__detail table th {
    width: 150px;
    padding-inline: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-cases-list-slider__detail table th {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-cases-list-slider__detail table td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-page-top-pickup {
  padding-top: min(16vw, 120px);
}

.lp-scope .p-page-top-pickup-header {
  margin-bottom: 20px;
}

.lp-scope .p-page-top-pickup__bnrwrap {
  background: #fff9ee;
  padding: min(5.33333vw, 40px) 0 min(2.66667vw, 20px);
}

.lp-scope .p-page-top-pickup-bnrs {
  display: grid;
  gap: min(4.8vw, 40px);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-pickup-bnrs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-pickup-bnrs {
    padding-inline: 10px;
  }
}

.lp-scope .p-page-top-pickup__heading-course {
  text-align: center;
  margin: 40px 0 0;
}

.lp-scope .p-page-top-pickup__coursewrap {
  background: #ede7de;
  padding-top: min(4vw, 32px);
  padding-inline: min(2.66667vw, 32px);
  padding-bottom: 42px;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-pickup__coursewrap {
    padding-bottom: 32px;
  }
}

.p-page-top-pickup-course {
  display: grid;
  gap: 20px 36px;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-pickup-course {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-page-top-pickup-course__item {
  background: #fff;
  border-radius: 8px;
}

.lp-scope .p-page-top-pickup-course__link {
  padding: min(4.53333vw, 25px) 16px;
  display: block;
}

.lp-scope .p-page-top-pickup-course__heading {
  margin: 0 0 min(2.66667vw, 20px);
  font-size: 1.6em;
  font-weight: 700;
  position: relative;
  padding: 0 0 min(1.33333vw, 10px) min(2.66667vw, 22px);
  border-bottom: 1px solid #846b4d;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-pickup-course__heading {
    font-size: clamp(1.4em, 1.9vw, 2.8em);
  }
}

.p-page-top-pickup-course__heading::before {
  content: "";
  width: min(2.13333vw, 13px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ca8626;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-pickup-course__heading::before {
    -webkit-transform: translateY(calc(-50% - 5px));
    transform: translateY(calc(-50% - 5px));
  }
}

.p-page-top-pickup-course__sub {
  font-size: 85%;
  letter-spacing: normal;
}

.lp-scope .p-page-top-pickup-course-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px 0 15px;
  color: #ca8626;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-pickup-course-price {
    gap: min(0.5vw, 20px);
  }
}

.p-page-top-pickup-course-price__notes {
  font-size: clamp(1em, 1.2vw, 2em);
  font-weight: 500;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-pickup-course-price__notes {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.p-page-top-pickup-course-price__notes::before {
  content: "※";
}

.lp-scope .p-page-top-pickup-course-price-txt {
  margin: 0;
  line-height: 1;
}

.lp-scope .p-page-top-pickup-course-price-txt__first {
  font-size: clamp(2.2em, 2.6vw, 3.8em);
  font-weight: 700;
  margin-right: min(1.33333vw, 15px);
}

.lp-scope .p-page-top-pickup-course-price-txt__money {
  font-size: clamp(3.2em, 3.8vw, 5.6em);
  font-weight: 700;
}

.lp-scope .p-page-top-pickup-course-price-txt__yen {
  font-size: clamp(2.4em, 2.9vw, 4.2em);
  font-weight: 500;
  margin-right: -5px;
}

.lp-scope .p-page-top-pickup-course-price-txt__tax {
  font-size: clamp(1.2em, 1.6vw, 2em);
  font-weight: 500;
}

.lp-scope .p-page-top-menu {
  padding: min(10.66667vw, 50px) 0 min(10.66667vw, 80px);
  background-image: url(../images/beauty/bg_menu_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-menu {
    background-image: url(../images/beauty/bg_menu.png);
  }
}

.p-page-top-menu-header {
  margin-bottom: min(5.33333vw, 40px);
}

.lp-scope .p-page-top-menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.46667vw, 27px);
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-menu-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-page-top-menu-tabs__link {
  color: #fff;
  background: #c6912c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: min(42.66667vw, 260px);
  height: min(13.33333vw, 60px);
  font-size: clamp(1.8em, 2.4vw, 3em);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  letter-spacing: 0.1em;
  opacity: 0.5;
}

.lp-scope .p-page-top-menu-tabs__link::after {
  content: "";
  width: 18px;
  height: 14px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.lp-scope .p-page-top-menu-tabs__link.is-active {
  opacity: 1;
}

.lp-scope .p-page-top-menu__box {
  padding: min(5.33333vw, 38px) min(2.13333vw, 30px);
  background: #fff;
}

.lp-scope .p-page-top-menu__box:not(:first-child) {
  display: none;
}

.lp-scope .p-page-top-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4vw, 32px) min(2.66667vw, 27px);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-menu-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-page-top-menu-list__link {
  min-height: min(12vw, 68px);
  color: #6f4f3e;
  border: 1px solid #bfa88d;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-size: clamp(1.4em, 1.6vw, 2em);
  font-weight: 700;
  position: relative;
  padding: 10px 5px 10px min(5.33333vw, 28px);
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-menu-list__link {
    height: 100%;
  }
}

.p-page-top-menu-list__link::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #d1850c;
  border-right: 2px solid #d1850c;
  position: absolute;
  top: 50%;
  left: min(1.33333vw, 10px);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.lp-scope .p-page-top-reason {
  padding: min(10.66667vw, 80px) 0 min(10.66667vw, 100px);
}

.lp-scope .p-page-top-reason-header {
  margin-bottom: min(8vw, 60px);
}

.lp-scope .p-page-top-reason-list {
  margin-top: 20px;
}

.lp-scope .p-page-top-reason-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.33333vw, 70px);
  counter-increment: feature;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-reason-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-page-top-reason-list__item:not(:last-child) {
  margin-bottom: min(13.33333vw, 60px);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-reason-list__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-page-top-reason-list__item:nth-child(odd) .p-page-top-reason-list__img {
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-reason-list__item:nth-child(odd) .p-page-top-reason-list__img {
    margin-right: calc((50% - 50vw) + 54px);
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-reason-list__item:nth-child(odd) .p-page-top-reason-list__img {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-reason-list__item:nth-child(odd) .p-page-top-reason-list-header-count {
    left: -10px;
  }
}

.p-page-top-reason-list__item:nth-child(even) .p-page-top-reason-list__img {
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-reason-list__item:nth-child(even) .p-page-top-reason-list__img {
    margin-left: calc((50% - 50vw) + 54px);
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-reason-list__item:nth-child(even) .p-page-top-reason-list-header-count {
    right: -10px;
  }
}

.lp-scope .p-page-top-reason-list-header {
  margin-bottom: min(2.66667vw, 20px);
  position: relative;
}

.lp-scope .p-page-top-reason-list-header-count {
  width: min(17.86667vw, 100px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ad9069;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-reason-list-header-count {
    position: absolute;
    bottom: 100%;
  }
}

.p-page-top-reason-list-header-count__num {
  font-size: clamp(3.2em, 3.68vw, 4.6em);
  line-height: 1;
  display: block;
}

.lp-scope .p-page-top-reason-list-header-count__num::after {
  content: counter(feature, decimal-leading-zero);
}

.lp-scope .p-page-top-reason-list-header-count__txt {
  font-size: clamp(1.4em, 1.6vw, 2em);
  line-height: 1;
}

.lp-scope .p-page-top-reason-list-header__txt {
  font-size: clamp(2.7em, 3.68vw, 4.6em);
  font-weight: 500;
  color: #ad9069;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-reason-list-header__txt {
    white-space: nowrap;
  }
}

.p-page-top-reason-list__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-reason-list__img img {
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .p-page-top-reason-list__txtbox {
    width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-reason-list__txtbox {
    padding-inline: 15px;
  }
}

.p-page-top-reason-list__txt {
  margin: 0;
  line-height: 1.6;
  font-size: clamp(1.4em, 1.6vw, 2em);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-reason-list__txt {
    line-height: 2;
  }
}

.p-page-top-media {
  padding-bottom: min(10.66667vw, 80px);
}

.lp-scope .p-page-top-media-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #c8b2a6;
  padding-bottom: min(1.33333vw, 10px);
  margin-bottom: min(5.33333vw, 40px);
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-media-header {
    margin-inline: 10px;
  }
}

.p-page-top-media-header__heading {
  font-size: clamp(3em, 3.36vw, 4.2em);
}

.lp-scope .p-page-top-media-header__subheading {
  font-size: clamp(1.8em, 1.92vw, 2.4em);
}

.lp-scope .p-page-top-media-interviews {
  display: grid;
  gap: min(2.66667vw, 58px);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-media-interviews {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-media-interviews {
    margin-inline: 10px;
  }
}

.lp-scope .p-page-top-media-interviews__item {
  background: #fff;
}

.lp-scope .p-page-top-media-interviews__link {
  padding: 14px;
  display: block;
  border: 2px solid #96d4ea;
}

.lp-scope .p-page-top-media-interviews__heading {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-media-interviews__heading {
    margin-bottom: 10px;
  }
}

.p-page-top-media-interviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(2.66667vw, 18px);
}

.lp-scope .p-page-top-media-interviews__img {
  width: min(21.33333vw, 156px);
}

.lp-scope .p-page-top-media-interviews__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: clamp(1.2em, 1.28vw, 1.6em);
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.lp-scope .p-page-top-media__mynavi {
  display: block;
  margin-top: min(5.33333vw, 40px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-media__mynavi {
    margin-inline: 10px;
  }
}

.p-page-top-greeting {
  padding-bottom: min(9.86667vw, 180px);
  position: relative;
  background: #e7e2dc;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-greeting {
    padding-top: min(5.33333vw, 40px);
  }
}

@media screen and (min-width: 768px) {
  .p-page-top-greeting__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-greeting__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-page-top-greeting-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(2.66667vw, 20px);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-greeting-header {
    margin-bottom: min(6.66667vw, 40px);
  }
}

@media screen and (max-width: 767px) {
  .p-page-top-greeting-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.lp-scope .p-page-top-greeting__container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-greeting__content {
    padding: 30px 10px 0;
  }
}

.p-page-top-greeting__txt {
  margin: 0;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-greeting__txt {
    max-width: min(45vw, 656px);
    margin: 0 0 0 auto;
    line-height: 2;
  }
}

.p-page-top-access {
  padding-top: min(10.66667vw, 80px);
  padding-bottom: min(9.33333vw, 74px);
}

.lp-scope .p-page-top-access-header {
  margin-bottom: min(5.33333vw, 40px);
}

.lp-scope .p-page-top-access__wrap {
  display: grid;
  gap: min(10.66667vw, 80px);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-access__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-page-top-access-info__lead {
  color: #b27911;
  margin: 0 0 min(2.66667vw, 20px);
  font-size: clamp(2em, 2.56vw, 3.2em);
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-access-info__lead {
    line-height: 2;
  }
}

.p-page-top-access-info__timetable {
  border: 2px solid #dbcc88;
}

.lp-scope .p-page-top-access-info__timetable table {
  width: 100%;
  border-collapse: collapse;
}

.lp-scope .p-page-top-access-info__timetable table th,
.lp-scope .p-page-top-access-info__timetable table td {
  border: 1px solid #e1ded9;
}

.lp-scope .p-page-top-access-info__timetable table thead th {
  background: #f7f6f3;
  padding: 5px;
}

.lp-scope .p-page-top-access-info__timetable table tbody td {
  color: #6f4f3e;
  font-weight: 700;
  text-align: center;
  padding: min(1.33333vw, 10px) min(1.33333vw, 10px);
}

.lp-scope .p-page-top-access-info-reserved-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.2em, 1.12vw, 1.4em);
  border: 2px solid #c0a278;
  border-radius: 8px;
}

.lp-scope .p-page-top-access-info-reserved-only__heading,
.lp-scope .p-page-top-access-info-reserved-only__txt {
  padding: 8px;
}

.lp-scope .p-page-top-access-info-reserved-only__heading {
  background: #c0a278;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-scope .p-page-top-access-info__notes {
  line-height: 1.8;
}

.lp-scope .p-page-top-access-info__address {
  font-size: clamp(1.6em, 1.44vw, 1.8em);
  line-height: 1.8;
  margin-bottom: min(5.33333vw, 40px);
}

.lp-scope .p-page-top-access-info__route {
  font-size: clamp(1.6em, 1.44vw, 1.8em);
  line-height: 1.7;
  margin: 10px 0 0;
}

.lp-scope .p-page-top-access__gmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .lp-scope .p-page-top-access__gmap iframe {
    aspect-ratio: 1;
  }
}

.p-page-top-access-bnrs {
  display: grid;
  gap: 20px 10px;
  margin-top: min(10.66667vw, 80px);
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .lp-scope .p-page-top-access-bnrs {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-page-top-access-bnrs__item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: calc(33% - 10px);
  }
}

.lp-scope .p-page-top-access-bnrs__link {
  display: block;
  text-align: center;
}

.lp-scope .p-page-top-access-bnrs__link img {
  width: min(100%, 360px);
}

.lp-scope .p-sp-fixedmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.lp-scope .p-sp-fixedmenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-scope .p-sp-fixedmenu-list img {
  height: min(11.73333vw, 88px);
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-scope .p-spmenu {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 5;
  width: 60%;
  height: calc(100% - 60px);
  background: rgba(227, 222, 216, 0.92);
  padding: 0 30px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lp-scope .p-spmenu-list__link {
  padding: 20px 0 20px 20px;
  font-size: 1.4em;
  font-weight: 700;
  position: relative;
  display: block;
}

.lp-scope .p-spmenu-list__link::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #a87313;
  border-right: 2px solid #a87313;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.lp-scope .is-menu-open .p-spmenu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

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

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

.lp-scope .u-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .lp-scope .u-pc-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .lp-scope .u-pc-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .lp-scope .u-sp-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-right {
    text-align: right;
  }
}

.lp-scope .is-primary {
  color: #d6c19b !important;
}

.lp-scope .is-link {
  color: #000 !important;
}

.lp-scope .is-black {
  color: #333 !important;
}

.lp-scope .is-white {
  color: #fff !important;
}

.lp-scope .is-gray {
  color: #f7f5f3 !important;
}

.lp-scope .is-gray2 {
  color: #d2d2d2 !important;
}

.lp-scope .is-gray3 {
  color: #fff9ee !important;
}

.lp-scope .is-gray4 {
  color: #f7f6f3 !important;
}

.lp-scope .is-gray5 {
  color: #e1ded9 !important;
}

.lp-scope .is-brown {
  color: #b07d19 !important;
}

.lp-scope .is-brown2 {
  color: #bc9c5e !important;
}

.lp-scope .is-brown3 {
  color: #c39138 !important;
}

.lp-scope .is-brown4 {
  color: #6f4f3e !important;
}

.lp-scope .is-brown5 {
  color: #ad9069 !important;
}

.lp-scope .is-brown6 {
  color: #a87313 !important;
}

.lp-scope .is-brown7 {
  color: #ca8626 !important;
}

.lp-scope .is-brown8 {
  color: #846b4d !important;
}

.lp-scope .is-brown9 {
  color: #c6912c !important;
}

.lp-scope .is-brown10 {
  color: #d1850c !important;
}

.lp-scope .is-brown11 {
  color: #b27911 !important;
}

.lp-scope .is-lightblue {
  color: #96d4ea !important;
}

.lp-scope .is-beige {
  color: #e3ded8 !important;
}

.lp-scope .is-beige2 {
  color: #bf9e7a !important;
}

.lp-scope .is-beige3 {
  color: #c8b2a6 !important;
}

.lp-scope .is-beige4 {
  color: #e2cca1 !important;
}

.lp-scope .is-beige5 {
  color: #ede7de !important;
}

.lp-scope .is-beige6 {
  color: #bfa88d !important;
}

.lp-scope .is-beige7 {
  color: #e7e2dc !important;
}

.lp-scope .is-beige8 {
  color: #dbcc88 !important;
}

.lp-scope .is-beige9 {
  color: #c0a278 !important;
}

.lp-scope .is-beige10 {
  color: #f6f0e4 !important;
}

.lp-scope .is-beige11 {
  color: #e8c890 !important;
}

.lp-scope .is-green {
  color: #00b832 !important;
}

.lp-scope .is-green2 {
  color: #68d285 !important;
}

.lp-scope .is-bg-primary {
  background-color: #d6c19b !important;
}

.lp-scope .is-bg-link {
  background-color: #000 !important;
}

.lp-scope .is-bg-black {
  background-color: #333 !important;
}

.lp-scope .is-bg-white {
  background-color: #fff !important;
}

.lp-scope .is-bg-gray {
  background-color: #f7f5f3 !important;
}

.lp-scope .is-bg-gray2 {
  background-color: #d2d2d2 !important;
}

.lp-scope .is-bg-gray3 {
  background-color: #fff9ee !important;
}

.lp-scope .is-bg-gray4 {
  background-color: #f7f6f3 !important;
}

.lp-scope .is-bg-gray5 {
  background-color: #e1ded9 !important;
}

.lp-scope .is-bg-brown {
  background-color: #b07d19 !important;
}

.lp-scope .is-bg-brown2 {
  background-color: #bc9c5e !important;
}

.lp-scope .is-bg-brown3 {
  background-color: #c39138 !important;
}

.lp-scope .is-bg-brown4 {
  background-color: #6f4f3e !important;
}

.lp-scope .is-bg-brown5 {
  background-color: #ad9069 !important;
}

.lp-scope .is-bg-brown6 {
  background-color: #a87313 !important;
}

.lp-scope .is-bg-brown7 {
  background-color: #ca8626 !important;
}

.lp-scope .is-bg-brown8 {
  background-color: #846b4d !important;
}

.lp-scope .is-bg-brown9 {
  background-color: #c6912c !important;
}

.lp-scope .is-bg-brown10 {
  background-color: #d1850c !important;
}

.lp-scope .is-bg-brown11 {
  background-color: #b27911 !important;
}

.lp-scope .is-bg-lightblue {
  background-color: #96d4ea !important;
}

.lp-scope .is-bg-beige {
  background-color: #e3ded8 !important;
}

.lp-scope .is-bg-beige2 {
  background-color: #bf9e7a !important;
}

.lp-scope .is-bg-beige3 {
  background-color: #c8b2a6 !important;
}

.lp-scope .is-bg-beige4 {
  background-color: #e2cca1 !important;
}

.lp-scope .is-bg-beige5 {
  background-color: #ede7de !important;
}

.lp-scope .is-bg-beige6 {
  background-color: #bfa88d !important;
}

.lp-scope .is-bg-beige7 {
  background-color: #e7e2dc !important;
}

.lp-scope .is-bg-beige8 {
  background-color: #dbcc88 !important;
}

.lp-scope .is-bg-beige9 {
  background-color: #c0a278 !important;
}

.lp-scope .is-bg-beige10 {
  background-color: #f6f0e4 !important;
}

.lp-scope .is-bg-beige11 {
  background-color: #e8c890 !important;
}

.lp-scope .is-bg-green {
  background-color: #00b832 !important;
}

.lp-scope .is-bg-green2 {
  background-color: #68d285 !important;
}

.lp-scope .u-fz20-30 {
  font-size: clamp(2em, 2.4vw, 3em);
}

.lp-scope .u-fz24-30 {
  font-size: clamp(2.4em, 2.4vw, 3em);
}

.lp-scope .u-fz50-100 {
  font-size: clamp(5em, 8vw, 10em);
}

.lp-scope .u-fz31-62 {
  font-size: clamp(3.1em, 4.96vw, 6.2em);
}

.lp-scope .u-fz38-62 {
  font-size: clamp(3.8em, 4.96vw, 6.2em);
}

.lp-scope .u-fz33-66 {
  font-size: clamp(3.3em, 5.28vw, 6.6em);
}

.lp-scope .u-fz38-66 {
  font-size: clamp(3.8em, 5.28vw, 6.6em);
}

.lp-scope .u-fz40-80 {
  font-size: clamp(4em, 6.4vw, 8em);
}

.lp-scope .u-lh1 {
  line-height: 1;
}

.lp-scope .u-lh11 {
  line-height: 1.1;
}

.lp-scope .u-lh12 {
  line-height: 1.2;
}

.lp-scope .u-lh13 {
  line-height: 1.3;
}

.lp-scope .u-lh14 {
  line-height: 1.4;
}

.lp-scope .u-lh15 {
  line-height: 1.5;
}

.lp-scope .u-lh16 {
  line-height: 1.6;
}

.lp-scope .u-lh17 {
  line-height: 1.7;
}

.lp-scope .u-lh18 {
  line-height: 1.8;
}

.lp-scope .u-lh19 {
  line-height: 1.9;
}

.lp-scope .u-lh2 {
  line-height: 2;
}

.lp-scope .u-lh21 {
  line-height: 2.1;
}

.lp-scope .u-lh22 {
  line-height: 2.2;
}

.lp-scope .u-lh23 {
  line-height: 2.3;
}

.lp-scope .u-lh24 {
  line-height: 2.4;
}

.lp-scope .u-lh18-24 {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .lp-scope .u-lh18-24 {
    line-height: 2.4;
  }
}

.u-m0 {
  margin: 0 !important;
}

.lp-scope .u-mt0 {
  margin-top: 0 !important;
}

.lp-scope .u-mr0 {
  margin-right: 0 !important;
}

.lp-scope .u-mb0 {
  margin-bottom: 0 !important;
}

.lp-scope .u-ml0 {
  margin-left: 0 !important;
}

.lp-scope .u-m-inline-auto {
  margin-inline: auto;
}

.lp-scope .u-mt20 {
  margin-top: 20px;
}

.lp-scope .u-mb20 {
  margin-bottom: 20px;
}

.lp-scope .u-mb40-80 {
  margin-bottom: min(10.66667vw, 80px);
}

.lp-scope .u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.lp-scope .u-db {
  display: block;
}

.lp-scope .u-pc-db,
.lp-scope .u-pc-dib {
  display: none;
}

@media screen and (min-width: 768px) {
  .lp-scope .u-pc-db {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-dib {
    display: inline-block;
  }
}

.lp-scope .u-sp-db {
  display: block;
}

@media screen and (min-width: 768px) {
  .lp-scope .u-sp-db {
    display: none;
  }
}

.u-sp-dib {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .lp-scope .u-sp-dib {
    display: none;
  }
}

.u-font-zen-kaku-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lp-scope .u-fw500 {
  font-weight: 500;
}

.lp-scope .u-fw700 {
  font-weight: 700;
}
.lp-scope .page-profile {
  margin-top: 50px;
}
.lp-scope .page-profile .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-scope .page-profile h2 {
  font-size: clamp(2em, 2.4vw, 3em);
  font-weight: 700;
  text-align: center;
}
.lp-scope .page-profile h3 {
  font-size: clamp(1.8em, 1.92vw, 2.4em);
  font-weight: 700;
  text-align: center;
  color: #6f4f3e;
}
.lp-scope .page-profile .director_greeting {
  margin: auto;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  width: 50%;
  color: #333;
  font-size: min(1.5vw, 2.8em);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.lp-scope .page-profile .director_greeting img {
  margin-bottom: 1.5em;
  border-radius: 10px;
}
.lp-scope .page-profile table {
  margin: 1.5em auto 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.lp-scope .page-profile th,
.lp-scope .page-profile td {
  border: #fff solid 1px;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #dcdcdc;
}
.lp-scope .page-profile th {
  background-color: #f7f5f3;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  width: 15%;
}
.lp-scope .page-interview {
  margin: 50px 0 80px;
}
.lp-scope .page-interview .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-scope .page-img {
  position: relative;
  padding-top: 50%;
}
.lp-scope .page-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-scope .page-interview h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #c8b2a6;
  padding-bottom: min(1.33333vw, 10px);
  color: #bf9e7a;
  font-weight: 700;
  font-size: clamp(1.8em, 1.92vw, 2.4em);
}
.lp-scope .page-interview h4 {
  color: #6f4f3e;
  position: relative;
  font-size: clamp(1.4em, 1.6vw, 2em);
}
.lp-scope .page-interview h4::before {
  content: "―";
  padding-right: 1em;
}
.lp-scope .page-clinic {
  margin-top: 50px;
}
.lp-scope .page-clinic .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-scope .page-clinic h2 {
  font-size: clamp(2em, 2.4vw, 3em);
  font-weight: 700;
  text-align: center;
}
.lp-scope .page-clinic h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #c8b2a6;
  padding-bottom: min(1.33333vw, 10px);
  color: #bf9e7a;
  font-weight: 700;
  font-size: clamp(1.8em, 1.92vw, 2.4em);
}
.lp-scope .page-clinic h4 {
  font-size: clamp(1.8em, 1.92vw, 2.4em);
  font-weight: 700;
  text-align: center;
}
.lp-scope .page-clinic h4 strong {
  color: #bf9e7a;
}
.lp-scope .page-clinic h4 br {
  display: none;
}
.lp-scope .page-intro {
  margin: 50px 0 80px;
}
.lp-scope .page-intro .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-scope .page-intro h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #c8b2a6;
  padding-bottom: min(1.33333vw, 10px);
  color: #bf9e7a;
  font-weight: 700;
  font-size: clamp(1.8em, 1.92vw, 2.4em);
}
.lp-scope .page-intro__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px 10px;
}
.lp-scope .page-intro__list + .page-intro__list {
  margin-top: 30px;
}
.lp-scope .page-intro .page-img {
  padding-top: 66%;
}
.lp-scope .page-intro__ttl {
  font-weight: 700;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.lp-scope .page-access {
  padding-top: 50px;
}
.lp-scope .page-access .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-scope .page-access h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #c8b2a6;
  padding-bottom: min(1.33333vw, 10px);
  color: #bf9e7a;
  font-weight: 700;
  font-size: clamp(1.8em, 1.92vw, 2.4em);
}
.lp-scope .top-information .bg-white {
  padding: 55px 4.5%;
  box-shadow: 0 0 40px rgba(151, 140, 127, 0.25);
  display: flex;
}
.lp-scope .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.lp-scope .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.lp-scope .top-information .bg-white .w_50 {
  width: 48.5%;
}
.lp-scope .top-information__item h4 {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 1px 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  background: #cabeac;
}
.lp-scope .col-brown {
  color: #bea374 !important;
}
.lp-scope .top-information__item-note {
  margin-top: 20px;
  background: #bea374;
  border-radius: 4px;
  border: 2px solid #bea374;
  align-items: center;
}
.lp-scope .top-information__item-note .col-white {
  width: 40%;
  justify-content: center;
  border: 4px 0 0 4px;
  color: #fff;
}
.lp-scope .top-information__item-note p {
  padding: 5px 0 5px 5px;
  margin: 0;
  background: #fff;
  width: 100%;
}
.lp-scope .top-information table {
  width: 100%;
  border-collapse: collapse;
  border: solid 2px #dacd81;
  margin-top: 30px;
}
.lp-scope .top-information table tr th,
.lp-scope .top-information table tr td {
  padding: 10px;
  text-align: center;
  font-size: inherit;
  vertical-align: middle;
  border: 1px solid #e1ded9;
}
.lp-scope .top-information table thead tr th,
.lp-scope .top-information table thead tr td {
  padding: 2px 10px;
  background: #f7f6f3;
}
.lp-scope .col-red {
  color: #f04713 !important;
}
.lp-scope .top-information .bg-white .w_50 iframe {
  border: 0px;
  width: 100%;
  height: 400px;
  max-width: 100%;
}
.lp-scope .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.lp-scope .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  margin-bottom: 0;
}
.lp-scope .top-information__item dl dt {
  width: 105px;
  margin: 0 30px 20px 0;
  padding: 3px;
  text-align: center;
  background: #e1ded9;
  border-radius: 3px;
  border-left: none;
}
.lp-scope .top-information__item dl dd {
  width: calc(100% - 135px);
  margin: 0 0 20px 0;
  padding: 0;
  border-left: none;
}
.lp-scope .page-access__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 48%;
  max-width: 422px;
  height: 50px;
  margin: 30px auto 0;
  letter-spacing: 0.2em;
  background: #fff;
  box-shadow: 0 0 10px #0003;
}
@media screen and (max-width: 768px) {
  .lp-scope .page-clinic h4 br {
    display: block;
  }
  .lp-scope .top-information .bg-white .w_50 {
    width: 100%;
    min-height: 350px;
  }
  .lp-scope .page-access__link {
    width: 100%;
  }
  .lp-scope .page-intro__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-scope .top-information .bg-white {
    padding: 25px 4.5%;
  }
}

/* ===== SP Fixed Menu (scoped) ========================================= */
.lp-scope .p-sp-fixedmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20; /* 必要に応じて 1000 などに調整 */
  width: 100%;
}
.lp-scope .p-sp-fixedmenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-scope .p-sp-fixedmenu-list__item {
  margin-bottom: 0;
}
.lp-scope .p-sp-fixedmenu-list img {
  height: min(11.73333vw, 88px);
  -o-object-fit: cover;
  object-fit: cover;
}
/* iOSセーフエリア考慮（任意） */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .lp-scope .p-sp-fixedmenu {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* Off-canvas SP menu */
.lp-scope .p-spmenu {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 1002; /* ヘッダー(1001)より上に出す想定 */
  width: 60%;
  height: calc(100% - 60px);
  background: rgba(227, 222, 216, 0.92);
  padding: 0 30px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lp-scope .p-spmenu-list__link {
  padding: 20px 0 20px 20px;
  font-size: 1.4em; /* rem→em（.lp-scope=10px基準） */
  font-weight: 700;
  position: relative;
  display: block;
}
.lp-scope .p-spmenu-list__link::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #a87313;
  border-right: 2px solid #a87313;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* 開閉：.is-open / .is-menu-open の両対応 */
.lp-scope.is-open .p-spmenu,
.lp-scope.is-menu-open .p-spmenu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* 親側のオーバーフローで切れないように（念のため） */
.lp-sticky,
.lp-scope .l-header {
  overflow: visible;
}
