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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

* {
  line-height: 1.5;
  list-style: none;
}

html, body {
  overflow-x: hidden;
}

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

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

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

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

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 500px) {
  .inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 389px) {
  .inner {
    padding: 0 max(15px, 15px + 10 * (100vw - 320px) / 69);
  }
}

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

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #F3F2ED));
  background: -webkit-linear-gradient(transparent 80%, #F3F2ED 80%);
  background: linear-gradient(transparent 80%, #F3F2ED 80%);
}

h1 {
  font-size: 36px;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}

h2.section_title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  h2.section_title {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
h2.section_title::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #A98E63;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  h2.section_title::after {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
h2.section_title span.en {
  font-size: 20px;
  font-family: "Lora", serif;
  display: block;
  color: #A98E63;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  h2.section_title span.en {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.btn a {
  display: block;
  width: 240px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .btn a {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .btn a {
    width: 180px;
    height: 45px;
  }
}
.btn a::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
.btn a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow_right.png) no-repeat center/contain;
  width: 15px;
  height: 6px;
}

.btn_white a {
  color: #A98E63;
  background: #fff;
}
.btn_white a::before {
  border: 1px solid #fff;
}
.btn_white a::after {
  background: url(../img/icon_arrow_right_brown.png) no-repeat center/contain;
}

.btn_beige a {
  color: #A98E63;
  background: #F3F2ED;
}
.btn_beige a::before {
  border: 1px solid #F3F2ED;
}

.btn_brown a {
  color: #fff;
  background: #A98E63;
}
.btn_brown a::before {
  border: 1px solid #A98E63;
}

.btn_green a {
  color: #fff;
  background: #819A3A;
}
.btn_green a::before {
  border: 1px solid #819A3A;
}

.btn.header_btn a {
  width: 200px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .btn.header_btn a {
    width: 340px;
    max-width: 100%;
    height: 55px;
  }
}
.btn.header_btn.btn_beige a {
  border: 1px solid #A98E63;
}
.btn.header_btn.btn_beige a::after {
  background: #F3F2ED;
  border: none;
}
.btn.header_btn.btn_brown a {
  border: 1px solid #fff;
}
.btn.header_btn.btn_brown a::after {
  background: #A98E63;
  border: none;
}
.btn.header_btn.btn_green a {
  border: 1px solid #fff;
}
.btn.header_btn.btn_green a::after {
  background: #819A3A;
  border: none;
}

.banner_wrap {
  background: #fafafa;
  padding: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .banner_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .banner_wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 389px) {
  .banner_wrap {
    padding-left: max(15px, 15px + 10 * (100vw - 320px) / 69);
    padding-right: max(15px, 15px + 10 * (100vw - 320px) / 69);
  }
}
.banner_wrap ul.banner_list {
  display: grid;
  gap: 40px;
  max-width: 1100px;
  margin-inline: auto;
}
.banner_wrap ul.banner_list.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 500px) {
  .banner_wrap ul.banner_list.col-2 {
    grid-template-columns: 1fr;
  }
}
.banner_wrap ul.banner_list.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 500px) {
  .banner_wrap ul.banner_list.col-3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .banner_wrap ul.banner_list {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .banner_wrap ul.banner_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.banner_wrap ul.banner_list li a img {
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.green {
  color: #819A3A;
}

.brown {
  color: #A98E63;
}

.beige {
  color: #F3F2ED;
}

.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz48 {
  font-size: 48px;
}

.fz56 {
  font-size: 56px;
}

.fz64 {
  font-size: 64px;
}

.fz72 {
  font-size: 72px;
}

.fz80 {
  font-size: 80px;
}

.fz88 {
  font-size: 88px;
}

.fz96 {
  font-size: 96px;
}

.fz100 {
  font-size: 100px;
}

.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .pt100 {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .pb100 {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.pv100 {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .pv100 {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}

main.lp, .mce-content-body.ceramic-page-editor {
  font-family: "Noto Serif JP", serif;
}
main.lp .marker_beige, .mce-content-body.ceramic-page-editor .marker_beige {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F3F2ED));
  background: -webkit-linear-gradient(transparent 70%, #F3F2ED 70%);
  background: linear-gradient(transparent 70%, #F3F2ED 70%);
}
main.lp p:not([class]), .mce-content-body.ceramic-page-editor p:not([class]) {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  main.lp .inner, .mce-content-body.ceramic-page-editor .inner {
    padding: 0 20px;
  }
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: rgba(255, 255, 255, 0.6);
}
.lp-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 20px;
  height: 120px;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .lp-header__inner {
    height: max(50px, 50px + 70 * (100vw - 390px) / 1049);
    padding-left: max(5px, 5px + 15 * (100vw - 390px) / 1049);
    padding-right: 10px;
    gap: max(5px, 5px + 15 * (100vw - 390px) / 1049);
  }
}
.lp-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media screen and (max-width: 1439px) {
  .lp-header__logo {
    gap: max(2px, 2px + 2 * (100vw - 390px) / 1049);
  }
}
.lp-header__logo a {
  display: block;
}
.lp-header__logo img {
  width: 535px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .lp-header__logo img {
    width: max(153px, 153px + 382 * (100vw - 390px) / 1049);
  }
}
.lp-header__logo-text {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #8C8C8C;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 5px;
  text-align: left;
  white-space: normal;
}
@media screen and (max-width: 1439px) {
  .lp-header__logo-text {
    font-size: max(6.5px, 6.5px + 5.5 * (100vw - 390px) / 1049);
    margin-bottom: max(3px, 3px + 9 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn {
  display: grid;
  place-items: center;
  width: 210px;
  height: 80px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: "Noto Serif JP", serif;
  position: relative;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .lp-header__nav-btn {
    width: max(80px, 80px + 130 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .lp-header__nav-btn p {
    font-size: max(10px, 10px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn:hover {
  opacity: 0.85;
}
.lp-header__nav-btn::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #fff;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  .lp-header__nav-btn::before {
    inset: max(2px, 2px + 3 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .lp-header__nav-btn::after {
    width: max(6px, 6px + 6 * (100vw - 390px) / 1049);
    height: max(6px, 6px + 6 * (100vw - 390px) / 1049);
    right: max(4px, 4px + 8 * (100vw - 390px) / 1049);
    bottom: max(4px, 4px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn--brown {
  background: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091));
  background: -webkit-linear-gradient(top left, #A98E63, #DEC091);
  background: linear-gradient(to bottom right, #A98E63, #DEC091);
}
.lp-header__nav-btn--green {
  background: -webkit-gradient(linear, left top, right bottom, from(#819A3A), to(#A7BE6A));
  background: -webkit-linear-gradient(top left, #819A3A, #A7BE6A);
  background: linear-gradient(to bottom right, #819A3A, #A7BE6A);
}
.lp-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .lp-header__nav {
    gap: max(5px, 5px + 15 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn {
  display: grid;
  place-items: center;
  width: 210px;
  height: 80px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: "Noto Serif JP", serif;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .lp-header__nav-btn {
    width: max(80px, 80px + 130 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: "Noto Serif JP", serif;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .lp-header__nav-btn p {
    font-size: max(10px, 10px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn:hover {
  opacity: 0.85;
}
.lp-header__nav-btn::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #fff;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  .lp-header__nav-btn::before {
    inset: max(2px, 2px + 3 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .lp-header__nav-btn::after {
    width: max(6px, 6px + 6 * (100vw - 390px) / 1049);
    height: max(6px, 6px + 6 * (100vw - 390px) / 1049);
    right: max(4px, 4px + 8 * (100vw - 390px) / 1049);
    bottom: max(4px, 4px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-header__nav-btn--brown {
  background: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091));
  background: -webkit-linear-gradient(top left, #A98E63, #DEC091);
  background: linear-gradient(to bottom right, #A98E63, #DEC091);
}
.lp-header__nav-btn--green {
  background: -webkit-gradient(linear, left top, right bottom, from(#819A3A), to(#A7BE6A));
  background: -webkit-linear-gradient(top left, #819A3A, #A7BE6A);
  background: linear-gradient(to bottom right, #819A3A, #A7BE6A);
}
.lp-header__hamburger {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/lp_ceramic/ham_open.png) no-repeat center/contain;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-header__hamburger {
    width: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
.lp-header__hamburger span {
  display: none;
}
.lp-header__hamburger.is-open {
  background-image: url(../img/lp_ceramic/ham_close.png);
}

.ham_menu_sp {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: clamp(400px, 40%, 600px);
  height: 100svh;
  background: #fff;
  z-index: 99;
  overflow-y: auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  .ham_menu_sp {
    padding-bottom: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .ham_menu_sp {
    width: 100%;
    padding-bottom: 0;
  }
}
.ham_menu_sp.is-open {
  display: block;
}
.ham_menu_sp ul.header_menu_list_sp {
  margin-top: 160px;
}
@media screen and (max-width: 1439px) {
  .ham_menu_sp ul.header_menu_list_sp {
    margin-top: max(80px, 80px + 80 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .ham_menu_sp ul.btn_list {
    padding-bottom: 80px;
  }
}

.lp-fv {
  position: relative;
  min-height: 100vh;
}
.lp-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-fv__bg picture,
.lp-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-fv__bg picture,
  .lp-fv__bg img {
    -o-object-position: top right;
       object-position: top right;
  }
}
.lp-fv__content {
  position: absolute;
  z-index: 1;
  bottom: calc(4.166666vw + 96px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 80px;
}
@media screen and (max-width: 1439px) {
  .lp-fv__content {
    left: max(20px, 20px + 60 * (100vw - 390px) / 1049);
    right: max(20px, 20px + 60 * (100vw - 390px) / 1049);
    bottom: calc(max(40px, 40px + 20 * (100vw - 390px) / 1049) + max(60px, 60px + 36 * (100vw - 390px) / 1049));
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .lp-fv__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .lp-fv__content {
    width: calc(100% - max(20px, 20px + 60 * (100vw - 390px) / 1049) * 2);
    bottom: 40px;
  }
}
@media screen and (max-width: 389px) {
  .lp-fv__content {
    bottom: 20px;
  }
}
.lp-fv__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-fv__copy {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-fv__copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .lp-fv__copy {
    width: 100%;
  }
}
.lp-fv__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding: 16px 0;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .lp-fv__catch {
    font-size: max(32px, 32px + 26 * (100vw - 768px) / 671);
    padding: max(10px, 10px + 6 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-fv__catch {
    font-size: max(36px, 36px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-fv__catch {
    font-size: max(26px, 26px + 10 * (100vw - 320px) / 69);
  }
}
.lp-fv__catch::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#3E3A39), to(#B3B3B3));
  background: -webkit-linear-gradient(left, #3E3A39, #B3B3B3);
  background: linear-gradient(to right, #3E3A39, #B3B3B3);
  top: 0;
  width: calc(100% - 50px);
  left: -15px;
}
@media screen and (max-width: 1439px) {
  .lp-fv__catch::before {
    width: calc(100% - max(32px, 32px + 20 * (100vw - 390px) / 1049));
    left: min(-10px, -10px + -5 * (100vw - 390px) / 1049);
  }
}
.lp-fv__catch::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#3E3A39), to(#B3B3B3));
  background: -webkit-linear-gradient(right, #3E3A39, #B3B3B3);
  background: linear-gradient(to left, #3E3A39, #B3B3B3);
  bottom: 0;
  width: calc(100% - 50px);
  right: -15px;
}
@media screen and (max-width: 1439px) {
  .lp-fv__catch::after {
    width: calc(100% - max(32px, 32px + 20 * (100vw - 390px) / 1049));
    right: min(-10px, -10px + -5 * (100vw - 390px) / 1049);
  }
}
.lp-fv__catch--green {
  color: #819A3A;
}
.lp-fv__catch--brown {
  color: #A98E63;
}
.lp-fv__sub {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .lp-fv__sub {
    font-size: max(26px, 26px + 14 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-fv__sub {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-fv__sub {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
.lp-fv__area-text {
  display: inline-block;
  padding: 26.5px 28.5px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  color: #A98E63;
  background: #F3F2ED;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .lp-fv__area-text {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
    padding: max(15px, 15px + 11.5 * (100vw - 390px) / 1049) max(16px, 16px + 12.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-fv__area-text {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .lp-fv__area-text {
    width: 100%;
  }
}
@media screen and (max-width: 389px) {
  .lp-fv__area-text {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
.lp-fv__area-text::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #A98E63;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .lp-fv__area-text::before {
    inset: 5px;
  }
}
.lp-fv__slider {
  margin-top: 40px;
  width: 100%;
  max-width: calc(180px * 4 + 20px * (4 - 1));
}
@media screen and (max-width: 1439px) {
  .lp-fv__slider {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .lp-fv__slider {
    max-width: calc(160px * 4 + 10px * (4 - 1));
  }
}
@media screen and (max-width: 767px) {
  .lp-fv__slider {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
  }
}

.lp-fv-splide .splide__arrow {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 0;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .lp-fv-splide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.lp-fv-splide .splide__arrow svg {
  display: none;
}
.lp-fv-splide .splide__arrow:hover {
  opacity: 0.75;
}
.lp-fv-splide .splide__arrow--prev {
  background: url(../img/lp_ceramic/slider-btn_prev.png) no-repeat center/contain;
  left: -18px;
}
@media screen and (max-width: 767px) {
  .lp-fv-splide .splide__arrow--prev {
    left: 12px;
  }
}
@media screen and (max-width: 500px) {
  .lp-fv-splide .splide__arrow--prev {
    left: calc(50% - 180px / 2 - 15px);
  }
}
@media screen and (max-width: 389px) {
  .lp-fv-splide .splide__arrow--prev {
    left: calc(50% - 150px / 2 - 15px);
  }
}
.lp-fv-splide .splide__arrow--next {
  background: url(../img/lp_ceramic/slider-btn_next.png) no-repeat center/contain;
  right: -18px;
}
@media screen and (max-width: 767px) {
  .lp-fv-splide .splide__arrow--next {
    right: 12px;
  }
}
@media screen and (max-width: 500px) {
  .lp-fv-splide .splide__arrow--next {
    right: calc(50% - 180px / 2 - 15px);
  }
}
@media screen and (max-width: 389px) {
  .lp-fv-splide .splide__arrow--next {
    right: calc(50% - 150px / 2 - 15px);
  }
}
.lp-fv-splide .lp-fv__slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091)) 1;
  -webkit-border-image: -webkit-linear-gradient(top left, #A98E63, #DEC091) 1;
       -o-border-image: linear-gradient(to bottom right, #A98E63, #DEC091) 1;
          border-image: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091)) 1;
          border-image: linear-gradient(to bottom right, #A98E63, #DEC091) 1;
  padding: 10px 10px 15px;
  -webkit-box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.1);
}
.lp-fv-splide .lp-fv__slide-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp-fv-splide .lp-fv__slide-text {
  padding: 10px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.lp-fv-splide .lp-fv__slide-text p {
  font-size: 14px;
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
}
@media screen and (max-width: 1439px) {
  .lp-fv-splide .lp-fv__slide-text p {
    font-size: max(10px, 10px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-fv-splide .lp-fv__slide-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 389px) {
  .lp-fv-splide .lp-fv__slide-text p {
    font-size: max(10px, 10px + 0 * (100vw - 320px) / 69);
  }
}
.lp-fv-splide .lp-fv__slide-text p small {
  font-size: 10px;
}
@media screen and (max-width: 1439px) {
  .lp-fv-splide .lp-fv__slide-text p small {
    font-size: max(8px, 8px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-fv-splide .lp-fv__slide-text p small {
    font-size: 10px;
  }
}
@media screen and (max-width: 389px) {
  .lp-fv-splide .lp-fv__slide-text p small {
    font-size: max(8px, 8px + 1 * (100vw - 320px) / 69);
  }
}
.lp-fv-splide .lp-fv__slide-btn {
  padding: 8px 3px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  height: 40px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1439px) {
  .lp-fv-splide .lp-fv__slide-btn {
    font-size: max(14px, 14px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-fv-splide .lp-fv__slide-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 389px) {
  .lp-fv-splide .lp-fv__slide-btn {
    font-size: max(12px, 12px + 3 * (100vw - 320px) / 69);
    height: 30px;
    padding: 4px 3px;
  }
}
.lp-fv-splide .lp-fv__slide-btn.fz15 {
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .lp-fv-splide .lp-fv__slide-btn.fz15 {
    font-size: max(12px, 12px + 3 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-fv-splide .lp-fv__slide-btn.fz15 {
    font-size: 15px;
  }
}
@media screen and (max-width: 389px) {
  .lp-fv-splide .lp-fv__slide-btn.fz15 {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.lp-fv-splide .lp-fv__slide-btn--brown {
  background: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091));
  background: -webkit-linear-gradient(top left, #A98E63, #DEC091);
  background: linear-gradient(to bottom right, #A98E63, #DEC091);
}
.lp-fv-splide .lp-fv__slide-btn--green {
  background: -webkit-gradient(linear, left top, right bottom, from(#819A3A), to(#A7BE6A));
  background: -webkit-linear-gradient(top left, #819A3A, #A7BE6A);
  background: linear-gradient(to bottom right, #819A3A, #A7BE6A);
}

.lp-section-title {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .lp-section-title {
    padding: max(30px, 30px + 70 * (100vw - 390px) / 1049) 0;
  }
}
.lp-section-title .lp__title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 100%;
  z-index: -1;
}
.lp-section-title .lp__title-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-section-title__en {
  position: relative;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 64px;
  letter-spacing: 0.4em;
  background: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091));
  background: -webkit-linear-gradient(top left, #A98E63, #DEC091);
  background: linear-gradient(to bottom right, #A98E63, #DEC091);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 1439px) {
  .lp-section-title__en {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
    letter-spacing: max(0.3em, 0.3em + 0.1 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-section-title__en {
    font-size: max(28px, 28px + 4 * (100vw - 320px) / 69);
  }
}
.lp-section-title__ja {
  position: relative;
  display: block;
  font-size: 40px;
  letter-spacing: 0.32em;
  color: #3F3A39;
  line-height: 1.4;
}
@media screen and (max-width: 1439px) {
  .lp-section-title__ja {
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
    letter-spacing: max(0.24em, 0.24em + 0.08 * (100vw - 390px) / 1049);
  }
}

.lp-trouble .lp-section-title {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .lp-trouble .lp-section-title {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.lp-trouble .inner {
  max-width: 1440px;
  padding: 0 100px;
  margin-inline: auto;
}
.lp-trouble__content {
  position: relative;
  padding: 100px 0 132px;
  isolation: isolate;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__content {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0 max(100px, 100px + 32 * (100vw - 390px) / 1049);
  }
}
.lp-trouble__img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lp-trouble__img-wrap picture,
.lp-trouble__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-trouble__list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 888px;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__list {
    max-width: calc(max(120px, 120px + 72 * (100vw - 768px) / 671) * 4 + max(18px, 18px + 22 * (100vw - 768px) / 671) * 3);
    gap: max(18px, 18px + 22 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-trouble__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: max(15px, 15px + 25 * (100vw - 390px) / 377) max(18px, 18px + 22 * (100vw - 390px) / 377);
    max-width: calc(100vw - max(20px, 20px + 80 * (100vw - 390px) / 1049) * 2);
  }
}
@media screen and (max-width: 389px) {
  .lp-trouble__list {
    gap: max(8px, 8px + 7 * (100vw - 320px) / 69) max(8px, 8px + 10 * (100vw - 320px) / 69);
  }
}
.lp-trouble__row--center {
  display: contents;
}
@media screen and (max-width: 767px) {
  .lp-trouble__row--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: max(18px, 18px + 22 * (100vw - 390px) / 377);
  }
  .lp-trouble__row--center .lp-trouble__item {
    width: calc((100vw - max(20px, 20px + 80 * (100vw - 390px) / 1049) * 2 - max(18px, 18px + 22 * (100vw - 390px) / 377) * 2) / 3);
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 389px) {
  .lp-trouble__row--center {
    gap: max(8px, 8px + 7 * (100vw - 320px) / 69);
  }
  .lp-trouble__row--center .lp-trouble__item {
    width: calc((100vw - 40px - max(8px, 8px + 10 * (100vw - 320px) / 69) * 2) / 3);
    aspect-ratio: 1/1;
  }
}
.lp-trouble__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 192px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__item {
    width: max(120px, 120px + 72 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-trouble__item {
    width: calc((100vw - max(20px, 20px + 80 * (100vw - 390px) / 1049) * 2 - max(18px, 18px + 22 * (100vw - 390px) / 377) * 2) / 3);
  }
}
@media screen and (max-width: 389px) {
  .lp-trouble__item {
    width: calc((100vw - 40px - max(8px, 8px + 10 * (100vw - 320px) / 69) * 2) / 3);
  }
}
.lp-trouble__item::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.lp-trouble__item img {
  width: 32px;
  height: auto;
  aspect-ratio: 79/66;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__item img {
    width: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-trouble__item img {
    width: max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}
.lp-trouble__item p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 10px;
  color: #3F3A39;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__item p {
    font-size: max(12px, 12px + 6 * (100vw - 768px) / 671);
    letter-spacing: 0.05em;
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-trouble__item p {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 389px) {
  .lp-trouble__item p {
    font-size: max(8.5px, 8.5px + 1.5 * (100vw - 320px) / 69);
  }
}
.lp-trouble__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  z-index: 2;
  width: 1004px;
  aspect-ratio: 1004/137;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__arrow {
    width: max(320px, 320px + 684 * (100vw - 390px) / 1049);
  }
}
.lp-trouble__arrow img {
  width: 100%;
  height: auto;
}
.lp-trouble__conclusion {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 105px 20px 60px;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__conclusion {
    padding: max(40px, 40px + 65 * (100vw - 390px) / 1049) 20px max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-trouble__conclusion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#EFEAD8), to(#FFFFFE));
  background: -webkit-linear-gradient(bottom, #EFEAD8, #FFFFFE);
  background: linear-gradient(to top, #EFEAD8, #FFFFFE);
  opacity: 0.6;
  z-index: 1;
}
.lp-trouble__conclusion__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 540px;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__conclusion__bg {
    width: max(190px, 190px + 350 * (100vw - 390px) / 1049);
  }
}
.lp-trouble__conclusion__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-trouble__conclusion-sub {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: 500;
  color: #3F3A39;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__conclusion-sub {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
.lp-trouble__conclusion-main {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 600;
  color: #3F3A39;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .lp-trouble__conclusion-main {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.lp-ceramic {
  background: #F5F6F8;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic .lp-section-title {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.lp-ceramic__content_bg {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-ceramic__content_bg {
    background: #F6F6F8;
  }
}
.lp-ceramic__content_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.9) 51%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.9) 51%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-ceramic__content_bg::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 255, 255, 0.9)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.9) 51%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.9) 51%);
    height: 390px;
    z-index: 0;
  }
}
.lp-ceramic__content_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 100%;
  height: 187px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  background: #fff;
  z-index: -2;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__content_bg::after {
    height: max(49px, 49px + 138 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-ceramic__content_bg::after {
    z-index: 2;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
.lp-ceramic__content {
  position: relative;
  padding-bottom: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__content {
    padding-bottom: max(30px, 30px + 43 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-ceramic__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.lp-ceramic__img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 613px;
  height: 584px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: -2;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__img-wrap {
    width: max(280px, 280px + 333 * (100vw - 390px) / 1049);
    height: max(267px, 267px + 317 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-ceramic__img-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    max-width: 340px;
    width: 100%;
    height: auto;
    margin-inline: auto;
    z-index: 1;
  }
}
.lp-ceramic__img-wrap picture,
.lp-ceramic__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-ceramic__content_inner {
  width: 100%;
  max-width: calc(1100px + 10%);
  padding: 0 5%;
  margin-inline: auto;
}
.lp-ceramic__text-wrap {
  margin-left: auto;
  position: relative;
  z-index: 2;
  max-width: 650px;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__text-wrap {
    max-width: calc(350px + 300 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-ceramic__text-wrap {
    max-width: 650px;
  }
}
.lp-ceramic__catch {
  position: relative;
  padding: 20px 60px;
  margin-top: 32px;
  margin-bottom: 40px;
  line-height: 1.8;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__catch {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(30px, 30px + 30 * (100vw - 768px) / 671);
    margin-top: max(1px, 1px + 31 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-ceramic__catch {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-ceramic__catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-top: 1px solid #A98E63;
  border-left: 1px solid #A98E63;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__catch::before {
    width: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    border-top-width: max(0.55px, 0.55px + 0.45 * (100vw - 390px) / 1049);
    border-left-width: max(0.55px, 0.55px + 0.45 * (100vw - 390px) / 1049);
  }
}
.lp-ceramic__catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-bottom: 1px solid #A98E63;
  border-right: 1px solid #A98E63;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__catch::after {
    width: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    border-bottom-width: max(0.55px, 0.55px + 0.45 * (100vw - 390px) / 1049);
    border-right-width: max(0.55px, 0.55px + 0.45 * (100vw - 390px) / 1049);
  }
}
.lp-ceramic__catch h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.16em;
  color: #3F3A39;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__catch h3 {
    font-size: max(24px, 24px + 16 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-ceramic__catch h3 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-ceramic__catch h3 {
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
.lp-ceramic__catch--brown {
  color: #A98E63;
}
.lp-ceramic__catch--green {
  color: #819A3A;
}
.lp-ceramic__desc {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__desc {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.lp-ceramic__body {
  padding-top: 60px;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1439px) {
  .lp-ceramic__body {
    padding-top: max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
.lp-ceramic__body p {
  line-height: 2;
  letter-spacing: 0.05em;
  max-width: calc(1100px + 10%);
  margin-inline: auto;
  padding: 0 5%;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.lp-contact {
  position: relative;
  padding-top: 150px;
}
@media screen and (max-width: 1439px) {
  .lp-contact {
    padding-top: max(70px, 70px + 80 * (100vw - 390px) / 1049);
  }
}
.lp-contact .lp-section-title__en {
  font-size: 80px;
}
@media screen and (max-width: 1439px) {
  .lp-contact .lp-section-title__en {
    font-size: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-contact .lp-section-title__en {
    font-size: max(30px, 30px + 10 * (100vw - 320px) / 69);
  }
}
.lp-contact__bg {
  position: absolute;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .lp-contact__bg {
    width: calc(100% - max(20px, 20px + 20 * (100vw - 390px) / 1049));
    height: calc(100% - max(20px, 20px + 20 * (100vw - 390px) / 1049));
    inset: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-contact__bg {
    width: calc(100% - max(10px, 10px + 10 * (100vw - 320px) / 69));
    height: calc(100% - max(10px, 10px + 10 * (100vw - 320px) / 69));
    inset: max(5px, 5px + 5 * (100vw - 320px) / 69);
  }
}
.lp-contact__bg picture,
.lp-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-contact__wrap {
  position: relative;
  z-index: 1;
  padding: 80px 60px;
}
@media screen and (max-width: 1439px) {
  .lp-contact__wrap {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-contact__wrap {
    padding: max(20px, 20px + 20 * (100vw - 320px) / 69) max(15px, 15px + 10 * (100vw - 320px) / 69);
  }
}
.lp-contact__corner--top::before, .lp-contact__corner--top::after, .lp-contact__corner--bottom::before, .lp-contact__corner--bottom::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1439px) {
  .lp-contact__corner--top::before, .lp-contact__corner--top::after, .lp-contact__corner--bottom::before, .lp-contact__corner--bottom::after {
    width: max(30px, 30px + 50 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 50 * (100vw - 390px) / 1049);
  }
}
.lp-contact__corner--top::before {
  top: 0;
  left: 0;
  border-top: 1px solid #A98E63;
  border-left: 1px solid #A98E63;
}
.lp-contact__corner--top::after {
  top: 0;
  right: 0;
  border-top: 1px solid #A98E63;
  border-right: 1px solid #A98E63;
}
.lp-contact__corner--bottom::before {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #A98E63;
  border-left: 1px solid #A98E63;
}
.lp-contact__corner--bottom::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #A98E63;
  border-right: 1px solid #A98E63;
}
.lp-contact .lp-section-title {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-40%);
          transform: translateX(-50%) translateY(-40%);
}
.lp-contact__text_wrap {
  padding: 60px 60px 40px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .lp-contact__text_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(15px, 15px + 45 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.lp-contact__lead {
  text-align: center;
}
.lp-contact__lead--green {
  color: #819A3A;
}
.lp-contact__lead h3 {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 150%;
}
@media screen and (max-width: 1439px) {
  .lp-contact__lead h3 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-contact__lead h3 {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
}
.lp-contact__lead h3 .fz24 {
  display: block;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 150%;
}
@media screen and (max-width: 1439px) {
  .lp-contact__lead h3 .fz24 {
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-contact__lead h3 .fz24 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    line-height: 160%;
  }
}
@media screen and (max-width: 389px) {
  .lp-contact__lead h3 .fz24 {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.lp-contact__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .lp-contact__list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-contact__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
    margin-inline: auto;
  }
}
.lp-contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1/1;
  z-index: 0;
  border: 1px solid #A98E63;
}
.lp-contact__item::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 10px;
  background: #F3F2ED;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  .lp-contact__item::before {
    inset: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    width: calc(100% - max(10px, 10px + 10 * (100vw - 390px) / 1049));
    height: calc(100% - max(10px, 10px + 10 * (100vw - 390px) / 1049));
  }
}
.lp-contact__item p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .lp-contact__item p {
    font-size: max(13px, 13px + 5 * (100vw - 768px) / 671);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-contact__item p {
    font-size: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-contact__item p {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.lp-contact__counseling {
  text-align: center;
  padding: 40px 60px 60px;
  background: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .lp-contact__counseling {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) max(10px, 10px + 50 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.lp-contact__counseling::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#F3F2ED), to(rgba(243, 242, 237, 0.1)));
  background: -webkit-linear-gradient(top left, #F3F2ED, rgba(243, 242, 237, 0.1));
  background: linear-gradient(to bottom right, #F3F2ED, rgba(243, 242, 237, 0.1));
  z-index: -1;
}
.lp-contact__counseling-main {
  color: #A98E63;
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .lp-contact__counseling-main {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .lp-contact__counseling-sub {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.lp-contact__counseling .line_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .lp-contact__counseling .line_wrap {
    gap: 2px;
  }
}
.lp-contact__counseling .line_wrap .line {
  height: 1px;
  background: #A98E63;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-contact__counseling .line_wrap img {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .lp-contact__counseling .line_wrap img {
    width: 15px;
  }
}
.lp-contact__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-contact__btn-wrap {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-contact__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.lp-contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px 14px;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .lp-contact__btn {
    padding: 10px max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-contact__btn {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .lp-contact__btn {
    width: calc(100% - 10px);
  }
}
.lp-contact__btn--brown {
  background: #A98E63;
  color: #fff;
}
.lp-contact__btn--brown .lp-contact__btn-label {
  background: #8B682F;
}
.lp-contact__btn--green {
  background: #819A3A;
  color: #fff;
}
.lp-contact__btn--green .lp-contact__btn-label {
  background: #5E7719;
}
.lp-contact__btn-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  padding: 4px 20px;
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .lp-contact__btn-label {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
.lp-contact__btn-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1439px) {
  .lp-contact__btn-main {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.lp-contact__btn-main img {
  width: 25px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .lp-contact__btn-main img {
    width: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}

.lp-allergy {
  position: relative;
  z-index: 0;
}
.lp-allergy::before, .lp-allergy::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lp-allergy::before {
  left: 0;
  background: rgba(243, 242, 237, 0.6);
  -webkit-clip-path: polygon(0 4%, 100% 12%, 100% 100%, 0 100%);
          clip-path: polygon(0 4%, 100% 12%, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-allergy::before {
    -webkit-clip-path: polygon(0 1.5%, 100% 5%, 100% 100%, 0 100%);
            clip-path: polygon(0 1.5%, 100% 5%, 100% 100%, 0 100%);
  }
}
.lp-allergy::after {
  right: 0;
  background: rgb(247, 247, 247);
  -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .lp-allergy::after {
    -webkit-clip-path: polygon(0 4.5%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 4.5%, 100% 0%, 100% 100%, 0 100%);
  }
}
.lp-allergy .lp-section-title {
  text-align: center;
  padding: 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-allergy .lp-section-title {
    padding-bottom: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
.lp-allergy .lp-section-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 320px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #D0D8B9), color-stop(50%, #819A3A), to(#D0D8B9));
  background: -webkit-linear-gradient(left, #D0D8B9 0, #819A3A 50%, #D0D8B9 100%);
  background: linear-gradient(to right, #D0D8B9 0, #819A3A 50%, #D0D8B9 100%);
}
@media screen and (max-width: 1439px) {
  .lp-allergy .lp-section-title::after {
    width: max(150px, 150px + 170 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-allergy .lp-section-title::after {
    height: 1px;
  }
}
.lp-allergy .lp-section-title__ja--small {
  display: block;
  font-size: 40px;
  color: #3F3A39;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .lp-allergy .lp-section-title__ja--small {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-allergy .lp-section-title__ja--small {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
.lp-allergy .lp-section-title__ja {
  display: block;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #3F3A39;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .lp-allergy .lp-section-title__ja {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-allergy .lp-section-title__ja {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
.lp-allergy .lp-section-title__ja--green {
  color: #819A3A;
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  .lp-allergy .lp-section-title__ja--green {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-allergy .lp-section-title__ja--green {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
.lp-allergy__lead {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__lead {
    margin: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-allergy__lead {
    text-align: left;
  }
}
.lp-allergy__lead p {
  line-height: 180%;
  letter-spacing: 0.05em;
}
.lp-allergy__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__items {
    gap: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.lp-allergy__item {
  padding: 60px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__item {
    padding: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.lp-allergy__item::before, .lp-allergy__item::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 210px;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__item::before, .lp-allergy__item::after {
    width: max(60px, 60px + 120 * (100vw - 390px) / 1049);
    height: max(80px, 80px + 130 * (100vw - 390px) / 1049);
  }
}
.lp-allergy__item::before {
  top: 0;
  left: 0;
  border-top: 1px solid #A98E63;
  border-left: 1px solid #A98E63;
}
@media screen and (max-width: 767px) {
  .lp-allergy__item::before {
    border-top: 0.5px solid #A98E63;
    border-left: 0.5px solid #A98E63;
  }
}
.lp-allergy__item::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #A98E63;
  border-right: 1px solid #A98E63;
}
@media screen and (max-width: 767px) {
  .lp-allergy__item::after {
    border-bottom: 0.5px solid #A98E63;
    border-right: 0.5px solid #A98E63;
  }
}
.lp-allergy__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__item-inner {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-allergy__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-allergy__item-img {
  width: 320px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__item-img {
    width: max(140px, 140px + 180 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-allergy__item-img {
    width: 100%;
  }
}
.lp-allergy__item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-allergy__item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-allergy__item-title {
  font-size: 24px;
  font-weight: 600;
  color: #819A3A;
  letter-spacing: 0.08em;
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__item-title {
    font-size: max(18px, 18px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-allergy__item-title {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
.lp-allergy__item-text p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #3F3A39;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__item-text p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-allergy__item-text p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.lp-allergy__symptom-list {
  padding-left: 1em;
}
.lp-allergy__symptom-list li {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #3F3A39;
  list-style: disc;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-allergy__symptom-list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.lp-merit__lead {
  text-align: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-merit__lead {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
    gap: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
.lp-merit__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 480px;
  height: 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .lp-merit__lead::after {
    width: max(240px, 240px + 240 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
.lp-merit__lead p {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #3F3A39;
  font-family: "Noto Serif JP", serif !important;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .lp-merit__lead p {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-merit__lead p.fz32 {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  .lp-merit__lead p.fz32 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-merit__lead--green {
  color: #819A3A;
}
.lp-merit__bg-wrap {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .lp-merit__bg-wrap {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.lp-merit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 100%;
  z-index: 0;
}
.lp-merit__bg picture,
.lp-merit__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-merit__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-merit__list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-merit__list {
    grid-template-columns: 1fr;
    gap: max(20px, 20px + 40 * (100vw - 390px) / 377);
  }
}
.lp-merit__list p:not(.lp-merit__item-num) {
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-merit__list p:not(.lp-merit__item-num) {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-merit__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-merit__item {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-merit__item:last-of-type h3 {
  letter-spacing: 0.06em;
}
.lp-merit__item-img {
  width: 100%;
  aspect-ratio: 340/240;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-merit__item-img {
    aspect-ratio: 350/240;
  }
}
.lp-merit__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-merit__item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-merit__item-num {
  font-family: "Sirivennela", serif;
  font-size: 24px;
  line-height: 0.8;
  color: #A98E63;
  letter-spacing: 0.1em;
  font-style: italic;
}
.lp-merit__item-title {
  font-size: 20px;
  font-weight: 500;
  color: #3F3A39;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
.lp-merit__loupe {
  position: relative;
  z-index: 1;
  margin: 60px auto 0;
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.05);
          box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.05);
}
@media screen and (max-width: 1439px) {
  .lp-merit__loupe {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.lp-merit__loupe::before, .lp-merit__loupe::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 210px;
}
@media screen and (max-width: 1439px) {
  .lp-merit__loupe::before, .lp-merit__loupe::after {
    width: max(60px, 60px + 120 * (100vw - 390px) / 1049);
    height: max(80px, 80px + 130 * (100vw - 390px) / 1049);
  }
}
.lp-merit__loupe::before {
  top: 0;
  left: 0;
  border-top: 1px solid #A98E63;
  border-left: 1px solid #A98E63;
}
@media screen and (max-width: 767px) {
  .lp-merit__loupe::before {
    border-top: 0.5px solid #A98E63;
    border-left: 0.5px solid #A98E63;
  }
}
.lp-merit__loupe::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #A98E63;
  border-right: 1px solid #A98E63;
}
@media screen and (max-width: 767px) {
  .lp-merit__loupe::after {
    border-bottom: 0.5px solid #A98E63;
    border-right: 0.5px solid #A98E63;
  }
}
.lp-merit__loupe-title {
  font-size: 24px;
  font-weight: 600;
  color: #819A3A;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-merit__loupe-title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-merit__loupe p {
  line-height: 180%;
  letter-spacing: 0.03em;
}

.lp-kinds__lead {
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .lp-kinds__lead {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-kinds__lead {
    text-align: left;
  }
}
.lp-kinds__lead p {
  line-height: 180%;
  letter-spacing: 0.05em;
}
.lp-kinds__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .lp-kinds__list {
    gap: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-kinds__item {
  border: 2px solid #819A3A;
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.05);
          box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.05);
  padding: 20px 25px 30px;
}
@media screen and (max-width: 1439px) {
  .lp-kinds__item {
    padding: 20px max(20px, 20px + 5 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-kinds__item {
    padding: max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}
.lp-kinds__item:nth-of-type(2n) {
  border: 2px solid #A98E63;
}
.lp-kinds__item:nth-of-type(2n) .lp-kinds__item-head {
  background: #A98E63;
}
.lp-kinds__item:nth-of-type(2n) .lp-kinds__item-head::after {
  background: #A98E63;
}
.lp-kinds__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #819A3A;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 1439px) {
  .lp-kinds__item-head {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    padding: max(9px, 9px + 1 * (100vw - 390px) / 1049) max(10px, 10px + 5 * (100vw - 390px) / 1049);
    margin-bottom: max(17px, 17px + 17 * (100vw - 390px) / 1049);
  }
}
.lp-kinds__item-head::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #819A3A;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .lp-kinds__item-head::after {
    bottom: -5px;
  }
}
.lp-kinds__item-head img {
  width: 20px;
}
.lp-kinds__item-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .lp-kinds__item-title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-kinds__item-title {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
.lp-kinds__item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-kinds__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-kinds__item-img {
  width: 280px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-kinds__item-img {
    width: max(120px, 120px + 160 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-kinds__item-img {
    width: 100%;
  }
}
.lp-kinds__item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-kinds__item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-kinds__item-text p {
  line-height: 180%;
  letter-spacing: 0.05em;
}

.lp-point__title-wrap {
  position: relative;
  padding: 320px 0 140px;
}
@media screen and (max-width: 1439px) {
  .lp-point__title-wrap {
    padding: max(120px, 120px + 200 * (100vw - 390px) / 1049) 0 max(50px, 50px + 90 * (100vw - 390px) / 1049);
  }
}
.lp-point__title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: auto;
  z-index: 0;
}
.lp-point__title-bg picture,
.lp-point__title-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  aspect-ratio: 1440/480;
  max-height: 480px;
}
@media screen and (max-width: 767px) {
  .lp-point__title-bg picture,
  .lp-point__title-bg img {
    aspect-ratio: 390/200;
  }
}
.lp-point__title-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-point__title-inner {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__title-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp-point__nav {
  position: relative;
  width: 520px;
  height: 510px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-point__nav {
    width: max(350px, 350px + 170 * (100vw - 768px) / 671);
    height: max(340px, 340px + 170 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__nav {
    width: max(350px, 350px + 170 * (100vw - 390px) / 1049);
    height: max(340px, 340px + 170 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__nav {
    width: max(300px, 300px + 50 * (100vw - 320px) / 69);
    height: max(290px, 290px + 50 * (100vw - 320px) / 69);
  }
}
.lp-point__nav-item {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #819A3A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  gap: 8px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .lp-point__nav-item {
    width: max(190px, 190px + 90 * (100vw - 768px) / 671);
    height: max(190px, 190px + 90 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__nav-item {
    width: max(190px, 190px + 90 * (100vw - 390px) / 1049);
    height: max(190px, 190px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__nav-item {
    width: max(160px, 160px + 30 * (100vw - 320px) / 69);
    height: max(160px, 160px + 30 * (100vw - 320px) / 69);
  }
}
.lp-point__nav-item:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.lp-point__nav-item:nth-child(1) p:first-child {
  margin-top: -20px;
}
.lp-point__nav-item:nth-child(2) {
  bottom: 0;
  left: 0;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-point__nav-item:nth-child(2) {
    padding-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-point__nav-item:nth-child(3) {
  bottom: 0;
  right: 0;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-point__nav-item:nth-child(3) {
    padding-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-point__nav-item p:first-child {
  font-size: 20px;
  color: #3F3A39;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding-bottom: 5px;
  border-bottom: 1px solid #CBD5B0;
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
}
@media screen and (max-width: 1439px) {
  .lp-point__nav-item p:first-child {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__nav-item p:first-child {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__nav-item p:first-child {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.lp-point__nav-item p:last-child {
  font-size: 32px;
  font-weight: 700;
  color: #A98E63;
  font-family: "Noto Serif JP", serif !important;
}
@media screen and (max-width: 1439px) {
  .lp-point__nav-item p:last-child {
    font-size: max(18px, 18px + 14 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__nav-item p:last-child {
    font-size: max(23px, 23px + 9 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__nav-item p:last-child {
    font-size: max(20px, 20px + 3 * (100vw - 320px) / 69);
  }
}
.lp-point__nav-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(100deg, #819A3B 20%, #819A3B 41%, #E6EBC9 100%);
  background: linear-gradient(-10deg, #819A3B 20%, #819A3B 41%, #E6EBC9 100%);
  color: #fff;
  font-size: 38px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 300px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .lp-point__nav-badge {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
    width: max(160px, 160px + 140 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__nav-badge {
    font-size: max(26px, 26px + 2 * (100vw - 390px) / 1049);
    width: max(200px, 200px + 100 * (100vw - 390px) / 1049);
    height: max(48px, 48px + 22 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__nav-badge {
    font-size: max(22px, 22px + 4 * (100vw - 320px) / 69);
    width: max(180px, 180px + 20 * (100vw - 320px) / 69);
  }
}
.lp-point__catch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-point__catch {
    padding-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__catch {
    padding-bottom: 0;
  }
}
.lp-point__catch > p:not(.lp-point__catch-main) {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .lp-point__catch > p:not(.lp-point__catch-main) {
    padding-left: 0;
  }
}
.lp-point__catch > p:not(.lp-point__catch-main) span {
  letter-spacing: 0.09em;
}
.lp-point__catch p {
  font-family: "Noto Serif JP", serif !important;
  letter-spacing: 0.09em;
  line-height: 150%;
  color: #3F3A39;
  text-align: center;
}
.lp-point__catch p.marker_beige {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #F3F2ED));
  background: -webkit-linear-gradient(transparent 80%, #F3F2ED 80%);
  background: linear-gradient(transparent 80%, #F3F2ED 80%);
}
.lp-point__catch .fz40 {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .lp-point__catch .fz40 {
    font-size: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__catch .fz40 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__catch .fz40 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
.lp-point__catch .fz56 {
  font-size: 56px;
  font-weight: 600;
  color: #5E7719;
  line-height: 150%;
}
@media screen and (max-width: 1439px) {
  .lp-point__catch .fz56 {
    font-size: max(36px, 36px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__catch .fz56 {
    font-size: max(40px, 40px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__catch .fz56 {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 69);
  }
}
.lp-point__catch .fz56.marker_beige {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #F3F2ED));
  background: -webkit-linear-gradient(transparent 80%, #F3F2ED 80%);
  background: linear-gradient(transparent 80%, #F3F2ED 80%);
}
.lp-point__catch-main {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  color: #819A3A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-style: italic;
  margin-top: 8px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-point__catch-main {
    margin-top: 0;
  }
}
.lp-point__catch-main--num {
  font-size: 96px;
  line-height: 1;
  font-weight: 500;
  color: #5E7719;
}
@media screen and (max-width: 1439px) {
  .lp-point__catch-main--num {
    font-size: max(56px, 56px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__catch-main--num {
    font-size: max(64px, 64px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__catch-main--num {
    font-size: max(48px, 48px + 16 * (100vw - 320px) / 69);
  }
}
.lp-point__catch-main--small {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .lp-point__catch-main--small {
    font-size: max(18px, 18px + 14 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__catch-main--small {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__catch-main--small {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
.lp-point__catch-main--large {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .lp-point__catch-main--large {
    font-size: max(32px, 32px + 32 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__catch-main--large {
    font-size: max(40px, 40px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__catch-main--large {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 69);
  }
}
.lp-point__block#ceramic-metal {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .lp-point__block#ceramic-metal {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.lp-point__block#laminate-veneer .lp-point__block-inner {
  margin-right: auto;
  margin-left: 0;
}
.lp-point__block-wrap {
  position: relative;
  z-index: 0;
}
.lp-point__block-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/lp_ceramic/point_bg.webp) no-repeat center/cover;
  z-index: -1;
  opacity: 0.55;
}
@media screen and (max-width: 767px) {
  .lp-point__block-wrap::before {
    background: url(../img/lp_ceramic/point_bg_sp.webp) no-repeat center/cover;
    opacity: 0.4;
  }
}
.lp-point__block-top {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.lp-point__block-bottom {
  padding: 60px 0 100px;
}
@media screen and (max-width: 1439px) {
  .lp-point__block-bottom {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.lp-point__block-top .lp-point__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-point__block-top .lp-point__block-bg {
    max-height: 410px;
  }
}
.lp-point__block-top .lp-point__block-bg picture,
.lp-point__block-top .lp-point__block-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .lp-point__block-top .lp-point__block-bg picture,
  .lp-point__block-top .lp-point__block-bg img {
    aspect-ratio: 390/409;
  }
}
.lp-point__block-top .lp-point__block-inner {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  max-width: 640px;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  .lp-point__block-top .lp-point__block-inner {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
    max-width: max(400px, 400px + 240 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__block-top .lp-point__block-inner {
    max-width: 100%;
    padding: 260px 0 50px;
  }
}
.lp-point__block-sub {
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #A98E63;
}
@media screen and (max-width: 1439px) {
  .lp-point__block-sub {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__block-sub {
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 389px) {
  .lp-point__block-sub {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
.lp-point__block-title {
  font-size: 40px;
  font-weight: 600;
  color: #3F3A39;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin: 24px 0;
  font-family: "Noto Serif JP", serif;
  color: #819A3A;
}
@media screen and (max-width: 1439px) {
  .lp-point__block-title {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
.lp-point__block-title--large {
  font-size: 56px;
  color: #819A3A;
}
@media screen and (max-width: 1439px) {
  .lp-point__block-title--large {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__block-title--large {
    line-height: 130%;
  }
}
@media screen and (max-width: 389px) {
  .lp-point__block-title--large {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
.lp-point__block-title + p {
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lp-point__block-title + p {
    letter-spacing: 0;
  }
}
.lp-point__feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-point__feature-list {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__feature-list {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .lp-point__feature-list {
    margin-inline: auto;
  }
}
.lp-point__feature-item {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #A98E63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.lp-point__feature-item::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #F3F2ED;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .lp-point__feature-item::before {
    inset: max(3px, 3px + 7 * (100vw - 390px) / 1049);
  }
}
.lp-point__feature-item p {
  font-size: 20px;
  font-weight: 600;
  color: #A98E63;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif !important;
}
@media screen and (max-width: 1439px) {
  .lp-point__feature-item p {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__feature-item p {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.lp-point__cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-point__cases {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__cases {
    grid-template-columns: 1fr;
  }
}
.lp-point__case {
  background: #fff;
  overflow: hidden;
  border: 1px solid #819A3A;
}
.lp-point__case-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 17px 8px;
  background: #819A3A;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .lp-point__case-title {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    padding: max(16px, 16px + 1 * (100vw - 390px) / 1049) 8px;
  }
}
@media screen and (max-width: 389px) {
  .lp-point__case-title {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
    padding: max(8px, 8px + 8 * (100vw - 320px) / 69) 8px;
  }
}
.lp-point__case-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  .lp-point__case-imgs {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    gap: max(6px, 6px + 4 * (100vw - 390px) / 1049);
  }
}
.lp-point__case-img-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-point__case-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-point__case-label {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-family: "Playfair Display", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .lp-point__case-label {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.lp-point__case-arrow {
  width: 15px;
  height: 25px;
  background: #819A3A;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 767px) {
  .lp-point__case-arrow {
    width: 9px;
    height: 15px;
  }
}
.lp-point__case-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #DFDFDF;
  padding: 0 20px 20px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .lp-point__case-info {
    padding: 0 max(12px, 12px + 8 * (100vw - 390px) / 1049) max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-point__case-info dt {
  width: 100px;
  padding: 13px 8px;
  background: #A98E63;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: grid;
  place-items: center;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1439px) {
  .lp-point__case-info dt {
    width: max(80px, 80px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-point__case-info dt {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 389px) {
  .lp-point__case-info dt {
    width: max(70px, 70px + 10 * (100vw - 320px) / 69);
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.lp-point__case-info dt:first-of-type {
  border-top: none;
}
.lp-point__case-info dd {
  width: calc(100% - 100px);
  padding: 10px;
  background: #F3F2ED;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #3F3A39;
  border-top: 1px solid #DFDFDF;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-point__case-info dd {
    width: calc(100% - max(80px, 80px + 20 * (100vw - 390px) / 1049));
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-point__case-info dd {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.lp-point__case-info dd:first-of-type {
  border-top: none;
}

.lp-reason__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__list {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-reason__item {
  position: relative;
}
.lp-reason__item-inner {
  position: relative;
  z-index: 1;
}
.lp-reason__item-num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item-num-wrap {
    gap: max(6px, 6px + 6 * (100vw - 390px) / 1049);
  }
}
.lp-reason__item-num-wrap .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #A98E63;
}
.lp-reason__item-num-wrap img {
  width: 35px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item-num-wrap img {
    width: max(15px, 15px + 20 * (100vw - 390px) / 1049);
  }
}
.lp-reason__item-num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 96px;
  line-height: 1;
  font-weight: 400;
  color: #A98E63;
  letter-spacing: 0.03em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item-num {
    font-size: max(48px, 48px + 48 * (100vw - 390px) / 1049);
  }
}
.lp-reason__item-title {
  font-size: 32px;
  color: #3F3A39;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item-title {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-reason__item-title {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
.lp-reason__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp-reason__item .bg_wrap {
  position: relative;
  z-index: 0;
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item .bg_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.lp-reason__item .bg_wrap p {
  position: relative;
  z-index: 1;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.lp-reason__item-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lp-reason__item-text-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-reason__item--full .lp-reason__item-inner {
  padding: 60px 0 0;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--full .lp-reason__item-inner {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0 0;
  }
}
.lp-reason__item--full .lp-reason__item-num-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-reason__item--full .lp-reason__item-num-wrap .lp-reason__item-num {
  margin-inline: 10px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--full .lp-reason__item-num-wrap .lp-reason__item-num {
    font-size: max(56px, 56px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-reason__item--full .lp-reason__item-num-wrap .lp-reason__item-num {
    font-size: max(40px, 40px + 16 * (100vw - 320px) / 69);
  }
}
.lp-reason__item--full .lp-reason__item-title {
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--full .lp-reason__item-title {
    margin-top: max(1px, 1px + 15 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-reason__item--full .lp-reason__item-img {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--full .lp-reason__item-img {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-reason__item--full .lp-reason__item-img img {
  aspect-ratio: 1100/340;
}
@media screen and (max-width: 767px) {
  .lp-reason__item--full .lp-reason__item-img img {
    aspect-ratio: 350/150;
  }
}
.lp-reason__item--full .bg_wrap {
  padding-top: 190px;
  margin-top: -130px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--full .bg_wrap {
    padding-top: max(70px, 70px + 120 * (100vw - 390px) / 1049);
    margin-top: min(-50px, -50px + -80 * (100vw - 390px) / 1049);
  }
}
.lp-reason__item--full .lp-reason__item-text-bg {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 1921px) {
  .lp-reason__item--full .lp-reason__item-text-bg {
    width: 1440px;
    margin-inline: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp-reason__item--row .lp-reason__item-inner, .lp-reason__item--row-reverse .lp-reason__item-inner {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 0 60px;
  grid-template-areas: "img text" "img bg";
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--row .lp-reason__item-inner, .lp-reason__item--row-reverse .lp-reason__item-inner {
    grid-template-columns: max(280px, 280px + 120 * (100vw - 390px) / 1049) 1fr;
    gap: 0 max(10px, 10px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row .lp-reason__item-inner, .lp-reason__item--row-reverse .lp-reason__item-inner {
    grid-template-columns: 51.5% 1fr;
    grid-template-areas: "img text" "bg  bg";
  }
}
.lp-reason__item--row .lp-reason__item-img, .lp-reason__item--row-reverse .lp-reason__item-img {
  grid-area: img;
  position: relative;
  z-index: 1;
}
.lp-reason__item--row .lp-reason__item-img img, .lp-reason__item--row-reverse .lp-reason__item-img img {
  aspect-ratio: 580/480;
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row .lp-reason__item-img img, .lp-reason__item--row-reverse .lp-reason__item-img img {
    aspect-ratio: 1/1;
  }
}
.lp-reason__item--row .lp-reason__item-text, .lp-reason__item--row-reverse .lp-reason__item-text {
  grid-area: text;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--row .lp-reason__item-text, .lp-reason__item--row-reverse .lp-reason__item-text {
    padding-top: max(12px, 12px + 28 * (100vw - 390px) / 1049);
  }
}
.lp-reason__item--row .bg_wrap, .lp-reason__item--row-reverse .bg_wrap {
  grid-area: bg;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--row .bg_wrap, .lp-reason__item--row-reverse .bg_wrap {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row .bg_wrap, .lp-reason__item--row-reverse .bg_wrap {
    padding-top: 92px;
    margin-top: -80px;
    z-index: -1;
  }
}
.lp-reason__item--row .lp-reason__item-img {
  margin-left: -170px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--row .lp-reason__item-img {
    margin-left: min(-40px, -40px + -130 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row .lp-reason__item-img {
    margin-left: 0;
  }
}
.lp-reason__item--row .lp-reason__item-num-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lp-reason__item--row .lp-reason__item-num-wrap .lp-reason__item-num {
  top: -15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row .lp-reason__item-num-wrap .lp-reason__item-num {
    top: -10px;
    left: -5px;
  }
}
.lp-reason__item--row .lp-reason__item-text-bg {
  right: calc(50% - 50vw);
  left: auto;
  width: 100vw;
}
@media screen and (min-width: 1921px) {
  .lp-reason__item--row .lp-reason__item-text-bg {
    width: 1270px;
    right: -170px;
  }
}
.lp-reason__item--row-reverse .lp-reason__item-inner {
  grid-template-columns: 1fr 410px;
  grid-template-areas: "text img" "bg   img";
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--row-reverse .lp-reason__item-inner {
    grid-template-columns: 1fr max(280px, 280px + 130 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row-reverse .lp-reason__item-inner {
    grid-template-columns: 1fr 51.5%;
    grid-template-areas: "text img" "bg bg";
  }
}
.lp-reason__item--row-reverse .lp-reason__item-img {
  margin-right: -170px;
}
@media screen and (max-width: 1439px) {
  .lp-reason__item--row-reverse .lp-reason__item-img {
    margin-right: min(-40px, -40px + -130 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row-reverse .lp-reason__item-img {
    margin-right: 0;
  }
}
.lp-reason__item--row-reverse .lp-reason__item-text {
  padding-left: 0;
}
.lp-reason__item--row-reverse .lp-reason__item-num-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row-reverse .lp-reason__item-num-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .lp-reason__item--row-reverse .lp-reason__item-num-wrap .lp-reason__item-num {
    top: -10px;
    left: -5px;
  }
}
.lp-reason__item--row-reverse .lp-reason__item-text-bg {
  left: calc(50% - 50vw);
  right: auto;
  width: 100vw;
}
@media screen and (min-width: 1921px) {
  .lp-reason__item--row-reverse .lp-reason__item-text-bg {
    width: 1270px;
    left: -170px;
  }
}

.lp-comparison__table-wrap {
  overflow-x: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__table-wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-comparison__table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.lp-comparison__col-th {
  width: 19.6%;
}
@media screen and (max-width: 500px) {
  .lp-comparison__col-th {
    min-width: 80px;
  }
}
@media screen and (max-width: 389px) {
  .lp-comparison__col-th {
    min-width: 60px;
  }
}
.lp-comparison__col-content {
  width: 26.8%;
}
.lp-comparison__th-blank {
  width: 120px;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__th-blank {
    width: max(80px, 80px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-comparison__th-blank {
    width: max(60px, 60px + 20 * (100vw - 320px) / 69);
  }
}
.lp-comparison__th {
  text-align: center;
  padding: 25px 20px;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__th {
    padding: max(10px, 10px + 15 * (100vw - 390px) / 1049) max(5px, 5px + 15 * (100vw - 390px) / 1049);
  }
}
.lp-comparison__th .flex_column {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-comparison__th--ceramic {
  background: #F8FCEB;
}
.lp-comparison__th--ceramic .lp-comparison__th-label {
  border-bottom: 1px solid #819A3A;
}
.lp-comparison__th--cadcam {
  background: #F3F2ED;
}
.lp-comparison__th-label {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__th-label {
    font-size: max(10px, 10px + 14 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.lp-comparison__th-label span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__th-label span {
    font-size: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-comparison__th--ceramic .lp-comparison__th-label {
  color: #819A3A;
}
.lp-comparison__th-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 200/140;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-comparison tbody tr:first-of-type th, .lp-comparison tbody tr:first-of-type td {
  border-top: 1px solid #819A3A;
}
.lp-comparison tbody th, .lp-comparison tbody td {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-comparison__row-label {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #819A3A;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__row-label {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) max(5px, 5px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-comparison__td {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #819A3A;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__td {
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) max(5px, 5px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-comparison__td {
    min-height: none;
  }
}
.lp-comparison__td:nth-of-type(1) {
  background: #F8FCEB;
}
.lp-comparison__td:nth-of-type(2) {
  background: #F3F2ED;
}
.lp-comparison__td p {
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__td p {
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-comparison__mark {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 800;
  line-height: 1;
  color: #8C8C8C;
  font-family: "Playfair Display", serif;
  -webkit-text-stroke: 1.5px currentColor;
  text-stroke: 1.5px currentColor;
}
@media screen and (max-width: 1439px) {
  .lp-comparison__mark {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-comparison__mark {
    -webkit-text-stroke: 1px currentColor;
    text-stroke: 1px currentColor;
  }
}
.lp-comparison__mark.brown {
  color: #A98E63;
}

.lp-flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-flow__list {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-flow__item-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-template-areas: "left img";
  gap: 0 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1439px) {
  .lp-flow__item-inner {
    grid-template-columns: 1fr max(200px, 200px + 160 * (100vw - 390px) / 1049);
    gap: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-flow__item-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas: "img" "left";
  }
}
.lp-flow__item-left {
  grid-area: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-flow__item-left {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-flow__item-left {
    gap: max(12px, 12px + 8 * (100vw - 320px) / 69);
  }
}
.lp-flow__item-num-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091));
  background: -webkit-linear-gradient(top left, #A98E63, #DEC091);
  background: linear-gradient(to bottom right, #A98E63, #DEC091);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .lp-flow__item-num-wrap {
    width: max(60px, 60px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-flow__item-num-wrap {
    width: max(50px, 50px + 10 * (100vw - 320px) / 69);
  }
}
.lp-flow__item-num-wrap::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .lp-flow__item-num-wrap::before {
    inset: 3px;
  }
}
.lp-flow__item-num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-top: -0.2em;
  margin-left: -0.1em;
}
@media screen and (max-width: 1439px) {
  .lp-flow__item-num {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-flow__item-num {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
.lp-flow__item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-flow__item-title {
  font-size: 24px;
  font-weight: 600;
  color: #A98E63;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1439px) {
  .lp-flow__item-title {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-flow__item-title {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
.lp-flow__item-text p {
  line-height: 150%;
  letter-spacing: 0.15em;
  color: #3F3A39;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-flow__item-text p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-flow__item-img {
  grid-area: img;
}
.lp-flow__item-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .lp-flow__item-img img {
    aspect-ratio: 350/210;
  }
}
.lp-flow__divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 40px;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .lp-flow__divider {
    padding: max(20px, 20px + 4 * (100vw - 390px) / 1049) 0 max(20px, 20px + 20 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.lp-flow__divider::before {
  content: "";
  height: 1px;
  background: #A98E63;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-flow__divider::after {
  display: none;
}
.lp-flow__divider img {
  width: 35px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-flow__divider img {
    width: max(20px, 20px + 15 * (100vw - 390px) / 1049);
  }
}
.lp-flow__divider--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .lp-flow__divider--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lp-flow .lp-flow__item:last-of-type .lp-flow__divider {
  padding-bottom: 0;
}

.lp-fee__table-wrap {
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-fee__table-wrap {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-fee__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #969495;
}
.lp-fee__table td {
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #969495;
}
@media screen and (max-width: 1439px) {
  .lp-fee__table td {
    padding: max(6.5px, 6.5px + 13.5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
.lp-fee__table td:first-child {
  background: #F3F2ED;
}
.lp-fee__table tr:has(+ .lp-fee__table-head) td {
  border-bottom: none;
}
.lp-fee__table-head th {
  background: #A98E63;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .lp-fee__table-head th {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-title {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-line {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-line::before {
  display: none;
}
.lp-fee__guarantee-line::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #A98E63;
}
.lp-fee__guarantee-line img {
  width: 35px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-line img {
    width: max(15px, 15px + 20 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-line + p {
  letter-spacing: 0.15em;
}
.lp-fee__guarantee-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-table {
    margin-top: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-table thead th {
  background: #F3F2ED;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #D1D0D0;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-table thead th {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-table tbody td {
  font-size: 20px;
  padding: 20px;
  border: 1px solid #D1D0D0;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-table tbody td {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-table tbody td:first-child {
  background: #F3F2ED;
}
.lp-fee__guarantee-note {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-note {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-conditions {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-conditions {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-conditions-title {
  font-size: 16px;
  font-weight: 700;
  color: #A98E63;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-conditions-title {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.lp-fee__guarantee-conditions ol {
  padding-left: 1.5em;
}
.lp-fee__guarantee-conditions ol li {
  color: #3F3A39;
  letter-spacing: 0.15em;
  list-style: decimal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-fee__guarantee-conditions ol li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.lp-fee__info {
  margin-top: 60px;
  border: 1px solid #A98E63;
  -webkit-box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.05);
          box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.05);
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  .lp-fee__info {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-fee__info + .lp-fee__info {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .lp-fee__info + .lp-fee__info {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
.lp-fee__info p {
  letter-spacing: 0.05em;
  line-height: 180%;
}
.lp-fee__info--brown .lp-fee__info-title {
  background: #A98E63;
}
.lp-fee__info--green .lp-fee__info-title {
  background: #819A3A;
}
.lp-fee__info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 1439px) {
  .lp-fee__info-title {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 7 * (100vw - 390px) / 1049) max(10px, 10px + 5 * (100vw - 390px) / 1049);
    margin-bottom: max(17px, 17px + 17 * (100vw - 390px) / 1049);
  }
}
.lp-fee__info-title::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/lp_ceramic/icon_star_white.png) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-fee__info-title::before {
    width: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    height: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-fee__info-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
}
@media screen and (max-width: 767px) {
  .lp-fee__info-title::after {
    bottom: -5px;
    height: 1px;
  }
}

.lp-fee + .lp-contact {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .lp-fee + .lp-contact {
    padding-bottom: 50px;
  }
}

.lp-greeting {
  position: relative;
  z-index: 0;
}
.lp-greeting::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(110deg, #FEFFF9 0%, #F3F2ED 26%, #FFFFFF 42%, #F3F2ED 62%, #FFFFFF 95%);
  background: linear-gradient(-20deg, #FEFFF9 0%, #F3F2ED 26%, #FFFFFF 42%, #F3F2ED 62%, #FFFFFF 95%);
  z-index: -1;
  opacity: 0.6;
}
.lp-greeting__wrap {
  position: relative;
}
.lp-greeting__title-vertical {
  position: absolute;
  top: 0;
  right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .lp-greeting__title-vertical {
    right: -4px;
  }
}
.lp-greeting__title-en {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  color: #A98E63;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__title-en {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-greeting__title-en {
    font-size: max(28px, 28px + 4 * (100vw - 320px) / 69);
  }
}
.lp-greeting__title-ja {
  font-size: 40px;
  letter-spacing: 0.32em;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__title-ja {
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-greeting__title-ja {
    margin-top: 5px;
    margin-right: -5px;
    letter-spacing: 0.4em;
  }
}
.lp-greeting__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__content {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__profile {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-greeting__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lp-greeting__profile-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 500px) {
  .lp-greeting__profile-text {
    width: 100%;
  }
}
.lp-greeting__profile-clinic {
  font-size: 24px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__profile-clinic {
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-greeting__profile-clinic {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__profile-name {
  font-size: 40px;
  letter-spacing: 0.17em;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__profile-name {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__profile-belong {
  margin-top: 24px;
  background: #F3F2ED;
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__profile-belong {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__profile-belong-title {
  background: #819A3A;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__profile-belong-title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__profile-belong ul {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__profile-belong ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__profile-belong ul li {
  line-height: 160%;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__profile-belong ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-greeting__profile-belong ul li {
    padding-left: 11px;
  }
}
.lp-greeting__profile-belong ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #A98E63;
}
@media screen and (max-width: 767px) {
  .lp-greeting__profile-belong ul li::before {
    width: 6px;
    height: 6px;
  }
}
.lp-greeting__profile-img {
  width: 540px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 160px;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__profile-img {
    padding-right: max(70px, 70px + 90 * (100vw - 390px) / 1049);
    width: calc(max(180px, 180px + 200 * (100vw - 390px) / 1049) + max(70px, 70px + 90 * (100vw - 390px) / 1049));
  }
}
@media screen and (max-width: 767px) {
  .lp-greeting__profile-img {
    width: 100%;
    max-width: 400px;
    padding-right: min(70px, 70px + -69 * (100vw - 501px) / 266);
  }
}
@media screen and (max-width: 500px) {
  .lp-greeting__profile-img {
    padding-right: max(70px, 70px + 90 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__profile-img img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-greeting__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-greeting__message-catch {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 180%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #819A3A;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__message-catch {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__message-catch--brown {
  color: #A98E63;
}
.lp-greeting__message-catch--green {
  color: #819A3A;
}
.lp-greeting__message-body {
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .lp-greeting__message-body {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-greeting__message-body p {
  line-height: 160%;
  letter-spacing: 0.16em;
}

.lp-faq__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-faq__list {
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-faq__item.is-open .lp-faq__icon-minus {
  display: block;
}
.lp-faq__item.is-open .lp-faq__icon-plus {
  display: none;
}
.lp-faq__item.is-open .lp-faq__answer {
  grid-template-rows: 1fr;
}
.lp-faq__item.is-open .lp-faq__answer-inner {
  padding-top: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-faq__item.is-open .lp-faq__answer-inner {
    padding-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
.lp-faq__item:not(.is-open) .lp-faq__icon-minus {
  display: none;
}
.lp-faq__item:not(.is-open) .lp-faq__icon-plus {
  display: block;
}
.lp-faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0;
  background: #F3F2ED;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .lp-faq__question {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-faq__question {
    padding: 10px;
  }
}
.lp-faq__question-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  background: #819A3A;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-faq__question-q {
    width: max(40px, 40px + 25 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 25 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-faq__question-q {
    width: max(30px, 30px + 10 * (100vw - 320px) / 69);
    height: max(30px, 30px + 10 * (100vw - 320px) / 69);
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.lp-faq__question-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: #3F3A39;
  letter-spacing: 0.05em;
  padding: 18px 0;
}
@media screen and (max-width: 1439px) {
  .lp-faq__question-text {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 8 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-faq__question-text {
    padding: 0;
  }
}
@media screen and (max-width: 389px) {
  .lp-faq__question-text {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.lp-faq__question-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1439px) {
  .lp-faq__question-icon {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    height: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    margin-right: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-faq__question-icon {
    margin-right: 0;
  }
}
.lp-faq__question-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
.lp-faq__answer-inner {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 0;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .lp-faq__answer-inner {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-faq__answer-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  border: 1px solid #819A3A;
  color: #819A3A;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-faq__answer-a {
    width: max(40px, 40px + 25 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 25 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-faq__answer-a {
    width: max(30px, 30px + 10 * (100vw - 320px) / 69);
    height: max(30px, 30px + 10 * (100vw - 320px) / 69);
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.lp-faq__answer-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-faq__answer-text p {
  line-height: 180%;
}

.lp-clinic {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lp-clinic {
    padding-bottom: 0;
  }
}
.lp-clinic__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-clinic__photos {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__photos {
    padding-top: max(30px, 30px + 70 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__photos img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1100/360;
}
@media screen and (max-width: 767px) {
  .lp-clinic__photos img {
    aspect-ratio: 350/140;
  }
}
.lp-clinic__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__info {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-clinic__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp-clinic__info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__info-left {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__logo img {
  width: 380px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__logo img {
    width: max(240px, 240px + 140 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__tel-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__tel-label {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 40px;
  font-weight: 600;
  color: #A98E63;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__tel {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-clinic__tel {
    line-height: 1;
  }
}
.lp-clinic__tel img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__tel img {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__address {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__address {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__info-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-clinic__hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .lp-clinic__hours-table {
    margin-top: 0;
  }
}
.lp-clinic__hours-table th:first-child,
.lp-clinic__hours-table td:first-child {
  width: max(80px, 80px + 40 * (100vw - 390px) / 1049);
}
.lp-clinic__hours-table th:not(:first-child),
.lp-clinic__hours-table td:not(:first-child) {
  width: auto;
}
.lp-clinic__hours-table th {
  padding: 10px 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "Noto Sans JP", sans-serif;
  border-top: 1px solid #3F3A39;
  border-bottom: 1px solid #3F3A39;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__hours-table th {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    padding: max(5px, 5px + 5 * (100vw - 390px) / 1049) max(4px, 4px + 4 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__hours-table tbody tr:nth-of-type(1) td {
  padding-top: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__hours-table tbody tr:nth-of-type(1) td {
    padding-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-clinic__hours-table tbody tr:nth-of-type(1) td {
    padding-bottom: 2.5px;
  }
}
.lp-clinic__hours-table tbody tr:nth-of-type(2) td {
  padding-bottom: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__hours-table tbody tr:nth-of-type(2) td {
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-clinic__hours-table tbody tr:nth-of-type(2) td {
    padding-top: 2.5px;
  }
}
.lp-clinic__hours-table td {
  padding: 10px 8px;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__hours-table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    padding: max(5px, 5px + 5 * (100vw - 390px) / 1049) max(4px, 4px + 4 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__hours-table td:first-child {
  color: #3F3A39;
}
.lp-clinic__hours-table td:not(:first-child) {
  color: #819A3A;
}
.lp-clinic__hours-table tbody tr:last-child td {
  border-bottom: 1px solid #3F3A39;
}
.lp-clinic__hours-note {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__hours-note {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__hours-note .ceramic-green {
  color: #819A3A;
}
.lp-clinic__map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__map {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/480;
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-clinic__map iframe {
    aspect-ratio: 390/180;
  }
}
.lp-clinic__access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__access {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-clinic__access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-clinic__access-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-clinic__access-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #A98E63;
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  color: #A98E63;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__access-title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.lp-clinic__access-title img {
  width: 24px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .lp-clinic__access-title img {
    width: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-clinic__access-title + p {
    letter-spacing: 0.05em;
  }
}

.lp-about {
  position: relative;
}
.lp-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lp-about__bg picture,
.lp-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.lp-about__wrap {
  position: relative;
  z-index: 1;
  padding: 120px 60px 80px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .lp-about__wrap {
    padding: max(70px, 70px + 50 * (100vw - 390px) / 1049) max(25px, 25px + 35 * (100vw - 390px) / 1049) max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-about__corner--top, .lp-about__corner--bottom {
  position: absolute;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
@media screen and (max-width: 1439px) {
  .lp-about__corner--top, .lp-about__corner--bottom {
    inset: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    width: calc(100% - max(20px, 20px + 20 * (100vw - 390px) / 1049));
    height: calc(100% - max(20px, 20px + 20 * (100vw - 390px) / 1049));
  }
}
.lp-about__corner--top::before, .lp-about__corner--top::after, .lp-about__corner--bottom::before, .lp-about__corner--bottom::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  .lp-about__corner--top::before, .lp-about__corner--top::after, .lp-about__corner--bottom::before, .lp-about__corner--bottom::after {
    width: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
.lp-about__corner--top::before {
  top: 0;
  left: 0;
  border-top: 1px solid #A98E63;
  border-left: 1px solid #A98E63;
}
.lp-about__corner--top::after {
  top: 0;
  right: 0;
  border-top: 1px solid #A98E63;
  border-right: 1px solid #A98E63;
}
.lp-about__corner--bottom::before {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #A98E63;
  border-left: 1px solid #A98E63;
}
.lp-about__corner--bottom::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #A98E63;
  border-right: 1px solid #A98E63;
}
.lp-about__title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-about__title {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-about__title-en {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091));
  background: -webkit-linear-gradient(top left, #A98E63, #DEC091);
  background: linear-gradient(to bottom right, #A98E63, #DEC091);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.4;
  letter-spacing: 0.4em;
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .lp-about__title-en {
    font-size: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-about__title-en {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 69);
  }
}
.lp-about__title-ja {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.32em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .lp-about__title-ja {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-about__title-ja {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
.lp-about__body p {
  line-height: 180%;
  letter-spacing: 0.05em;
  max-width: 970px;
  margin-inline: auto;
}

.lp-unei {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .lp-unei {
    padding-bottom: max(30px, 30px + 70 * (100vw - 390px) / 1049);
  }
}
.lp-unei__wrap {
  border: 2px solid #A98E63;
  overflow: hidden;
}
.lp-unei__title {
  background: -webkit-gradient(linear, left top, right bottom, from(#A98E63), to(#DEC091));
  background: -webkit-linear-gradient(top left, #A98E63, #DEC091);
  background: linear-gradient(to bottom right, #A98E63, #DEC091);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 13px;
}
@media screen and (max-width: 1439px) {
  .lp-unei__title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 3 * (100vw - 390px) / 1049);
  }
}
.lp-unei__body {
  padding: 40px 40px 60px;
}
@media screen and (max-width: 1439px) {
  .lp-unei__body {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
.lp-unei__body p {
  line-height: 180%;
}
.lp-unei__links {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .lp-unei__links {
    margin-top: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    gap: max(8px, 8px + 4 * (100vw - 390px) / 1049);
  }
}
.lp-unei__links li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.lp-unei__links li::before {
  content: "▶";
  color: #A98E63;
  font-size: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 3px;
}
.lp-unei__links a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
}
.lp-unei__links a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1439px) {
  .lp-unei__links a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

@media screen and (max-width: 767px) {
  footer .footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer_right {
    max-width: none;
  }
}

footer .footer_wrap .footer_left .footer_logo a img {
  width: auto;
  height: 45px;
  aspect-ratio: 370/45;
}
@media screen and (max-width: 1439px) {
  footer .footer_wrap .footer_left .footer_logo a img {
    height: max(43px, 43px + 2 * (100vw - 390px) / 1049);
  }
}

footer .footer_wrap .footer_right ul.footer_banner_list {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  footer .footer_wrap .footer_right ul.footer_banner_list {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}

.footer_fixed_banner {
  z-index: 98;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
}
@media screen and (max-width: 500px) {
  .footer_fixed_banner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.footer_fixed_banner .banner_container_pc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner .banner_container_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .footer_fixed_banner .banner_container_pc {
    gap: 0;
  }
}
.footer_fixed_banner .banner_container_pc .lp-contact__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn-wrap {
    gap: max(10px, 10px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 610px;
  }
}
@media screen and (max-width: 500px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn-wrap {
    gap: 0;
  }
}
.footer_fixed_banner .banner_container_pc .lp-contact__btn {
  font-family: "Noto Serif JP", serif;
  width: 400px;
  height: 96px;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn {
    width: max(240px, 240px + 160 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 36 * (100vw - 390px) / 1049);
    gap: max(1px, 1px + 7 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn {
    padding: max(5px, 5px + 5 * (100vw - 390px) / 1049) max(5px, 5px + 15 * (100vw - 390px) / 1049) max(5px, 5px + 9 * (100vw - 390px) / 1049);
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn .lp-contact__btn-label {
    font-size: max(10px, 10px + 4 * (100vw - 390px) / 1049);
    padding: max(3px, 3px + 1 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn .lp-contact__btn-label {
    font-size: max(8px, 8px + 1.5 * (100vw - 320px) / 69);
    padding: max(2px, 2px + 1 * (100vw - 320px) / 69) max(5px, 5px + 5 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn .lp-contact__btn-main {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn .lp-contact__btn-main {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_banner .banner_container_pc .lp-contact__btn .lp-contact__btn-main img {
    width: max(12px, 12px + 3 * (100vw - 320px) / 69);
  }
}
.footer_fixed_banner .banner_container_pc .totop {
  width: 96px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_banner .banner_container_pc .totop {
    width: max(60px, 60px + 36 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner .banner_container_pc .totop {
    width: max(50px, 50px + 46 * (100vw - 390px) / 1049);
  }
}
.footer_fixed_banner .banner_container_pc .totop a {
  background: #F3F2ED;
  color: #A98E63;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  padding-top: 15px;
  line-height: 130%;
  border: 1px solid #A98E63;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_banner .banner_container_pc .totop a {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
.footer_fixed_banner .banner_container_pc .totop a::before {
  display: none;
}
.footer_fixed_banner .banner_container_pc .totop a::after {
  border-left: 2.5px solid #A98E63;
  border-bottom: 2.5px solid #A98E63;
}
@media screen and (max-width: 767px) {
  .footer_fixed_banner .banner_container_sp {
    display: none;
  }
}

.modalBody .modal_inner .banner_block.banner_block02 {
  margin-top: 0;
}