@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;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

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

.grecaptcha-badge {
  display: none;
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.page-main .fv {
  margin-bottom: 4rem;
}

.inner100 {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-title {
  font-size: 5.6rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 3rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .l-header {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 10rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem 0 0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: none;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}

.l-header-title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-header-title {
    gap: 1rem;
  }
}

.l-header-title__text {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-header-title__text {
    font-size: 1.8rem;
  }
}

.l-header-title__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header-title__image img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  #l-nav__content {
    display: none;
  }
}

.l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4rem;
}

.l-nav__content--item {
  width: auto;
  padding: 0 1rem;
  text-align: center;
}
.l-nav__content--item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-nav__content--item:last-child {
  border-right: none;
}
.l-nav__content--item .nav__text {
  white-space: nowrap;
  font-size: 1.6rem;
}

.l-header__linkitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__linkitems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.l-header__tel-btn {
  background: #57a135;
  width: 27rem;
  height: 100%;
  padding: 0.5rem;
}

.tel-btn__textarea {
  border: 1px solid #fff;
  padding: 1.35rem 1rem;
}

.tel-btn__textarea--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-bottom: 1px solid #fff;
}
.tel-btn__textarea--top .tel-btn__textarea--text {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}

.icon-tel {
  width: 2rem;
  height: 2rem;
}

.tel-btn__textarea--bottom .tel-btn__textarea--text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
}

.l-header__web-btn {
  background: #5bb531;
  width: 18rem;
  height: 100%;
  padding: 0.5rem;
}

.web-btn__textarea {
  border: 1px solid #fff;
  padding: 0.5rem;
}

.web-btn__textarea--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.icon-phone {
  width: 2rem;
  height: 3rem;
}

.icon-pc {
  width: 5rem;
  height: 4rem;
}

.web-btn__textarea--text {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-align: center;
  padding-top: 0.2rem;
}

.hamburger {
  width: 5rem;
  height: 5rem;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #5bb531;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% - 8px);
}

.hamburger span:nth-child(2) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% + 8px);
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  bottom: initial;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  -webkit-transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  -webkit-transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.menu-round-wrap .round-wrap .round {
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-6.5%, -50%) rotate(0.001deg);
          transform: translate(-6.5%, -50%) rotate(0.001deg);
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 8rem 4rem;
  min-height: 100vh;
  position: relative;
}
.hamburger-menu__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/hero_krin1.gif") no-repeat right bottom;
  background-size: auto 26rem;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  font-family: inter;
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger-menu.active .hamburger-menu__listItem {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__sub-list {
  margin-top: 1.4rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hamburger-menu__sub-item {
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 6.3rem;
}
.hamburger-menu__sub-item .hamburger-menu__listLink {
  padding: 0 !important;
}
.hamburger-menu__sub-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu.active .hamburger-menu__sub-item {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink--parent {
  cursor: default;
  pointer-events: none;
}
.hamburger-menu__listLink--sub {
  padding: 1rem;
}
.hamburger-menu__listLink--sub p {
  font-size: 1.4rem !important;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #000;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translate(300px, 0) rotate(0.001deg);
          transform: translate(300px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__info {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.l-footer {
  border-top: 10px solid #bfa670;
  font-family: "Zen Old Mincho", serif;
}

.l-footer-information {
  background: url(../img/bg-information.webp) no-repeat center center/cover;
}

.l-footer-information-flex {
  max-width: 140rem;
  margin: 0 auto;
  padding: 12rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer-information-flex {
    padding: 5rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.l-footer-information-item {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 4rem 2rem;
  width: 67.5rem;
}
@media (max-width: 767px) {
  .l-footer-information-item {
    width: 100%;
    padding: 2rem;
  }
}

.title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.section-title__ja {
  font-size: 1.8rem;
}

.infomation-table {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .infomation-table {
    width: 100%;
    margin-top: 4rem;
  }
  .infomation-table tr {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
  }
  .infomation-table th,
  .infomation-table td {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }
  .infomation-table th {
    font-weight: 700;
  }
}
.infomation-table th {
  width: 20%;
  padding: 1rem 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .infomation-table th {
    width: 100%;
    padding: 0.5rem 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.infomation-table td {
  width: 80%;
  padding: 1rem 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .infomation-table td {
    width: 100%;
    padding: 0.5rem 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.line-area {
  margin-top: 3rem;
}

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

.line-banner {
  margin-top: 2rem;
}

.line-banner__image {
  width: 80%;
  margin: 2rem auto;
}

.l-footer-information-items {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .l-footer-information-items {
    margin-top: 4rem;
    gap: 2rem;
  }
}

.l-footer-information-item__link {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px dashed #bfa670;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-footer-information-item__link {
    width: 100%;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
}
.l-footer-information-item__link:hover .link-text {
  opacity: 0.6;
}
.l-footer-information-item__link:hover .link-mark {
  opacity: 0.6;
}
.l-footer-information-item__link:last-child {
  margin-bottom: 0;
}

.link-text {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .link-text {
    font-size: 1.6rem;
  }
}

.link-mark {
  color: #bfa670;
}

.banner-theads {
  width: 25%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner-theads {
    width: 70%;
    margin: 0 auto;
  }
}

.google-map {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .google-map {
    margin-top: 5rem;
  }
}

.l-copyright {
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-size20 {
  font-size: 2rem !important;
}
@media (max-width: 767px) {
  .u-size20 {
    font-size: 1.6rem !important;
  }
}

.u-size22 {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .u-size22 {
    font-size: 1.8rem;
  }
}

.u-size24 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .u-size24 {
    font-size: 2rem;
  }
}

.u-size26 {
  font-size: 2.6rem;
}

.u-size28 {
  font-size: 2.8rem;
}

.u-size30 {
  font-size: 3rem;
}

.u-size32 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .u-size32 {
    font-size: 2.4rem;
  }
}

.u-size34 {
  font-size: 3.4rem;
}

.u-size36 {
  font-size: 3.6rem;
}

.u-size38 {
  font-size: 3.8rem;
}

.u-size40 {
  font-size: 4rem;
}

.u-size42 {
  font-size: 4.2rem;
}

.u-size44 {
  font-size: 4.4rem;
}

.u-size46 {
  font-size: 4.6rem;
}

.u-size48 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .u-size48 {
    font-size: 3.2rem;
  }
}

.u-size50 {
  font-size: 5rem;
}

.u-size52 {
  font-size: 5.2rem;
}

.u-size54 {
  font-size: 5.4rem;
}

.u-size56 {
  font-size: 5.6rem;
}

.u-size58 {
  font-size: 5.8rem;
}

.u-size60 {
  font-size: 6rem;
}

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-red {
  color: #CF6149;
}

.u-blue {
  color: #2B90AC;
}

.u-green {
  color: #51913D;
}

.u-gold {
  color: #CFA049;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

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

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 112rem;
}
@media (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.u-flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 112rem;
}
@media (max-width: 767px) {
  .u-flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.u-flex,
.u-flex-reverse {
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .u-flex,
  .u-flex-reverse {
    margin: 2rem auto 0;
  }
}
.u-flex .flex-textarea,
.u-flex-reverse .flex-textarea {
  width: 54%;
}
@media (max-width: 767px) {
  .u-flex .flex-textarea,
  .u-flex-reverse .flex-textarea {
    width: 100%;
  }
}
.u-flex .flex-title,
.u-flex-reverse .flex-title {
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .u-flex .flex-title,
  .u-flex-reverse .flex-title {
    font-size: 2.4rem;
  }
}
.u-flex .flex-text,
.u-flex-reverse .flex-text {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .u-flex .flex-text,
  .u-flex-reverse .flex-text {
    font-size: 1.4rem;
  }
}
.u-flex .flex-imagearea,
.u-flex-reverse .flex-imagearea {
  width: 40%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .u-flex .flex-imagearea,
  .u-flex-reverse .flex-imagearea {
    width: 100%;
  }
}
.u-flex .flex-image,
.u-flex-reverse .flex-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .u-flex .flex-image,
  .u-flex-reverse .flex-image {
    width: 100%;
    height: auto;
  }
}

.u-line {
  text-decoration: underline !important;
  text-underline-offset: 1rem !important;
}

.u-center {
  text-align: center !important;
  display: block;
  width: 100%;
}

.fv {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  aspect-ratio: 1920/930;
  background: transparent;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 375/522;
  }
}
.fv .fv-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fv .fv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv .fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv-catcharea {
  position: absolute;
  bottom: 5%;
  right: 3%;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv .fv-catcharea {
    width: 98%;
    height: auto;
    aspect-ratio: 375/208;
    padding: 2rem;
    bottom: auto;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.fv .fv-catch__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  border-bottom: 3px dashed #fff;
}
@media (max-width: 767px) {
  .fv .fv-catch__text {
    font-size: 2.4rem;
  }
  .fv .fv-catch__text span {
    font-size: 2rem;
  }
}
.fv .fv-catch__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10rem;
  height: 11rem;
  background: url("../img/icon-effect02.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .fv .fv-catch__text::before {
    width: 8rem;
    height: 9rem;
    top: 2rem;
  }
}

.overview {
  padding: 10rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .overview {
    padding: 5rem 0;
  }
}

.overview-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
}
@media (max-width: 767px) {
  .overview-contents {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.overview-title {
  padding-top: 2rem;
}

.overview-text {
  padding-top: 2rem;
}

.paragraph {
  padding-top: 2rem;
  line-height: 2;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }
}

.overview-imagearea {
  width: 100%;
  height: auto;
}

.recommend {
  position: relative;
}

.recommend-top {
  position: relative;
  background: url("../img/bg-about.webp") no-repeat;
  background-size: 140rem auto;
  background-position: right top;
  padding: 22rem 0 10rem 20rem;
}
@media (max-width: 767px) {
  .recommend-top {
    background: url("../img/sp-bg-about.webp") no-repeat #ece5dd;
    padding: 5rem 2rem 50rem;
    background-size: contain;
    background-position: center bottom;
  }
}
.recommend-top::before {
  content: "";
  background: #f3eee8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45rem;
  z-index: -1;
}
.recommend-top::after {
  content: "";
  background: #ece5dd;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45rem;
  z-index: -1;
}

.recommend-textarea {
  width: 70rem;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 6rem 2rem 0;
}
@media (max-width: 767px) {
  .recommend-textarea {
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}

.recommend-ation {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .recommend-ation {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}

.recommend-textbox {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
}
@media (max-width: 767px) {
  .recommend-textbox {
    -webkit-transform: translateY(-5rem);
            transform: translateY(-5rem);
  }
}

.recommend-title {
  font-size: 4rem;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .recommend-title {
    font-size: 3rem;
  }
}
.recommend-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 13rem;
  width: 5rem;
  height: 6rem;
  background: url("../img/icon-effect01.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .recommend-title::before {
    width: 3rem;
    height: 4rem;
    left: 0;
    top: 0;
  }
}

.recommend-text {
  margin-top: 4rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .recommend-text {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.recommend-list {
  margin-top: 4rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}

.recommend-list__item {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
  position: relative;
}
@media (max-width: 767px) {
  .recommend-list__item {
    font-size: 1.4rem;
  }
}
.recommend-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/icon-check.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .recommend-list__item::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -1.5rem;
  }
}

.recommend-image {
  position: absolute;
}

.recommend-image01 {
  width: 39rem;
  height: auto;
  bottom: 10rem;
  left: 50%;
}
@media (max-width: 767px) {
  .recommend-image01 {
    width: 23rem;
    left: 1rem;
    bottom: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

.recommend-image02 {
  width: 49rem;
  height: auto;
  bottom: 15rem;
  left: 72%;
}
@media (max-width: 767px) {
  .recommend-image02 {
    width: 29rem;
    bottom: 0;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 20%;
  }
}

.recommend-bottom {
  margin: 10rem auto;
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 4rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  max-width: 140rem;
}
@media (max-width: 767px) {
  .recommend-bottom {
    width: 90%;
    padding: 3rem 2rem;
    margin: 5rem auto 2rem;
  }
}

.recomend-bottom__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .recomend-bottom__flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.recommend-bottom-title {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .recommend-bottom-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.recommend-bottom-text {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
}
.recommend-bottom-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .recommend-bottom-text {
    font-size: 1.4rem;
  }
}

.recommend-bottom-imagearea {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend-bottom-imagearea img {
  width: 100%;
  height: auto;
}

.concept {
  padding: 10rem 0;
  position: relative;
  background: url("../img/bg-concept.webp") no-repeat center center;
}
@media (max-width: 767px) {
  .concept {
    padding: 5rem 0 40rem;
  }
}
.concept::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: url("../img/bg-concept-line.webp") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .concept::before {
    width: 100%;
    height: 100%;
  }
}

.concept-textarea {
  position: relative;
  width: 65rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .concept-textarea {
    width: 90%;
  }
}

.concept-text {
  margin-top: 10rem;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .concept-text {
    font-size: 1.8rem;
    margin-top: 5rem;
  }
}

.c-link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  position: relative;
  background: #bfa670;
  height: 6rem;
  padding: 1rem 5rem;
  color: #fff;
  text-decoration: none;
  margin: 10rem auto 0;
}
@media (max-width: 767px) {
  .c-link-button {
    height: 5rem;
    margin-top: 5rem;
    padding: 1rem 4rem;
    min-width: 20rem;
  }
}
.c-link-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 3rem;
  height: 0.2rem;
}

.link-button__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .link-button__text {
    font-size: 1.6rem;
  }
}

.nonagon {
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
          clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.concept-image01 {
  width: 28rem;
  height: 28rem;
  position: absolute;
  top: 10%;
  left: 13%;
}
@media (max-width: 767px) {
  .concept-image01 {
    width: 18rem;
    height: 18rem;
    top: 65%;
    left: 1rem;
  }
}
.concept-image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-image02 {
  width: 42rem;
  height: 42rem;
  position: absolute;
  top: 0%;
  right: 8%;
}
@media (max-width: 767px) {
  .concept-image02 {
    display: none;
  }
}
.concept-image02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-image03 {
  width: 42rem;
  height: 42rem;
  position: absolute;
  top: 50%;
  left: 8%;
}
@media (max-width: 767px) {
  .concept-image03 {
    display: none;
  }
}
.concept-image03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-image04 {
  width: 28rem;
  height: 28rem;
  position: absolute;
  top: 55%;
  right: 13%;
}
@media (max-width: 767px) {
  .concept-image04 {
    width: 22rem;
    height: 22rem;
    top: 75%;
    right: 3%;
  }
}
.concept-image04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu {
  padding: 10rem 0 15rem;
  background: url("../img/bg-menu.webp") no-repeat center center #ece5dd;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .menu {
    padding-bottom: 5rem;
  }
}

.menu-items {
  margin: 10rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .menu-items {
    padding: 0 2rem;
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.menu-item__image {
  width: 47.5rem;
  height: auto;
  aspect-ratio: 47.5/41;
}
@media (max-width: 767px) {
  .menu-item__image {
    width: 100%;
    aspect-ratio: 375/300;
  }
}
.menu-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-item__text {
  position: relative;
  color: #000;
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  padding: 2rem;
}
@media (max-width: 767px) {
  .menu-item__text {
    font-size: 2rem;
    padding: 1rem;
    font-weight: 400;
  }
}
.menu-item__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  width: 10%;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .menu-item__text::before {
    width: 10%;
    height: 0.1rem;
  }
}

.menu-item__text01 {
  background: #e4f9ea;
}

.menu-item__text02 {
  background: #f9e3fd;
}

.menu-item__text03 {
  background: #fbeada;
}

.news {
  position: relative;
  padding: 2rem;
}
.news::after {
  content: "";
  background: #ece5dd;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .news::after {
    height: 10rem;
  }
}
.news .news-contents {
  border: 1px solid #bfa670;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .news .news-contents {
    padding: 5rem 0;
  }
}
.news .section-title {
  position: relative;
}
.news .section-title::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(200%, -30%);
          transform: translate(200%, -30%);
  width: 9rem;
  height: 10rem;
  background: url("../img/icon-effect01.webp") no-repeat center center;
}
@media (max-width: 767px) {
  .news .section-title::before {
    width: 6rem;
    height: 7rem;
    -webkit-transform: translate(180%, -30%);
            transform: translate(180%, -30%);
  }
}
.news .news-items {
  width: 100rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .news .news-items {
    width: 90%;
    margin-top: 2rem;
  }
}
.news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  border-bottom: 1px dashed #bfa670;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .news .news-item__date {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .news .news-item__category {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .news .news-item__title {
    font-size: 1.4rem;
  }
}
.contact {
  margin: 10rem auto;
}

.contact-textarea {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .contact-textarea {
    margin-top: 3rem;
  }
}

.l-contact__linkitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10rem auto;
}
@media (max-width: 767px) {
  .l-contact__linkitems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5rem auto;
  }
}
.l-contact__linkitems .l-header__tel-btn {
  background: #57a135;
  width: 27rem;
  height: 100%;
  padding: 0.5rem;
}
.l-contact__linkitems .tel-btn__textarea {
  border: 1px solid #fff;
  padding: 1.35rem 1rem;
}
.l-contact__linkitems .tel-btn__textarea--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-bottom: 1px solid #fff;
}
.l-contact__linkitems .tel-btn__textarea--top .tel-btn__textarea--text {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
.l-contact__linkitems .icon-tel {
  width: 2rem;
  height: 2rem;
}
.l-contact__linkitems .tel-btn__textarea--bottom .tel-btn__textarea--text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
}
.l-contact__linkitems .l-header__web-btn {
  background: #5bb531;
  width: 18rem;
  height: 100%;
  padding: 0.5rem;
}
.l-contact__linkitems .web-btn__textarea {
  border: 1px solid #fff;
  padding: 0.5rem;
}
.l-contact__linkitems .web-btn__textarea--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.l-contact__linkitems .icon-phone {
  width: 2rem;
  height: 3rem;
}
.l-contact__linkitems .icon-pc {
  width: 5rem;
  height: 4rem;
}
.l-contact__linkitems .web-btn__textarea--text {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-align: center;
  padding-top: 0.2rem;
}
.l-contact__linkitems .line-banner {
  margin-top: 0;
  width: 25rem;
  height: 10rem;
}
.l-contact__linkitems .line-banner__image {
  width: 100%;
  margin: 0;
}

.shinqcompass_review_widget {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 440px;
  border: solid 1px #E0DFDF;
  background: #fff;
  padding: 5px 10px;
}
.shinqcompass_review_widget iframe {
  width: 100%;
  height: 440px;
  border: none;
}
.shinqcompass_review_widget img {
  width: 15px;
  padding-left: 0.3px;
  vertical-align: bottom;
}

.link-button__compass {
  width: 24rem;
  height: auto;
  margin: 5rem auto;
}

.flow-list {
  display: grid;
  gap: 2rem;
}

.flow-list__item {
  border: 1px solid #e7e3d5;
  background: #fff;
  padding: 2rem;
}

.flow-list__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .flow-list__title {
    font-size: 1.6rem;
  }
}

.flow-list__text {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .flow-list__text {
    font-size: 1.4rem;
  }
}

.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
  background: rgba(247, 148, 39, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.page-salon .information {
  max-width: 154rem;
  margin: 10rem auto;
  padding: 0 2rem;
}
.page-salon .information-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
}
@media (max-width: 767px) {
  .page-salon .information-contents {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-salon .information-left {
  position: relative;
}
.page-salon .information-left__textarea {
  margin-top: 5rem;
  border: 1px solid #d32f2f;
  padding: 2rem 4rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.page-salon .information-left__textarea--title {
  font-size: 2rem;
  font-weight: 700;
}
.page-salon .information-left__textarea--text {
  margin-top: 1rem;
}
.page-salon .information-right {
  position: relative;
}
@media (max-width: 767px) {
  .page-salon .information-table tr {
    display: block;
    margin-bottom: 1rem;
  }
}
.page-salon .information-table th {
  width: 20%;
  padding: 1rem 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-salon .information-table th {
    display: block;
    width: 100%;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.page-salon .information-table td {
  padding: 1rem 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-salon .information-table td {
    display: block;
    width: 100%;
    padding-top: 0;
    font-size: 1.4rem;
  }
}
.page-salon .salon-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.page-salon .salon-links__text {
  text-align: center;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-salon .salon-links__text {
    margin: 2rem auto 0;
  }
}
.page-salon .salon-links__line {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .page-salon .salon-links__line {
    width: 80%;
  }
}
.page-salon .salon-links__compass {
  width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .page-salon .salon-links__compass {
    width: 80%;
  }
}
.page-salon .message {
  max-width: 154rem;
  border: 1px solid #EBD8C2;
  background: rgba(235, 216, 194, 0.1);
  padding: 4rem 2rem;
  border-radius: 1rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
  margin-top: 10rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-salon .message {
    width: 100%;
    padding: 2rem 1rem;
    margin-top: 5rem;
    font-size: 1.4rem;
  }
}
.page-salon .message .message-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-salon .message .message-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-salon .message .message-title {
    margin-bottom: 1rem;
  }
}
.page-salon .staff {
  margin: 0 auto 10rem;
}
.page-salon .staff-contents__flex {
  max-width: 154rem;
  margin: 10rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
  font-family: "Zen Old Mincho", serif;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .page-salon .staff-contents__flex {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 5rem auto 0;
  }
}
.page-salon .staff-contents__textarea--title {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-salon .staff-contents__textarea--title {
    font-size: 2rem;
  }
}
.page-salon .staff-contents__textarea--text {
  margin-top: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-salon .staff-contents__textarea--text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.page-salon .staff-name {
  background: rgba(235, 216, 194, 0.6);
  padding: 4rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 4rem auto 0;
  width: 80%;
}
@media (max-width: 767px) {
  .page-salon .staff-name {
    font-size: 1.6rem;
    padding: 2rem 1rem;
    width: 90%;
  }
}
.page-salon .staff-name__ja {
  border-bottom: 2px dashed #EBD8C2;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-salon .staff-name__ja {
    padding-bottom: 0.5rem;
  }
}
.page-salon .staff-name__ja span {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-salon .staff-name__ja span {
    font-size: 2rem;
  }
}
.page-salon .staff-name__en {
  padding-top: 1rem;
}
.page-salon .biography {
  position: relative;
  max-width: 89rem;
  margin: 5rem auto 10rem;
  padding: 4rem;
  font-family: "Zen Old Mincho", serif;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-salon .biography {
    width: 90%;
    margin: 5rem auto 5rem;
    padding: 2rem;
  }
}
.page-salon .biography::before {
  content: "";
  position: absolute;
  top: -15rem;
  bottom: -15rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background: url("../img/bg-concept.webp") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.page-salon .biography::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid #EBD8C2;
  z-index: -1;
}
.page-salon .biograpy__title {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px dashed #EBD8C2;
  padding-bottom: 1rem;
}
.page-salon .biograpy__text {
  padding-top: 1rem;
  line-height: 1.5;
}

.news-list .news-list-area {
  width: 100%;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .news-list .news-list-area {
    margin-top: 4rem;
  }
}
.news-list .news-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.news-list .news-list__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3rem;
}
.news-list .news-list__item:last-child {
  border-bottom: none;
}
.news-list .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1px solid #ddd;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  min-width: 22rem;
}
@media (max-width: 767px) {
  .news-list .news-list__link {
    font-size: 1.4rem;
  }
}
.news-list .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news-list .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.news-list .news-list__thumb {
  width: 24rem;
  height: 16rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .news-list .news-list__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.news-list .news-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .news-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-list .news-list__date {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 767px) {
  .news-list .news-list__date {
    font-size: 1.4rem;
  }
}
.news-list .news-list__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .news-list .news-list__title {
    font-size: 1.6rem;
  }
}
.news-list .pager-area {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .news-list .pager-area {
    margin-top: 4rem;
  }
}

.blog-list {
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .blog-list {
    padding: 5rem 0 7rem;
  }
}
.blog-list__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28rem;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .blog-list__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.blog-list__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .blog-list__main {
    gap: 4rem;
  }
}
.blog-list__sidebar {
  position: sticky;
  top: 12rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .blog-list__sidebar {
    position: static;
  }
}
.blog-list__widget {
  border: 1px solid #e7e3d5;
  background: #fff;
  padding: 2.5rem 2rem;
}
.blog-list__widget-title {
  background: #edead9;
  text-align: center;
  padding: 1rem 0;
  font-weight: 700;
  margin-bottom: 2rem;
}
.blog-list__widget-section + .blog-list__widget-section {
  margin-top: 2.5rem;
}
.blog-list__widget-head {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.blog-list__widget-head:hover {
  opacity: 0.7;
}
.blog-list__widget-head.is-active {
  text-decoration: underline;
}
.blog-list__widget-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.blog-list__widget-list a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.blog-list__widget-list a:hover {
  opacity: 0.7;
}
.blog-list__widget-empty {
  font-size: 1.4rem;
}

.blog-card {
  border: 1px solid #e7e3d5;
  background: #fff;
  padding: 2.5rem 2rem 3rem;
}
.blog-card.news::after {
  content: none;
}
.blog-card__link {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.blog-card__link:hover {
  opacity: 0.6;
}
.blog-card__title {
  background: #edead9;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blog-card__title {
    font-size: 1.6rem;
  }
}
.blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .blog-card__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blog-card__type, .blog-card__cat {
  background: #edead9;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
}
.blog-card__body {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .blog-card__body {
    grid-template-columns: 1fr;
  }
}
.blog-card__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  background: #f5f4ef;
}
.blog-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__excerpt {
  line-height: 1.8;
}
.blog-card__empty {
  text-align: center;
}

.pager-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.pager-area .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4.2rem;
  height: 4.2rem;
  padding: 0 1.2rem;
  background: #edead9;
  border: 1px solid #e7e3d5;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pager-area .page-numbers:hover {
  opacity: 0.6;
}
.pager-area .page-numbers.current {
  background: #bfa670;
  border-color: #bfa670;
  color: #fff;
  pointer-events: none;
}
.pager-area .page-numbers + .page-numbers {
  margin-left: 1rem;
}

.single-news {
  padding-top: 1rem;
}
.single-news .news::after {
  content: none;
}
.single-news .news-single__header {
  padding-top: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-news .news-single__header {
    padding-top: 4rem;
  }
}
.single-news .news-single__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .single-news .news-single__title {
    font-size: 2rem;
  }
}
.single-news .news-single__thumb {
  max-width: 80rem;
  margin: 4rem auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .single-news .news-single__thumb {
    margin: 2rem auto;
  }
}
.single-news .news-single__content {
  max-width: 80rem;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .single-news .news-single__content {
    margin: 2rem auto;
  }
  .single-news .news-single__content p {
    font-size: 1.4rem;
  }
}
.single-news .news-single__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .single-news .news-single__buttons {
    max-width: 80%;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.single-news .c-btn {
  border: 1px solid #000;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
}
@media (max-width: 767px) {
  .single-news .c-btn {
    font-size: 1.4rem;
  }
}
.single-blog {
  padding-top: 1rem;
}
.single-blog .blog {
  padding-top: 8.5rem;
}
@media (max-width: 767px) {
  .single-blog .blog {
    padding-top: 4rem;
  }
}

.blog-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
}

.blog-single__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blog-single__title {
    font-size: 2rem;
  }
}

.blog-single__thumb {
  max-width: 80rem;
  margin: 4rem auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .blog-single__thumb {
    margin: 2rem auto;
  }
}

.blog-single__content {
  max-width: 80rem;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .blog-single__content {
    margin: 2rem auto;
  }
  .blog-single__content p {
    font-size: 1.4rem;
  }
}

.blog-single__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-single__buttons {
    max-width: 80%;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-btn {
  border: 1px solid #000;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
  }
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 8rem;
  right: 8rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 6rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 4rem;
    height: 4rem;
  }
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}
.c-pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.c-pager .page-numbers:hover {
  background: #f0f0f0;
  color: #000;
}
.c-pager .page-numbers.current {
  background: #CFA049;
  color: #fff;
  border-color: #CFA049;
  pointer-events: none;
}
.c-pager .page-numbers.dots {
  border: none;
  background: transparent;
  pointer-events: none;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  width: auto;
  padding: 0 1.5rem;
  border-radius: 2rem;
}

.c-page-fv {
  position: relative;
}

.c-page-fv-image {
  width: 100%;
  aspect-ratio: 1920/570;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-page-fv-image {
    aspect-ratio: 375/500;
  }
}
.c-page-fv-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.c-page-fv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-page-title {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.5;
  border-bottom: 3px dashed #fff;
}
@media (max-width: 767px) {
  .c-page-title {
    font-size: 2rem;
    white-space: nowrap;
  }
}

.c-page-title__icon {
  position: absolute;
  top: 45%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6rem;
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .c-page-title__icon {
    width: 4rem;
    height: 5rem;
  }
}

.c-page-section-title {
  font-size: 5.6rem;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .c-page-section-title {
    font-size: 3rem;
  }
}

.c-page-head {
  width: 100%;
  height: 35rem;
  position: relative;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-page-head {
    height: 10rem;
  }
}
.c-page-head::before, .c-page-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-page-head__green::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  background: rgba(229, 255, 242, 0.3);
  z-index: 0;
}
.c-page-head__green::after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 0);
  background: rgba(229, 255, 242, 0.4);
  z-index: -1;
}
.c-page-head__pink::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  background: rgba(255, 229, 247, 0.3);
  z-index: 0;
}
.c-page-head__pink::after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 0);
  background: rgba(255, 229, 247, 0.4);
  z-index: -1;
}
.c-page-head__beige::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  background: rgba(255, 237, 219, 0.3);
  z-index: 0;
}
.c-page-head__beige::after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 0);
  background: rgba(255, 237, 219, 0.4);
  z-index: -1;
}

.c-menu-outline {
  line-height: 2;
  letter-spacing: 0.05em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-menu-outline span {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .c-menu-outline {
    font-size: 1.4rem;
  }
}

.c-menu-outline__title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
@media (max-width: 767px) {
  .c-menu-outline__title {
    font-size: 2rem;
  }
}

.c-menu-outline__text {
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-menu-outline__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-menu-outline__text span {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .c-menu-outline__text span {
    font-size: 1.8rem;
  }
}

.c-menu-outline__image {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .c-menu-outline__image {
    margin-top: 5rem;
  }
}

.c-contents__title {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .c-contents__title {
    padding: 1rem 0;
    font-size: 2rem;
  }
}
.c-contents__title__green {
  background: #e5fff2;
}
.c-contents__title__pink {
  background: #ffe5f7;
}
.c-contents__title__beige {
  background: #ffeddb;
}

.c-contents-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 3rem;
  gap: 9rem;
}
.c-contents-flex__reverse > :nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-contents-flex__reverse > :nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .c-contents-flex {
    grid-template-columns: 1fr;
    padding: 0 2rem;
    gap: 2rem;
  }
  .c-contents-flex__reverse > :nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-contents-flex__reverse > :nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-contents-flex__textarea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-contents-list {
  list-style: disc;
  padding-left: 2rem;
}

.c-contents-list__item {
  padding: 1rem 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-contents-list__item {
    font-size: 1.6rem;
    padding: 0.5rem 0;
  }
}

.c-contents-flex__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .c-contents-flex__textarea--text {
    font-size: 1.4rem;
  }
}

.c-menu-outline__head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .c-menu-outline__head {
    font-size: 2rem;
  }
}

.c-case-study {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .c-case-study {
    margin-bottom: 5rem;
  }
}

.c-case-study-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-case-study-flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.c-case-study-flex__beauty {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-case-study-flex__beauty {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.c-case-study-flex__massage {
  grid-template-columns: repeat(2, 2fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-case-study-flex__massage {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.c-case-study__item {
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 2rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .c-case-study__item {
    padding: 2rem 1rem;
  }
}

.c-case-study__item--visit {
  background: rgba(255, 237, 219, 0.5);
}

.c-case-study__item--beauty {
  background: rgba(255, 229, 247, 0.5);
}

.c-case-study__item--massage {
  background: rgba(229, 255, 242, 0.5);
}

.c-case-study-flex__title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-case-study-flex__title {
    font-size: 1.8rem;
  }
}

.c-case-study-flex__text {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-case-study-flex__text {
    font-size: 1.4rem;
  }
}

.faq-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.faq-accordion__item {
  border: 1px solid #e7e3d5;
  background: #fff;
  padding: 2rem;
}

.q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 700;
  cursor: default;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .q-item {
    font-size: 1.6rem !important;
  }
}

.q-item__label {
  color: #bfa670;
}

.q-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .q-item__text {
    font-size: 1.6rem;
  }
}

.mark {
  display: none;
}

.a-item {
  display: block !important;
  margin-top: 1rem;
}

.a-item__text {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .a-item__text {
    font-size: 1.4rem;
  }
}