@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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] {
  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 */
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
@media screen and (max-width: 1280px) and (min-width: 767.1px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.3364485981vw;
  }
}

body {
  font-synthesis: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #5A554D;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.5rem;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

:target,
:focus {
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-orientation: none;
}
.safari img {
  image-rendering: inherit;
}
img {
  width: 100%;
  height: auto;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 1280.1px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-main {
  padding-top: 12.4rem;
}
@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 5.7rem;
  }
}

.f-wrap {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .f-wrap {
    width: auto;
    padding: 0 2.4rem;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* link
--------------------------------------------------*/
a {
  color: #5A554D;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #5A554D;
  transition: 0.3s;
  will-change: transform;
}
button:focus {
  text-decoration: none;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  background: #fff;
  padding: 1rem 1rem 0 3.8rem;
  box-shadow: 0 0.2rem 0.5rem 0.2rem rgba(0, 0, 0, 0.02);
  margin: 0 auto;
}
.l-header.is-ready {
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}
.l-header__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header-head {
    width: 19rem;
    padding: 0 0 0 1rem;
  }
}
.l-header-head__ttl {
  font-size: 1.2rem;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-head__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.4rem;
    background: #F5EBEB;
    font-size: 1.1rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-head p.l-header-head__ttl {
    display: none;
  }
}
.l-header-head__logo {
  width: 31rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-header-head__logo {
    width: 100%;
  }
}
.l-header-content__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.6rem;
  margin: 0 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-content__top {
    gap: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-content__bottom {
    display: none;
  }
}
.l-header-tip {
  flex-shrink: 0;
}
.l-header-tip-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid #F0F0F0;
}
@media screen and (max-width: 767px) {
  .l-header-tip-list {
    border-right: 0;
    border-left: 1px solid #F0F0F0;
  }
}
.l-header-tip-list__item {
  border: 1px solid #F0F0F0;
  border-right: 0;
  font-size: 1.4rem;
  flex-shrink: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header-tip-list__item {
    width: 5.7rem;
    height: 5.7rem;
    font-size: 1rem;
    line-height: 1.1;
    border: 0;
    border-right: 1px solid #F0F0F0;
    text-align: center;
  }
}
.l-header-tip-list__item:last-child {
  border-right: 1px solid #F0F0F0;
}
.l-header-tip-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.6rem;
  color: #585858;
  padding: 0.9rem 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-tip-list__item a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.1;
    padding: 0.4rem 0 0;
  }
}
.l-header-tip-list__item a img {
  width: auto;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-tip-list__item a img {
    display: block;
    height: 2.1rem;
    margin: 0 auto 0.2rem;
  }
}
.l-header-tip-list__item.has-children {
  position: relative;
}
.l-header-tip-list__item.has-children > .l-header-nav-children {
  left: 50%;
  transform: translateX(-50%);
}
@media (any-hover: hover) {
  .l-header-tip-list__item.has-children:hover > .l-header-nav-children {
    opacity: 1;
    pointer-events: all;
  }
}
.l-header-tip-list__item .none {
  margin-left: -0.7rem;
}
@media screen and (max-width: 767px) {
  .l-header-tip-list__item .none {
    display: none;
  }
}
.l-header-tip-list__parent {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.6rem;
  color: #585858;
  padding: 0.9rem 3rem 0.9rem 1.4rem !important;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header-tip-list__parent {
    padding: 0;
  }
}
.l-header-tip-list__parent img {
  width: auto;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-tip-list__parent img {
    height: 2.1rem;
  }
}
@media (any-hover: hover) {
  .l-header-tip-list__parent:hover {
    opacity: 0.5;
  }
}
.l-header-tip-list__parent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #5A554D;
  border-left: 1px solid #5A554D;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header-tel {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.1rem;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .l-header-tel {
    display: none;
  }
}
.l-header-tel__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 0.3rem;
  color: #B98374;
  border: 1px solid #B98374;
  font-size: 1.5rem;
  line-height: 1.3;
}
.is-fixed .l-header-tel__txt {
  color: #fff;
  border: 1px solid #fff;
}
.l-header-tel__number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.6rem;
  font-size: 2.5rem;
  line-height: 1;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.l-header-tel__number a {
  color: #B98374;
  padding: 0 0 0.3rem;
}
.is-fixed .l-header-tel__number a {
  color: #fff;
}
.l-header-tel__img {
  width: 4rem;
  line-height: 0;
}
.is-fixed .l-header-tel__img {
  background: url(../img/common/icn_head_tel_wh.svg) 0 0/100% auto no-repeat;
}
.l-header-tel__img img {
  width: 100%;
}
.is-fixed .l-header-tel__img img {
  opacity: 0;
}
.l-header-tel__time {
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  margin: 0.3rem 0 0;
}
.is-fixed .l-header-tel__time {
  color: #fff;
}
.l-header-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  gap: 0.6rem 0;
  width: 6.4rem;
  height: 6.4rem;
  background: #585858;
  border-radius: 0.3rem;
  padding: 0.5rem 0 0;
  z-index: 11;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    width: 5.7rem;
    height: 5.7rem;
    border-radius: 0;
  }
}
.is-fixed .l-header-toggle {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .is-fixed .l-header-toggle {
    background: #585858;
  }
}
.l-header-toggle__inner {
  position: relative;
  width: 2rem;
  height: 1.4rem;
  margin: 0 auto;
}
.l-header-toggle__inner span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.is-fixed .l-header-toggle__inner span {
  background: #585858;
}
@media screen and (max-width: 767px) {
  .is-fixed .l-header-toggle__inner span {
    background: #fff;
  }
}
.l-header-toggle__inner span:first-child {
  top: 0;
}
.is-fixed .l-header-toggle__inner span:first-child {
  top: 0.6rem;
  transform: rotate(-45deg);
}
.l-header-toggle__inner span:nth-child(2) {
  top: calc(50% - 1px);
}
.is-fixed .l-header-toggle__inner span:nth-child(2) {
  opacity: 0;
}
.l-header-toggle__inner span:last-child {
  bottom: 1px;
}
.is-fixed .l-header-toggle__inner span:last-child {
  bottom: 0.7rem;
  transform: rotate(45deg);
}
.l-header-toggle__txt {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header-toggle__txt {
    font-size: 1rem;
  }
}
.is-fixed .l-header-toggle__txt {
  color: #585858;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .is-fixed .l-header-toggle__txt {
    color: #fff;
  }
}
.l-header-nav {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 3rem;
}
.l-header-nav__item {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 0;
}
@media (any-hover: hover) {
  .l-header-nav__item a:hover {
    color: #B98374;
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .l-header-nav__item.has-children:hover > .l-header-nav-children {
    pointer-events: all;
    opacity: 1;
  }
}
.l-header-nav__parent {
  position: relative;
  padding: 0 1.6rem 0 0;
  transition: 0.3s;
  cursor: pointer;
}
.l-header-nav__parent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #5A554D;
  border-left: 1px solid #5A554D;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header-nav-children {
  pointer-events: none;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: absolute;
  top: 100%;
  left: 0;
  width: 79.3rem;
  font-weight: 400;
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem 0.3rem rgba(0, 0, 0, 0.02);
  padding: 1.6rem 1.6rem 1.6rem 2.8rem;
  transition: 0.3s;
  z-index: 2;
}
.l-header-nav-children__head {
  width: 16rem;
  margin-top: 2rem;
}
.l-header-nav-children__content {
  width: 27rem;
}
.l-header-nav-children__content .l-header-nav-children__link:nth-last-child(-n+2) {
  margin-left: 2rem;
}
.l-header-nav-children__content .is-column .l-header-nav-children__link:nth-last-child(-n+2) {
  margin-left: 0;
}
.l-header-nav-children__menu {
  margin-top: 2rem;
}
.l-header-nav-children__menu.is-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-header-nav-children__menu.is-column .l-header-nav-children__link {
  width: 50%;
}
.l-header-nav-children__menu.is-column .l-header-nav-children__link:nth-child(-n+2) {
  margin-top: 0;
}
.l-header-nav-children__menu .l-header-nav-children__link {
  margin-top: 0.5rem;
}
.l-header-nav-children__menu .l-header-nav-children__link:first-child {
  margin-top: 0;
}
.l-header-nav-children__ttl {
  font-size: 4.2rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #B98374;
  margin: 0 0 1.2rem;
}
.l-header-nav-children__ttl span {
  font-style: italic;
}
.l-header-nav-children__ttl img {
  width: auto;
  height: 3.8rem;
}
.l-header-nav-children__img {
  width: 27.6rem;
  aspect-ratio: 46/57;
  overflow: hidden;
}
.l-header-nav-children__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-header-nav-children__link {
  font-size: 1.5rem;
}
.l-header-nav-children__link a {
  position: relative;
  padding: 0 0 0 1.6rem;
  transition: transform 0.3s ease-out;
  display: block;
}
.l-header-nav-children__link a:hover {
  opacity: 1;
  color: #B98374;
  transform: translateX(0.6rem);
}
.l-header-nav-children__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #B98374;
  border-right: 1px solid #B98374;
  transform: translateY(-50%) rotate(45deg);
}
.l-header-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #60554E;
  padding: 9.8rem 0 0;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .l-header-drawer {
    top: 5.7rem;
    height: calc(100vh - 5.7rem);
    background: transparent;
    overflow-y: scroll;
    padding: 0;
  }
}
.is-fixed .l-header-drawer {
  opacity: 1;
  pointer-events: all;
}
.l-header-drawer__logo {
  position: absolute;
  top: 2.7rem;
  left: 4rem;
  width: 30.9rem;
}
@media screen and (max-width: 767px) {
  .l-header-drawer__logo {
    display: none;
  }
}
.l-header-drawer-menu {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu {
    background: #60554E;
    padding: 0 0 15rem;
  }
}
.l-header-drawer-menu-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-list {
    flex-wrap: wrap;
    padding: 0 2.4rem;
  }
}
.l-header-drawer-menu-list.is-bottom {
  justify-content: flex-start;
  gap: 0 1.6rem;
  margin: 14rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-list.is-bottom {
    margin-top: 0;
    border-bottom: 1px solid #6A5F58;
  }
}
.l-header-drawer-menu-list__parent, .l-header-drawer-menu-list__link {
  font-size: 1.6rem;
}
.l-header-drawer-menu-list__parent a, .l-header-drawer-menu-list__link a {
  position: relative;
  color: #fff;
  padding: 0 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-list__parent a, .l-header-drawer-menu-list__link a {
    display: block;
    padding: 1.4rem 1rem;
  }
}
.l-header-drawer-menu-list__parent a::before, .l-header-drawer-menu-list__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.1rem;
  background-color: #9D8C80;
  mask-image: url(../img/common/icn_arrow_footer.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-list__parent a::before, .l-header-drawer-menu-list__link a::before {
    left: auto;
    right: 1.4rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    mask: none;
    background: none;
    transform: rotate(45deg) translateY(-50%);
  }
}
.l-header-drawer-menu-list__parent a.is-disabled[aria-disabled=true]::before, .l-header-drawer-menu-list__link a.is-disabled[aria-disabled=true]::before {
  content: none;
}
.l-header-drawer-menu-list__parent {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-list__parent {
    margin: 0;
  }
  .js-parent .l-header-drawer-menu-list__parent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.l-header-drawer-menu-list__item {
  width: calc((100% - 7.5rem) / 6);
  border-top: 1px solid #6A5F58;
  padding: 1.6rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-list__item {
    width: 100%;
    padding: 0;
  }
  .l-header-drawer-menu-list__item.js-parent .js-parent-trigger {
    position: absolute;
    top: 1.3rem;
    right: 0;
    width: 2.8rem;
    height: 3rem;
    background: url(../img/common/icn_menu_accordion_minus.png) 0 0/100% auto no-repeat;
  }
  .l-header-drawer-menu-list__item.js-parent .js-parent-trigger::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #6A5F58;
  }
  .l-header-drawer-menu-list__item.js-parent .l-header-drawer-menu-list__parent {
    position: relative;
  }
  .l-header-drawer-menu-list__item.js-parent .l-header-drawer-menu-list__parent::after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 1.3rem;
    right: 0;
    width: 2.8rem;
    height: 3rem;
    background: url(../img/common/icn_menu_accordion_plus.png) 0 0/100% auto no-repeat;
    transform: rotate(-90deg);
    transition: 0.3s;
  }
  .l-header-drawer-menu-list__item.js-parent.is-open .l-header-drawer-menu-list__parent::after {
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-list__item.js-parent .l-header-drawer-menu-list__parent a {
    width: calc(100% - 2.8rem);
  }
  .l-header-drawer-menu-list__item.js-parent .l-header-drawer-menu-list__parent a::before {
    content: none;
  }
}
@media screen and (min-width: 767.1px) {
  .l-header-drawer-menu-children {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-children {
    display: none;
  }
  .js-parent .l-header-drawer-menu-children {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
    margin-bottom: -1px;
    padding-left: 1.2rem;
  }
  .js-parent .l-header-drawer-menu-children::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6A5F58;
  }
}
.l-header-drawer-menu-children__item {
  line-height: 1.4;
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
.l-header-drawer-menu-children__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-children__item {
    width: calc(50% - 0.4rem);
    border-bottom: 1px solid #6A5F58;
    margin-top: 0;
  }
}
.l-header-drawer-menu-children__item a {
  position: relative;
  opacity: 0.7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-children__item a {
    position: relative;
    display: block;
    padding: 1.4rem 2.4rem 1.4rem 1rem;
  }
  .l-header-drawer-menu-children__item a::after {
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 1.4rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    mask: none;
    background: none;
    transform: rotate(45deg) translateY(-50%);
  }
}
.l-header-drawer-menu-children__item a.is-disabled[aria-disabled=true]::after {
  content: none;
}
@media (any-hover: hover) {
  .l-header-drawer-menu-children__item a:hover {
    opacity: 0.5;
  }
}
.l-header-drawer-menu-children.is-col2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 0;
}
.l-header-drawer-menu-children.is-col2 .l-header-drawer-menu-children__item {
  width: 50%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-children.is-col2 .l-header-drawer-menu-children__item {
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-children.is-col1 .l-header-drawer-menu-children__item {
    width: 100%;
  }
}
.l-header-drawer-menu-children__ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  opacity: 0.7;
  margin-top: 2.4rem;
}
.l-header-drawer-menu-children-column {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 1rem 1.6rem;
  margin: 1.6rem 0 0;
  padding: 0 0 0 1rem;
}
.l-header-drawer-menu-children-column__item {
  font-size: 1.4rem;
  line-height: 1.4;
}
.l-header-drawer-menu-children-column__item a {
  color: #fff;
  opacity: 0.7;
}
@media (any-hover: hover) {
  .l-header-drawer-menu-children-column__item a:hover {
    opacity: 0.5;
  }
}
.l-header-drawer-menu-children-column.is-col2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.l-header-drawer-menu-children-column.is-col2 .l-header-drawer-menu-children-column__item {
  width: 50%;
}
.l-header-drawer-menu-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.6rem;
  margin: 12.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-sns {
    justify-content: flex-end;
    margin: 6rem 0 0 auto;
    padding: 0 2.4rem 0 0;
  }
}
.l-header-drawer-menu-sns__item {
  width: 2.4rem;
  line-height: 1;
}
.l-header-drawer-menu-pickup {
  position: absolute;
  bottom: 3rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-header-drawer-menu-pickup {
    display: none;
  }
}
.l-header-drawer-menu-pickup__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 0.7rem;
  line-height: 1;
  margin: 0 0 1.4rem;
}
.l-header-drawer-menu-pickup__ttl .ja {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.l-header-drawer-menu-pickup__ttl .en {
  display: inline-block;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  background: linear-gradient(135deg, rgb(186, 155, 112) 0%, rgb(209, 188, 168) 51%, rgb(200, 157, 135) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
}
.l-header-drawer-menu-pickup-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 0.4rem;
  margin: 1.6rem 0 0;
}
.l-header-drawer-menu-pickup-list__item {
  width: 16rem;
}
.l-header-drawer__privacy {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-drawer__privacy {
    display: block;
    position: absolute;
    bottom: 15rem;
    left: 2.4rem;
    font-size: 1rem;
  }
  .l-header-drawer__privacy a {
    color: #fff;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html:has(body.is-fixed) {
  overscroll-behavior: none;
}

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.l-footer-movie-head {
  position: relative;
  max-width: 111.8rem;
  height: 60rem;
  margin: 0 auto;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer-movie-head {
    height: 39rem;
  }
}
.l-footer-movie-head__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-footer-movie-head__video--blur {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer-movie-head__video--blur {
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(16px);
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
  }
}
.l-footer-movie-head__ttl {
  position: absolute;
  top: 9.5rem;
  left: 5rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  text-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.35), 0 0 0.7rem rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .l-footer-movie-head__ttl {
    top: 4rem;
    left: 2.2rem;
    font-size: 1.5rem;
  }
}
.l-footer-movie-head__sub {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer-movie-head__sub {
    display: block;
    position: absolute;
    left: 0;
    bottom: 12rem;
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 53%, rgb(158, 122, 104) 100%);
    line-height: 1;
    padding: 0.5rem 2.6rem 0.7rem 1.2rem;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  }
}
.l-footer-movie-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
  position: absolute;
  bottom: 2.4rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-movie-list {
    justify-content: space-between;
    gap: 1rem 0;
    bottom: 1.5rem;
    padding: 0 1.6rem;
  }
}
.l-footer-movie-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: 34rem;
  height: 5.5rem;
  line-height: 1;
  background: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  color: #5A554D;
  border-radius: 0.3rem;
  padding: 0 0 1.9rem 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer-movie-list__item {
    width: calc(50% - 0.6rem);
    height: auto;
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    background: none;
    padding: 0 0 0.8rem 2.4rem;
  }
}
.l-footer-movie-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/common/icn_cta_check.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer-movie-list__item::before {
    top: auto;
    bottom: 0.6rem;
    left: 0.2rem;
    width: 1.3rem;
    height: 1.3rem;
    transform: none;
    background: url(../img/common/icn_cta_check_wh.svg) 0 0/100% auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-movie-list__item .c-grad {
    color: #fff;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
}
.l-footer-movie-list__item .num {
  display: inline-block;
  font-size: 3.4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 -1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-movie-list__item .num {
    font-size: 1.9rem;
  }
}
.l-footer-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 111.8rem;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-column {
    overflow: inherit;
  }
}
.l-footer-column__btn {
  width: 50%;
  height: 8.2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-column__btn {
    height: 6rem;
    font-size: 1.6rem;
    border-bottom-left-radius: 1.2rem;
  }
}
.l-footer-column__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  background: url(../img/common/bg_cta_btn.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer-column__btn a {
    position: relative;
    background: url(../img/common/bg_cta_btn_sp.png) 0 0/100% auto no-repeat;
  }
  .l-footer-column__btn a::before {
    content: "無料";
    position: absolute;
    top: 50%;
    left: 1.6rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.7rem;
    height: 2.5rem;
    font-size: 1rem;
    color: #fff;
    background: url(../img/common/bg_free_sp.svg) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
}
.l-footer-column__btn a > span {
  position: relative;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0 5.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer-column__btn a > span {
    padding: 0 0 0 1.2rem;
  }
  .l-footer-column__btn a > span > span {
    display: none;
  }
}
.l-footer-column__btn a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.3rem;
  height: 2.1rem;
  background: url(../img/common/icn_cta_mail.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer-column__btn a > span::before {
    content: none;
  }
}
.l-footer-column-tel {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 8.2rem;
  background: #B98374;
  padding: 0 4rem;
  box-shadow: 0.2rem 0.4rem 0.4rem rgba(255, 255, 255, 0.13) inset;
}
@media screen and (max-width: 767px) {
  .l-footer-column-tel {
    display: block;
    height: 6rem;
    text-align: center;
    border-bottom-right-radius: 1.2rem;
    padding: 1.1rem 1.6rem 0;
  }
}
.l-footer-column-tel__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 0.3rem;
  line-height: 1.2;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-column-tel__ttl {
    position: absolute;
    top: -0.9rem;
    left: 50%;
    width: 6.4rem;
    height: 1.8rem;
    border: 1px solid #F0F0F0;
    border-radius: 0.4rem;
    color: #A48470;
    font-size: 1.1rem;
    font-weight: 700;
    background: #fff;
    transform: translateX(-50%);
  }
  .l-footer-column-tel__ttl br {
    display: none;
  }
}
.l-footer-column-tel__num {
  position: relative;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  padding: 0 0 0 5.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-column-tel__num {
    display: inline-block;
    font-size: 2.2rem;
    padding: 0 0 0 3.4rem;
  }
}
.l-footer-column-tel__num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.7rem;
  height: 2.7rem;
  background: url(../img/common/icn_cta_free.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer-column-tel__num::before {
    width: 3rem;
    height: 1.7rem;
  }
}
.l-footer-column-tel__num a {
  color: #fff;
}
.l-footer-column-tel__time {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  border-left: 1px solid #fff;
  padding: 0.2rem 0 0.2rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-column-tel__time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    border: 0;
    padding: 0;
  }
}
.l-footer-column-tel__time span {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-column-tel__time span {
    font-size: 1.2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 0 0.8rem;
    padding: 0 0 0 0.8rem;
  }
}
.l-footer-cta {
  background: #FFF9F9;
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta {
    padding: 0 1rem 2.4rem;
  }
}
.l-footer-cta.-clinic {
  background: url(../img/clinic/bg_cta.png) 0 0/cover #fff;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta.-clinic {
    background: url(../img/clinic/bg_cta_sp.jpg) 0 0/cover #fff;
    padding-top: 3.6rem;
  }
}
.l-footer-cta-clinic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 111.8rem;
  background: #fff;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  overflow: hidden;
  margin: 0 auto;
  padding: 2.4rem 2.4rem 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-clinic {
    display: block;
    padding: 2.4rem;
  }
}
.l-footer-cta-clinic__content {
  width: 60.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-clinic__content {
    width: auto;
  }
}
.l-footer-cta-clinic__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
}
.l-footer-cta-clinic__ttl.-answer {
  font-size: 2.8rem;
  margin-right: -1em;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-clinic__ttl.-answer {
    font-size: 2rem;
    margin: 0 -1em 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cta-clinic__ttl {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 1.6rem;
  }
}
.l-footer-cta-clinic__ttl span {
  color: #B98374;
}
.l-footer-cta-clinic__txt {
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-clinic__txt {
    text-align: center;
    font-size: 1.3rem;
    margin: 1.6rem 0;
  }
  .l-footer-cta-clinic__txt.-left {
    text-align: left;
  }
}
.l-footer-cta-clinic__detail {
  width: 49.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-clinic__detail {
    width: 100%;
  }
}
.l-footer-cta-clinic-detail {
  width: 47.4rem !important;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-clinic-detail {
    width: 100% !important;
    margin: 0;
  }
}
.l-footer-cta-clinic-detail__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: column;
  background: url(../img/common/bg_circle.png) 0 0/100% auto no-repeat;
}
.l-footer-cta-clinic-detail__line {
  display: block;
  line-height: 1;
  text-align: center;
  color: #B98374;
  font-weight: 700;
}
.--b2 .l-footer-cta-clinic-detail__line {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.--b2 .l-footer-cta-clinic-detail__line .small {
  font-size: 2rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .--b2 .l-footer-cta-clinic-detail__line .small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .--b2 .l-footer-cta-clinic-detail__line {
    font-size: 1.5rem;
  }
}
.--b3 .l-footer-cta-clinic-detail__line {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .--b3 .l-footer-cta-clinic-detail__line {
    font-size: 1.7rem;
  }
}
.l-footer-cta-clinic-detail__center {
  line-height: 1;
}
.--b1 .l-footer-cta-clinic-detail__center {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.1rem;
  color: #B98374;
  letter-spacing: 0.03em;
  margin: 0.3rem 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .--b1 .l-footer-cta-clinic-detail__center {
    font-size: 1.5rem;
    margin: 0.6rem 0 0.6rem;
  }
}
.--b2 .l-footer-cta-clinic-detail__center {
  font-size: 1.4rem;
  margin: 0.5rem 0 -0.5rem;
}
@media screen and (max-width: 767px) {
  .--b2 .l-footer-cta-clinic-detail__center {
    font-size: 1.2rem;
    margin: 0.3rem 0 -0.5rem;
  }
}
.--b3 .l-footer-cta-clinic-detail__center {
  position: relative;
  text-align: center;
}
.--b1 .l-footer-cta-clinic-detail__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .--b1 .l-footer-cta-clinic-detail__num {
    font-size: 3.2rem;
  }
}
.--b2 .l-footer-cta-clinic-detail__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 4.1rem;
}
@media screen and (max-width: 767px) {
  .--b2 .l-footer-cta-clinic-detail__num {
    font-size: 3.4rem;
  }
}
.--b2 .l-footer-cta-clinic-detail__num span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .--b2 .l-footer-cta-clinic-detail__num span {
    font-size: 1.5rem;
  }
}
.--b3 .l-footer-cta-clinic-detail__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.4rem;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .--b3 .l-footer-cta-clinic-detail__num {
    font-size: 2.8rem;
  }
}
.--b1 .l-footer-cta-clinic-detail__unit {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .--b1 .l-footer-cta-clinic-detail__unit {
    font-size: 1.6rem;
  }
}
.--b3 .l-footer-cta-clinic-detail__unit {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #B98374;
}
.--b3 .l-footer-cta-clinic-detail__unit span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .--b3 .l-footer-cta-clinic-detail__unit {
    font-size: 1rem;
  }
}
.--b3 .l-footer-cta-clinic-detail__vertical {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .--b3 .l-footer-cta-clinic-detail__vertical {
    font-size: 1rem;
  }
}
.l-footer-cta-clinic-detail__last {
  text-align: center;
  line-height: 1;
}
.--b2 .l-footer-cta-clinic-detail__last {
  font-size: 2.1rem;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .--b2 .l-footer-cta-clinic-detail__last {
    font-size: 1.8rem;
  }
}
.l-footer-cta-clinic-detail__note {
  text-align: center;
}
.--b1 .l-footer-cta-clinic-detail__note {
  letter-spacing: 0.03em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .--b1 .l-footer-cta-clinic-detail__note {
    font-size: 1.2rem;
  }
}
.--b3 .l-footer-cta-clinic-detail__note {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .--b3 .l-footer-cta-clinic-detail__note {
    font-size: 0.8rem;
  }
}
.l-footer-cta-clinic__img {
  width: 39.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-clinic__img {
    width: calc(100% + 2.4rem);
    margin-right: -2.4rem;
  }
}
.l-footer-cta-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 111.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
  margin: 0 auto;
}
.-clinic .l-footer-cta-btns {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .-clinic .l-footer-cta-btns {
    overflow: initial;
  }
}
.l-footer-cta-btns__img {
  display: block;
}
.l-footer-cta-btns__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-btns__item {
    margin-top: -0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cta-btns__item + .l-footer-cta-btns__item {
    margin-top: -0.75rem;
  }
}
.l-footer-cta__txt {
  text-align: center;
  line-height: 2.2;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-cta__txt {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 2.2rem 0 0;
  }
}
.l-footer-cta__img {
  display: block;
  max-width: 112rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer-cta__img {
    width: 38rem;
    margin: 4rem auto 0;
  }
}
.l-footer-cta-back {
  width: 112rem;
  height: 38.3rem;
  background: url(../img/common/bg_back.png) 0 0/100% auto no-repeat;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back {
    width: 38rem;
    height: 33rem;
    background: url(../img/common/bg_back_sp.png) 0 0/100% auto no-repeat;
    margin-top: 2.2rem;
    padding: 2.5rem 0 0;
  }
}
.l-footer-cta-back__pre {
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.03em;
  padding: 3rem 0 2.4rem;
  margin: 0 1.8rem 5.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__pre {
    font-size: 1.5rem;
    padding: 0 0 1rem;
    margin: 0 0 1.4rem;
  }
}
.l-footer-cta-back__ttl {
  position: relative;
  text-align: center;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__ttl {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.l-footer-cta-back__ttl span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__ttl span {
    font-size: 2.6rem;
  }
}
.l-footer-cta-back__ttl::before, .l-footer-cta-back__ttl::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  width: 4.5rem;
  height: 8.9rem;
  background: url(../img/common/icn_back.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__ttl::before, .l-footer-cta-back__ttl::after {
    top: 4.5rem;
    width: 3.5rem;
    height: 7rem;
  }
}
.l-footer-cta-back__ttl::before {
  left: 12rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__ttl::before {
    left: 2.5rem;
  }
}
.l-footer-cta-back__ttl::after {
  right: 12rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__ttl::after {
    right: 2.5rem;
  }
}
.l-footer-cta-back__img {
  display: block;
  width: 69rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__img {
    width: 34rem;
  }
}
.l-footer-cta-back__txt {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2rem;
  }
}
.l-footer-cta-back__notes {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-cta-back__notes {
    font-size: 1.1rem;
  }
}
.l-footer__menu {
  background: #60554E;
  padding: 8rem 0 2.4rem;
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    padding: 2.4rem 2.4rem 13rem;
  }
}
.l-footer__wrap {
  max-width: 112rem;
  margin: 0 auto;
}
.l-footer-mind {
  background: #FCF8F8;
  border-radius: 0.6rem;
  padding: 5rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer-mind {
    padding: 2.8rem 0 0;
  }
}
.l-footer-mind__txt {
  text-align: center;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-mind__txt {
    font-size: 1.4rem;
    margin: 0 0 1.6rem;
  }
}
.l-footer-mind__ttl {
  text-align: center;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer-mind__ttl {
    font-size: 2.4rem;
  }
}
.l-footer-mind__ttl .inner {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid rgba(186, 186, 186, 0.3);
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-mind__ttl .inner {
    border-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-mind__ttl .inner span {
    display: block;
    border-bottom: 1px solid rgba(186, 186, 186, 0.3);
    padding: 0 0 0.8rem;
    margin-top: 1.5rem;
  }
  .l-footer-mind__ttl .inner span:first-child {
    margin-top: 0;
  }
}
.l-footer-mind__en {
  text-align: center;
  font-size: 1.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.13em;
  margin: 1.2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-mind__en {
    font-size: 1.3rem;
    margin: 1.2rem 0 1.6rem;
  }
}
.l-footer-mind__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-footer-mind-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: max-content;
  animation: footer-mind-scroll 180s linear infinite;
}
.l-footer-mind-list.is-last {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer-mind-list.is-last {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 0.6rem;
  }
}
@media (any-hover: hover) {
  .l-footer-mind-list:hover {
    animation-play-state: paused;
  }
}
.l-footer-mind-list.is-reverse {
  animation-direction: reverse;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-mind-list.is-reverse {
    margin-top: 0.6rem;
  }
}
.l-footer-mind-list__item {
  flex-shrink: 0;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-mind-list__item {
    font-size: 1.2rem;
  }
}
.l-footer-mind-list__item a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 0.3rem;
  padding: 1.2rem 4.5rem 1.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-mind-list__item a {
    padding: 1rem 3.8rem 1rem 1.6rem;
  }
}
.l-footer-mind-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.9rem;
  width: 1.6rem;
  height: 1.1rem;
  background-color: #D4A3A2;
  mask-image: url(../img/common/icn_arrow_footer.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer-mind-list__item a::before {
    right: 1.6rem;
    width: 1.3rem;
    height: 0.9rem;
  }
}
.l-footer-mind__img {
  width: 42.8rem;
  margin: 2rem auto -1px;
}
@media screen and (max-width: 767px) {
  .l-footer-mind__img {
    width: 31.9rem;
  }
}
.l-footer-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-menu {
    flex-flow: column;
    margin: 2.4rem 0 0;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #6A5F58;
  }
}
.l-footer-menu__left {
  width: 48.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu__left {
    width: auto;
  }
}
.l-footer-menu__right {
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu__right {
    width: auto;
  }
}
.l-footer-menu-about {
  background: #6A5F58;
  padding: 3.2rem 2.4rem;
}
.l-footer-menu-about__logo {
  width: 24.5rem;
  margin: 0 auto;
}
.l-footer-menu-about__txt {
  color: #fff;
  line-height: 1.7;
  font-size: 1.3rem;
  margin: 2rem 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-about__txt {
    font-size: 1.2rem;
    margin: 2rem 0 1.6rem;
  }
}
.l-footer-menu-about__btn {
  width: 24rem !important;
  height: 5rem !important;
  font-size: 1.4rem;
}
.l-footer-menu-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #6A5F58;
  padding: 1.5rem 0;
  margin: 1.5rem 0 0;
}
.l-footer-menu-sns__ttl {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.l-footer-menu-sns__ttl span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 1.4rem 0 0;
}
.l-footer-menu-sns-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 1.6rem;
}
.l-footer-menu-sns-list__item {
  width: 2.4rem;
  line-height: 1;
}
.l-footer-menu-pickup {
  margin: 3rem 0 0;
}
.l-footer-menu-pickup__ttl {
  line-height: 1;
}
.l-footer-menu-pickup__ttl .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.l-footer-menu-pickup__ttl .en {
  display: inline-block;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  background: linear-gradient(135deg, rgb(186, 155, 112) 0%, rgb(209, 188, 168) 51%, rgb(200, 157, 135) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-pickup__scroll {
    padding: 0 0 2.8rem;
    margin: 0 -2.4rem 2.4rem 0;
  }
  .l-footer-menu-pickup__scroll .simplebar-scrollbar::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #fff;
    border-radius: 0;
  }
  .l-footer-menu-pickup__scroll .simplebar-track {
    width: calc(100% - 2.4rem);
    height: 2px;
    background: #6A5F58;
  }
}
.l-footer-menu-pickup-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-pickup-list {
    width: 51.2rem;
    padding-right: 2.4rem;
  }
}
.l-footer-menu-pickup-list__item {
  width: 16rem;
}
.l-footer-menu-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list {
    flex-flow: column;
  }
}
.l-footer-menu-list + .l-footer-menu-list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list + .l-footer-menu-list {
    margin-top: 1.6rem;
  }
}
.l-footer-menu-list__parent, .l-footer-menu-list__link {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list__parent, .l-footer-menu-list__link {
    font-size: 1.5rem;
  }
}
.l-footer-menu-list__parent a, .l-footer-menu-list__link a {
  position: relative;
  color: #fff;
  padding: 0 0 0 2.5rem;
}
.l-footer-menu-list__parent a::before, .l-footer-menu-list__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.1rem;
  background-color: #9D8C80;
  mask-image: url(../img/common/icn_arrow_footer.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: translateY(-50%);
}
.l-footer-menu-list__parent {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list__parent {
    margin: 0 0 1.5rem;
  }
}
.l-footer-menu-list__item {
  width: 32%;
  border-top: 1px solid #6A5F58;
  padding: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list__item {
    width: 100%;
    margin-top: 1.6rem;
  }
  .l-footer-menu-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children > .l-footer-menu-children-column {
    padding: 0;
    margin: 0;
  }
}
.l-footer-menu-children__item {
  line-height: 1.4;
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children__item {
    width: 50%;
  }
}
.l-footer-menu-children__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.l-footer-menu-children__item a {
  opacity: 0.7;
  color: #fff;
}
@media (any-hover: hover) {
  .l-footer-menu-children__item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children__block {
    width: 100%;
    margin-top: 2rem;
  }
  .l-footer-menu-children__block:first-child {
    margin-top: 0;
  }
}
.l-footer-menu-children.is-col2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 0;
}
.l-footer-menu-children.is-col2 .l-footer-menu-children__item {
  width: 50%;
  margin-top: 0;
}
.l-footer-menu-children__ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  opacity: 0.7;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children__ttl {
    margin-top: 0;
  }
}
.l-footer-menu-children-column {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 1rem 1.6rem;
  margin: 1.6rem 0 0;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.2rem 0 0;
  }
}
.l-footer-menu-children-column__item {
  font-size: 1.4rem;
  line-height: 1.4;
}
.l-footer-menu-children-column__item a {
  color: #fff;
  opacity: 0.7;
}
@media (any-hover: hover) {
  .l-footer-menu-children-column__item a:hover {
    opacity: 0.5;
  }
}
.l-footer-menu-children-column.is-col2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children-column.is-col2 {
    justify-content: flex-start;
    gap: 0 1.6rem;
  }
}
.l-footer-menu-children-column.is-col2 .l-footer-menu-children-column__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children-column.is-col2 .l-footer-menu-children-column__item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children-column.is-col2.is-none {
    justify-content: flex-start;
    gap: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu-children-column.is-col2.is-none .l-footer-menu-children-column__item {
    width: auto;
  }
}
.l-footer-link {
  width: 23.6rem;
  margin: 4.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-link {
    margin: 2.4rem auto 0;
  }
}
.l-footer-link__txt {
  text-align: center;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-link__txt {
    font-size: 1.2rem;
    margin: 1.2rem 0 0;
  }
}
.l-footer-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #F5EBEB;
  padding-top: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom {
    border-top: 1px solid #6A5F58;
    padding: 3.8rem 0 0;
    margin: 2.4rem 0 0;
  }
}
.l-footer-bottom__privacy {
  width: 30%;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom__privacy {
    font-size: 1rem;
  }
}
.l-footer-bottom__privacy a {
  color: #fff;
}
.l-footer-bottom__scroll {
  width: 30%;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom__scroll {
    display: none;
  }
}
.l-footer-bottom__scroll a {
  position: relative;
  color: #fff;
  padding: 0 0 0 1.8rem;
}
.l-footer-bottom__scroll a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #D4A3A2;
  border-right: 1px solid #D4A3A2;
  transform: rotate(-45deg);
}
.l-footer-bottom__copy {
  width: 30%;
  text-align: right;
  font-size: 1.1rem;
  color: #979797;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom__copy {
    width: auto;
    font-size: 1rem;
  }
}
.l-footer-bottom__copy a {
  color: #979797;
}

/*
.js-tab-content {
	display: none;
}
.js-tab-content.is-active {
	display: block;
}
*/
.js-tab-contents {
  position: relative;
  transition: height 0.25s ease;
}

.js-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* 幅だけ合わせる */
  /* bottom は付けない = 高さは中身で決まる */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.js-tab-content.is-show {
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s;
}

.js-tab-content.is-active {
  opacity: 1;
  pointer-events: auto;
}

.js-accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.c-heading__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-heading__en {
    font-size: 6.2rem;
  }
}
.c-heading.u-wh .c-heading__en {
  color: #fff;
}
.c-heading.u-wh .c-heading__en span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.c-heading.u-wh .c-heading__ttl {
  color: #fff;
}
.c-heading.u-left .c-heading__en, .c-heading.u-left .c-heading__ttl {
  text-align: left;
}
.c-heading .brown {
  color: #B98374;
}
.c-heading .white {
  color: #fff;
}
.c-heading__ttl {
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #B98374;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-heading__ttl {
    font-size: 1.6rem;
    margin: 0.8rem 0 0;
  }
}

@keyframes c-btn-icon-slide {
  0% {
    background-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    animation-timing-function: ease-in;
  }
  40% {
    background-position: 140% 50%;
    -webkit-mask-position: 140% 50%;
    mask-position: 140% 50%;
  }
  41% {
    background-position: -40% 50%;
    -webkit-mask-position: -40% 50%;
    mask-position: -40% 50%;
    animation-timing-function: ease-out;
  }
  100% {
    background-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
  }
}
.c-btn {
  position: relative;
  width: 32.1rem;
  height: 6.5rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  --circle: #F5EBEB;
  --text: #B98374;
  --arrow: #B98374;
  --bg: #FFF8F5;
  border-radius: 5rem;
}
.c-btn.-trans {
  --circle: transparent;
  --arrow: #fff;
  --text: #fff;
  --bg: transparent;
}
.c-btn.-trans a,
.c-btn.-trans button {
  border: 1px solid #fff;
}
.c-btn.-brown {
  --circle: #A66D5D;
  --arrow: #fff;
  --text: #fff;
  --bg: #B98374;
}
@media (any-hover: hover) {
  .c-btn.-brown a:hover,
  .c-btn.-brown button:hover {
    background: #ad7768;
  }
  .c-btn.-brown a:hover::before,
  .c-btn.-brown button:hover::before {
    background-color: #986253;
  }
}
.c-btn.-pg {
  --circle: #92573C;
  --arrow: #fff;
  --text: #fff;
}
.c-btn.-black {
  --circle: #3F392F;
  --arrow: #fff;
  --text: #fff;
  --bg: #5A554D;
}
.c-btn.-white {
  --circle: #fff;
  --arrow: #D4A3A2;
  --text: #666;
  --bg: #fff;
}
.c-btn.-shadow a::before,
.c-btn.-shadow button::before {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}
.c-btn.-out {
  padding-bottom: 0.2rem;
}
.c-btn.-out a,
.c-btn.-out button {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}
.c-btn.-in::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0.3rem 0.4rem 0.6rem rgba(255, 255, 255, 0.2) inset;
  z-index: 1;
  border-radius: 5rem;
}
.c-btn.-blank a::before,
.c-btn.-blank button::before {
  content: none;
}
.c-btn.-blank a::after,
.c-btn.-blank button::after {
  right: 2.4rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icn_blank.svg) center center/100% auto no-repeat;
  mask-image: none;
}
.c-btn.-reverse a::before,
.c-btn.-reverse button::before {
  left: 2rem;
}
.c-btn.-reverse a::after,
.c-btn.-reverse button::after {
  left: 2rem;
  transform: scale(-1, 1) translateY(-50%);
}
.c-btn.-pg a,
.c-btn.-pg button {
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
}
.c-btn.-small {
  width: 41rem;
  height: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn.-small {
    width: 100%;
  }
}
.c-btn.-small a::before,
.c-btn.-small button::before {
  right: 1rem;
}
.c-btn.-small a::after,
.c-btn.-small button::after {
  right: 1rem;
}
.c-btn.-modal {
  width: 41rem;
  height: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn.-modal {
    width: 100%;
  }
}
.c-btn.-modal a::before,
.c-btn.-modal button::before {
  right: 1rem;
}
.c-btn.-modal a::after,
.c-btn.-modal button::after {
  right: 1rem;
  background: url(../img/common/icn_modal.svg) center center/1rem auto no-repeat;
  mask: none;
}
.c-btn a,
.c-btn button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--bg);
  border-radius: 5rem;
  color: var(--text);
  font-weight: 500;
}
.c-btn a::before,
.c-btn button::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--circle);
}
.c-btn a::after,
.c-btn button::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  background-color: var(--arrow);
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 40%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (any-hover: hover) {
  .c-btn a:hover,
  .c-btn button:hover {
    opacity: 1;
  }
  .c-btn a:hover::after,
  .c-btn button:hover::after {
    animation: c-btn-icon-slide 0.45s forwards;
  }
}

.c-float-filter {
  position: relative;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  gap: 0.6rem 0;
  width: 42rem;
  height: 6.6rem;
  background: #B98374;
  z-index: 5;
  border-radius: 0.6rem;
  margin-left: -21rem;
  transform: translateY(8.6rem);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-float-filter {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 26rem);
    height: 3.9rem;
    margin: 0;
    border-radius: 0.3rem;
    transform: none;
  }
}
.is-active .c-float-filter {
  transform: translateX(0);
}
.c-float-filter::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.1rem;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/common/icn_filter.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-float-filter::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-float-filter__en {
  text-align: center;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-float-filter__en {
    display: none;
  }
}
.c-float-filter__txt {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-float-filter__txt {
    font-size: 1.3rem;
    padding: 0 0 0 2rem;
  }
}
.c-float__side {
  position: fixed;
  top: 50%;
  right: 0;
  width: 5.4rem;
  z-index: 5;
  transform: translateX(5.4rem) translateY(-50%);
  transition: 0.3s;
}
.is-active .c-float__side {
  transform: translateX(0) translateY(-50%);
}
.c-float__side .txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-float__side {
    width: 25.6rem;
    height: 3.9rem;
    background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 53%, rgb(158, 122, 104) 100%);
    border-radius: 0.3rem;
    font-weight: bold;
  }
  .c-float__side img {
    display: none;
  }
  .c-float__side .txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 0 0.5rem;
    font-size: 1.3rem;
    color: #fff;
    padding-right: 1.2rem;
  }
  .c-float__side .txt span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.1rem;
    height: 2.1rem;
    font-size: 1rem;
    background: url(../img/common/bg_float_side_sp.svg) center center/100% auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .c-float__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 0.4rem;
    z-index: 5;
    transform: translateY(4.7rem);
    transition: 0.3s;
  }
  .is-active .c-float__menu {
    transform: translateY(0);
  }
  .c-float__menu:not(:has(.c-float__select, .c-float-filter)) .c-float__side {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-float__menu .c-float__side {
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
  }
}
.c-float__select {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-float__select {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 26rem);
    height: 3.9rem;
    background: #B98374;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    text-align-last: center;
    border-radius: 0.3rem;
  }
  .c-float__select::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.3rem;
    width: 0.6rem;
    height: 1.2rem;
    background: url(../img/common/icn_index.svg) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
  .c-float__select select {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 0 0 1.2rem;
  }
}
.c-float__pagetop {
  position: fixed;
  bottom: 2rem;
  left: 0;
  width: 8.5rem;
  z-index: 5;
  transform: translateX(-8.5rem);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-float__pagetop {
    bottom: 5rem;
    width: 6.5rem;
    transform: translateX(-6.5rem);
  }
}
.is-active .c-float__pagetop {
  transform: translateX(0);
}

.c-mv {
  position: relative;
  height: 39rem;
}
.c-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-mv.-grad::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .c-mv.-grad::after {
    height: 6rem;
  }
}
.c-mv.-tall {
  height: 49.8rem;
}
@media screen and (max-width: 767px) {
  .c-mv.-tall {
    height: auto;
  }
}
.c-mv.-olumiant {
  height: 44rem;
}
@media screen and (max-width: 767px) {
  .c-mv.-olumiant {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-mv {
    height: auto;
  }
}
.c-mv__bread {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 100%;
  max-width: 112rem;
  line-height: 2;
  transform: translateX(-50%);
  z-index: 3;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .c-mv__bread {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    max-width: inherit;
    width: calc(100% - 4.8rem);
    padding: 0 0 0.9rem;
  }
  .c-mv__bread .simplebar-scrollbar::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #979797;
    border-radius: 0;
  }
  .c-mv__bread .simplebar-track {
    width: 100%;
    height: 2px;
    background: #ddd;
  }
}
.c-mv__bread ol {
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-mv__bread ol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 2rem;
    width: max-content;
    min-width: 100%;
  }
}
.c-mv__bread ol li {
  display: inline;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-mv__bread ol li {
    margin-right: 0;
  }
}
.c-mv__bread ol li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -1.3rem;
}
.c-mv__bread ol li:last-child {
  margin-right: 0;
}
.c-mv__bread ol li:last-child::before {
  content: none;
}
.c-mv__bread ol li a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-mv__bread ol li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.c-mv__block {
  position: relative;
  max-width: 112rem;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-mv__block {
    padding: 4.3rem 2.4rem 2.4rem 2.4rem;
  }
  .u-small .c-mv__block {
    padding-bottom: 5.5rem;
  }
}
.c-mv__btn {
  position: absolute;
  bottom: -4.2rem;
  left: 0;
  width: 28rem;
  height: 6.6rem;
  font-weight: 700;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-mv__btn {
    bottom: -3.1rem;
    left: 50%;
    width: 32.4rem;
    height: 6.2rem;
    transform: translateX(-50%);
  }
}
.c-mv__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 50%, rgb(158, 122, 104) 100%);
  color: #fff;
  border: 1px solid #FFEBE6;
  box-shadow: 0 0.2rem 0.9rem rgba(0, 0, 0, 0.19), 0.2rem 0.4rem 0.4rem rgba(255, 255, 255, 0.13) inset;
  border-radius: 6.6rem;
}
.c-mv__btn a .txt {
  font-weight: 700;
  font-size: 1.7rem;
}
.c-mv__btn a .pop {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  width: 14.3rem;
  font-weight: 900;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.4rem;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  transform: translateX(-50%);
  padding: 0.5rem 0;
}
.c-mv__inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-mv__inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.c-mv__head {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-mv__head {
    width: calc(100% - 18rem);
    min-height: 22.3rem;
  }
  .u-small .c-mv__head {
    width: 100%;
  }
  .-tall .c-mv__head {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__phead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    width: calc(100% - 15rem);
    min-height: 19rem;
  }
}
.c-mv-img {
  position: absolute;
  bottom: 1.6rem;
  right: 0;
  width: 23.6rem;
  height: 32.7rem;
}
@media screen and (max-width: 767px) {
  .c-mv-img {
    top: 4.7rem;
    right: 2.4rem;
    bottom: auto;
    width: 16rem;
    height: 22.3rem;
  }
}
@media screen and (max-width: 767px) {
  .u-small .c-mv-img {
    width: 13.7rem;
    height: 19rem;
  }
}
.-tall .c-mv-img {
  width: 28.1rem;
  height: 38.8rem;
  bottom: 5.3rem;
}
@media screen and (max-width: 767px) {
  .-tall .c-mv-img {
    top: 4.7rem;
    right: 2.4rem;
    bottom: auto;
    width: 16rem;
    height: 20.8rem;
  }
  .-tall .c-mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.-olumiant .c-mv-img {
  width: 34.9rem;
  height: 28.1rem;
  bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .-olumiant .c-mv-img {
    top: 10rem;
    bottom: auto;
    width: 15.3rem;
    height: 12.3rem;
  }
}
.c-mv-img__photo {
  position: relative;
  height: 100%;
}
.c-mv-img__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-mv:has(.c-mv__phead) .c-mv__block {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv:has(.c-mv__phead) .c-mv-img {
    top: 6rem;
  }
  .c-mv:has(.c-mv__phead) .c-mv-img.-olumiant {
    top: 12.6rem;
  }
}
.c-mv-badge {
  position: absolute;
  top: -0.9rem;
  right: -1.2rem;
}
.c-mv-badge__pre {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  padding: 1.1rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-mv-badge__pre {
    font-size: 0.8rem;
    padding: 0.85rem 0 0;
  }
}
.c-mv-badge__num {
  position: relative;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-mv-badge__num {
    font-size: 1.1rem;
  }
}
.c-mv-badge__inner {
  position: relative;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .c-mv-badge__inner {
    width: 3.7rem;
    height: 3.7rem;
  }
}
.c-mv-badge__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/menu/icn_badge.svg) 0 0/100% auto no-repeat;
  animation: rotation 35s linear infinite;
}
.c-mv__en {
  line-height: 1;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 10rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-mv__en {
    font-size: 6rem;
    margin-right: -1em;
  }
  .-tall .c-mv__en {
    margin: 1.6rem 0 0 0;
  }
  .-tall .c-mv__en .grad {
    padding-left: 0.5rem;
  }
}
.c-mv__en .grad {
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-mv__en .grad span {
  font-style: italic;
  color: #B98374;
}
.c-mv__limited {
  display: inline-block;
  color: #B98374;
  border: 1px solid #B98374;
  line-height: 1.4;
  padding: 0.5rem 1.6rem;
  margin: 0 0 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-mv__limited {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
.c-mv__ttl {
  color: #B98374;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-mv__ttl {
    font-size: 1.4rem;
    margin: 0.8rem 0 0;
  }
}
.c-mv__pre {
  font-size: 2.6rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-mv__pre {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.c-mv__pttl {
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .c-mv__pttl {
    font-size: 3rem;
    margin: 0.5rem 0 0;
  }
  .c-mv__pttl .u-sp {
    line-height: 0;
  }
}
.c-mv__pttl sup {
  top: auto;
  vertical-align: top;
  font-size: 2.4rem;
  line-height: 1;
}
.c-mv__txt {
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
  margin: 2.4rem 0 0;
  z-index: 2;
}
.c-mv__txt .bold {
  font-weight: 700;
}
.c-mv__txt .link {
  display: block;
  color: #979797;
}
@media screen and (max-width: 767px) {
  .c-mv__txt .link {
    margin: 0.5rem 0 0;
  }
}
.c-mv__txt .link a {
  color: #979797;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-mv__txt {
    font-size: 1.2rem;
    margin: 1.6rem 0 0;
  }
}
.c-mv-free {
  width: 34.3rem;
  margin: 2.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-mv-free {
    width: 100%;
    margin: 1.6rem 0 0;
  }
}
.c-mv-free__txt {
  border: 1px solid #B98374;
  text-align: center;
  font-size: 1.5rem;
  color: #B98374;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .c-mv-free__txt {
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }
}
.c-mv-free__notes {
  text-align: center;
  color: #979797;
  font-size: 1.2rem;
  margin: 0.8rem 0 0;
}
.c-mv-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 1.2rem 0;
  width: 55.2rem;
  height: 20rem;
  background: #fff;
  padding: 0 2.4rem;
  border-radius: 0.8rem;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-mv-bg {
    width: 100%;
    height: 15rem;
    gap: 0.8rem 0;
    margin-top: 5.6rem;
  }
  .c-mv-bg.-faga {
    height: 17rem;
    margin-top: 3.2rem;
  }
}
.c-mv-bg__ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-mv-bg__ttl {
    font-size: 1.5rem;
  }
}
.c-mv-bg__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-mv-bg__txt {
    font-size: 1.2rem;
  }
}

.c-grad {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-grad--gd {
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 53%, rgb(158, 122, 104) 100%);
}
.c-grad-bg {
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
}

.c-case {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-case-note__wrap {
    padding: 0 0 8rem;
    margin: 0 0 2.4rem;
  }
}
.c-case-slide {
  position: relative;
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide {
    padding: 0 0 2.4rem;
  }
}
.c-case-slide:not(:has(.slick-dots)) {
  padding: 0 0 11rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide:not(:has(.slick-dots)) {
    padding: 0 0 2.4rem;
  }
}
.c-case-slide:not(:has(.slick-dots)) + .c-case-slide-note {
  bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide:not(:has(.slick-dots)) + .c-case-slide-note {
    bottom: auto;
  }
}
.c-case-slide .slick-arrow {
  position: absolute;
  bottom: 3.9rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide .slick-arrow {
    bottom: 2.4rem;
    z-index: 2;
  }
}
.c-case-slide .slick-arrow.slick-prev {
  left: calc(50% - 15rem);
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: translateX(-50%) scale(-1, 1);
}
.c-case-slide .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-case-slide .slick-arrow.slick-next {
  right: calc(50% - 16.05rem);
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.c-case-slide .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-case-slide .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  margin: 11rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-case-slide .slick-dots {
    width: 100%;
    margin: 3.2rem 0 0;
  }
}
.c-case-slide .slick-dots li {
  line-height: 0;
}
.c-case-slide .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #fff;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 0.5;
}
.c-case-slide .slick-dots li.slick-active button {
  opacity: 1;
}
.c-case-slide__item {
  width: 93rem !important;
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide__item {
    width: 37rem !important;
    margin: 0 0.4rem;
  }
}
.c-case-slide__block {
  position: relative;
  width: 100%;
  min-height: 45rem;
  background: #fff;
  clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
  padding: 3rem 34rem 3rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide__block {
    height: auto;
    padding: 0 0 2.4rem;
    clip-path: none;
  }
}
.c-case-slide-head {
  position: relative;
  border-bottom: 1px solid #D5D5D5;
  padding: 0 0 1rem 7.6rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head {
    border-bottom: 0;
    min-height: 7.4rem;
    margin-bottom: -0.2rem;
    padding: 1.5rem 0 1rem 8.2rem;
  }
}
.c-case-slide-head__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head__img {
    top: auto;
    left: 1.6rem;
    bottom: 0;
  }
}
.c-case-slide-head-prof {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-prof {
    width: 22rem;
  }
}
.c-case-slide-head-prof__age {
  line-height: 1;
  font-size: 2rem;
  color: #B98374;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-prof__age {
    flex-shrink: 0;
  }
}
.c-case-slide-head-prof__age span {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.7rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-prof__age span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
  }
}
.c-case-slide-head-prof__name {
  line-height: 1;
  font-size: 2rem;
  color: #B98374;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-prof__name {
    font-size: 1.8rem;
  }
}
.c-case-slide-head-prof__name span {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-prof__name span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
  }
}
.c-case-slide-head-cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.5rem 0 0;
  padding: 0 18rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-cat {
    gap: 0.2rem;
    margin: 1rem 0 0;
    padding: 0 10rem 0 0;
  }
}
.c-case-slide-head-cat__item {
  background: #F1F1F1;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.8rem 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-cat__item {
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
  }
}
.c-case-slide-head-time {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-time {
    display: block;
    top: 50%;
    right: 1.2rem;
    bottom: auto;
    transform: translateY(-50%);
    padding-left: 1.6rem;
    border-left: 1px solid #D5D5D5;
  }
}
.c-case-slide-head-time__ttl {
  position: relative;
  font-size: 1.8rem;
  color: #979797;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-time__ttl {
    font-size: 1.2rem;
    padding: 0;
  }
}
.c-case-slide-head-time__ttl::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 1px;
  height: 1.7rem;
  background: #D5D5D5;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-time__ttl::after {
    content: none;
  }
}
.c-case-slide-head-time__num {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-time__num {
    text-align: center;
  }
}
.c-case-slide-head-time__num span {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-case-slide-head-time__num span {
    font-size: 2rem;
  }
}
.c-case-slide-detail-treat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 0.9rem;
  border-bottom: 1px solid #D5D5D5;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-treat {
    margin: 1.6rem 1.6rem 0;
  }
}
.c-case-slide-detail-treat__ttl {
  width: 10.8rem;
  color: #979797;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-treat__ttl {
    width: 6rem;
    font-size: 1.2rem;
  }
}
.c-case-slide-detail-treat__txt {
  width: calc(100% - 10.8rem);
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-treat__txt {
    width: calc(100% - 6rem);
    font-size: 1.4rem;
  }
}
.c-case-slide-detail-treat__txt a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-case-slide-detail-treat__txt a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.c-case-slide-detail__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #D5D5D5;
  margin: 1.2rem 0 0;
  padding: 0 0 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail__column {
    margin: 1.6rem 1.6rem 0;
  }
}
.c-case-slide-detail-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-price {
    width: 55%;
  }
}
.c-case-slide-detail-price__ttl {
  width: 10.8rem;
  color: #979797;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-price__ttl {
    width: 6rem;
    font-size: 1.2rem;
  }
}
.c-case-slide-detail-price__txt {
  width: calc(100% - 10.8rem);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-price__txt {
    width: calc(100% - 6rem);
    font-size: 1rem;
  }
}
.c-case-slide-detail-price__txt span {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-price__txt span {
    font-size: 1.4rem;
  }
}
.c-case-slide-detail-price__txt a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-case-slide-detail-price__txt a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.c-case-slide-detail-place {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-place {
    width: 45%;
  }
}
.c-case-slide-detail-place__ttl {
  color: #979797;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-place__ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-place__txt {
    font-size: 1.4rem;
  }
}
.c-case-slide-detail-place__txt a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-case-slide-detail-place__txt a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.c-case-slide-detail-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-comment {
    align-items: flex-start;
    margin: 1.6rem 1.6rem 0;
  }
}
.c-case-slide-detail-comment__ttl {
  position: relative;
  width: 8.4rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-comment__ttl {
    width: 6rem;
    font-size: 1.2rem;
  }
}
.c-case-slide-detail-comment__ttl::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 7.9rem;
  height: 7.9rem;
  background: #EDDADB;
  border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-comment__ttl::before {
    content: none;
  }
}
.c-case-slide-detail-comment__ttl img {
  position: relative;
  display: block;
  width: 7.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-comment__ttl img {
    display: none;
  }
}
.c-case-slide-detail-comment__ttl > span {
  display: block;
  color: #979797;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-comment__ttl > span {
    text-align: left;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-comment__ttl > span > span {
    display: none;
  }
}
.c-case-slide-detail-comment__txt {
  width: calc(100% - 10.8rem);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-comment__txt {
    width: calc(100% - 6rem);
    font-size: 1.1rem;
  }
}
.c-case-slide-detail-img {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  height: calc(100% - 0.4rem);
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 15rem;
    overflow: hidden;
    padding: 0 0.1rem;
  }
}
.c-case-slide-detail-img__photo {
  position: relative;
  width: 30.7rem;
  height: calc(50% - 0.1rem);
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-img__photo {
    width: calc(50% - 0.1rem);
    height: 15rem;
  }
}
.c-case-slide-detail-img__photo::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.8rem;
  height: 7.7rem;
  background: url(../img/home/img_case_watermark.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-img__photo::before {
    width: 4.3rem;
    height: 4.6rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }
}
.c-case-slide-detail-img__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.c-case-slide-detail-img__photo span {
  position: absolute;
  top: 3.4rem;
  right: -3.3rem;
  display: block;
  width: 9.8rem;
  height: 3.1rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-img__photo span {
    top: 2.3rem;
    right: -2.3rem;
    width: 6.8rem;
    height: 2.2rem;
    font-size: 1.4rem;
  }
}
.c-case-slide-detail-img__before span {
  background: #979797;
}
.c-case-slide-detail-img__after {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-detail-img__after {
    margin-top: 0;
  }
}
.c-case-slide-detail-img__after span {
  background: #B98374;
}
.c-case-slide-note {
  /*

  margin: 2.5rem 0 0;
  @include deviceSP {
  	display: block;
  	line-height: 1.4;
  	margin: 6.7rem 0 0;
  }
  	*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 1.6rem;
  position: absolute;
  bottom: 8rem;
  left: 50%;
  width: 100%;
  max-width: 92rem;
  transform: translateX(-50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-case-slide-note {
    display: block;
    width: 37rem;
    line-height: 1.4;
    bottom: 0;
  }
}
.c-case-slide-note__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 11.4rem;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-case-slide-note__ttl {
    display: inline;
    font-size: 1.1rem;
    border: none;
    width: auto;
  }
  .c-case-slide-note__ttl::after {
    content: "：";
  }
}
.c-case-slide-note__txt {
  width: calc(100% - 12rem);
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-case-slide-note__txt {
    display: inline;
    width: auto;
    font-size: 1.1rem;
  }
}

.c-faq {
  background: #F5EBEB;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .c-faq {
    padding: 6rem 0;
  }
}
.c-faq__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 92.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-faq__wrap {
    display: block;
  }
}
.c-faq__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-faq__btn {
    margin-top: 2.4rem;
  }
}
.c-faq-head {
  width: calc(100% - 64.7rem);
}
@media screen and (max-width: 767px) {
  .c-faq-head {
    width: 100%;
    margin: 0 0 3.6rem;
  }
}
.c-faq-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq-head__en {
    text-align: center;
    font-size: 6.2rem;
  }
}
.c-faq-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-faq-head__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-faq-head__ttl {
    text-align: center;
    font-size: 1.6rem;
  }
}
.c-faq-head__btn {
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-faq-head__btn {
    margin: 3.5rem auto 0;
  }
}
.c-faq-content {
  width: 74rem;
}
@media screen and (max-width: 767px) {
  .c-faq-content {
    width: auto;
  }
}
.c-faq-content-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-faq-content-tab {
    position: relative;
    justify-content: center;
    margin: 3.5rem 0;
    gap: 0;
  }
  .c-faq-content-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(185, 131, 116, 0.3);
  }
}
.c-faq-content-tab__item {
  font-size: 1.8rem;
  color: #666;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 1.6rem 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-faq-content-tab__item {
    width: 12.6rem;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
    border-bottom: 1px solid transparent;
    padding: 0 0 1rem;
  }
}
.c-faq-content-tab__item.is-active {
  font-weight: 700;
  color: #B98374;
  border-bottom: 1px solid #B98374;
}
.c-faq-content-detail {
  width: 64.7rem;
}
@media screen and (max-width: 767px) {
  .c-faq-content-detail {
    width: calc(100% - 4.8rem);
    margin: 0 auto;
  }
}
.c-faq-content-define {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define {
    margin-top: 0.6rem;
  }
}
.c-faq-content-define:first-child {
  margin-top: 0;
}
.c-faq-content-define__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  background: #fff;
  padding: 1.5rem 7.4rem 1.5rem 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__ttl {
    gap: 0 1rem;
    padding: 1.5rem 5.5rem 1.5rem 2rem;
  }
}
.c-faq-content-define__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 3.6rem;
  height: 3.8rem;
  background: url(../img/home/icn_clinic_minus.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__ttl::before {
    right: 1.6rem;
    width: 2.6rem;
    height: 2.7rem;
  }
}
.c-faq-content-define__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 3.6rem;
  height: 3.8rem;
  background: url(../img/home/icn_clinic_plus.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__ttl::after {
    right: 1.6rem;
    width: 2.6rem;
    height: 2.7rem;
  }
}
.is-open .c-faq-content-define__ttl::after {
  transform: translateY(-50%) rotate(0);
}
.c-faq-content-define__en {
  width: 1em;
  font-size: 3.2rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  flex-shrink: 0;
  color: #979797;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__en {
    font-weight: 300;
    line-height: 1;
  }
}
.js-accordion-content .c-faq-content-define__en {
  color: #B98374;
}
.c-faq-content-define__txt {
  width: 62rem;
  font-weight: 500;
  color: #585858;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__txt {
    width: 30rem;
    font-size: 1.3rem;
  }
}
.c-faq-content-define__txt p + *, * + .c-faq-content-define__txt p {
  margin-top: 1rem;
}
.c-faq-content-define__txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-faq-content-define__txt ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  background: #fff;
  padding: 0 0 0 2rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__txt ul li {
    line-height: 1.333;
  }
}
.c-faq-content-define__txt ul li:first-child {
  margin-top: 0;
}
.c-faq-content-define__txt ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 0.8rem;
  background: #E5DED2;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: translateY(-50%);
}
.c-faq-content-define__txt ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-faq-content-define__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.667;
  word-break: normal;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__txt ol li {
    line-height: 1.333;
  }
}
.c-faq-content-define__txt ol li:first-child {
  margin-top: 0;
}
.c-faq-content-define__txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.c-faq-content-define__txt * + ul,
.c-faq-content-define__txt * + ol,
.c-faq-content-define__txt * + blockquote {
  margin-top: 2rem;
}
.c-faq-content-define__txt img + img,
.c-faq-content-define__txt figure + img,
.c-faq-content-define__txt img + figure,
.c-faq-content-define__txt figure + figure {
  margin-top: 1rem;
}
.c-faq-content-define__txt strong {
  font-weight: bold;
}
.c-faq-content-define__txt em {
  font-style: italic;
}
.c-faq-content-define__txt blockquote {
  display: block;
  background: #eee;
  border-radius: 0.5rem;
  padding: 2em;
}
.c-faq-content-define__txt a {
  position: relative;
  color: #F18C56;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-faq-content-define__txt a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.c-faq-content-define__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__txt .aligncenter img {
    width: 100%;
    height: auto;
  }
}
.c-faq-content-define__txt .alignright {
  float: right;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__txt .alignright {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .c-faq-content-define__txt .alignright img {
    width: 100%;
    height: auto;
  }
}
.c-faq-content-define__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__txt .alignleft {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .c-faq-content-define__txt .alignleft img {
    width: 100%;
    height: auto;
  }
}
.c-faq-content-define__txt .wp-block-embed {
  width: 26rem;
  height: 13rem;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.c-faq-content-define__txt .wp-block-embed + * {
  margin-top: 1rem;
}
.c-faq-content-define__txt .wp-block-embed .wp-block-embed__wrapper {
  min-width: 100%;
  height: 100%;
}
.c-faq-content-define__txt .wp-block-embed iframe {
  width: 100%;
  height: 100%;
}
.c-faq-content-define__txt .wp-element-caption {
  display: block !important;
  width: 100%;
}
.c-faq-content-define__txt img,
.c-faq-content-define__txt img[class*=wp-image-],
.c-faq-content-define__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c-faq-content-define__txt figcaption {
  font-size: 1.4rem;
  line-height: 2;
}
.c-faq-content-define__detail {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2rem;
  background: #fff;
  border-top: 1px solid #F9F3F3;
  padding: 1.5rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-faq-content-define__detail {
    gap: 0 1rem;
    padding: 1.5rem 2rem;
  }
}

.c-circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .c-circle {
    width: 37.8rem;
  }
}
.c-circle__item {
  width: 15.1rem;
  height: 15.1rem;
  background: url(../img/common/bg_circle.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .c-circle__item {
    width: 12.4rem;
    height: 12.4rem;
  }
}

.c-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 42.2rem;
}
@media screen and (max-width: 767px) {
  .c-zero {
    width: 37.8rem;
  }
}
.c-zero__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 13.8rem;
  height: 13.8rem;
  background: url(../img/common/bg_circle.png) 0 0/100% auto no-repeat;
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .c-zero__item {
    width: 12.4rem;
    height: 12.4rem;
    padding: 0 0 2.5rem;
  }
}
.c-zero__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.8rem;
  text-align: center;
  color: #B98374;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-zero__txt {
    min-height: 2.8rem;
    font-size: 1.3rem;
  }
}
.c-zero__yen {
  font-size: 2.6rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-zero__yen {
    font-size: 2.2rem;
  }
}
.c-zero__yen span {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .c-zero__yen span {
    font-size: 4rem;
  }
}

.c-cta {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40rem;
  height: 8.6rem;
}
@media screen and (max-width: 767px) {
  .c-cta {
    width: 38rem;
  }
}
.c-cta a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  isolation: isolate;
}
@media (any-hover: hover) {
  .c-cta a:hover {
    opacity: 1;
  }
  .c-cta a:hover .c-cta__icon::after {
    animation: c-btn-icon-slide 0.45s forwards;
  }
}
.c-cta__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.3rem 0 0;
}
.c-cta__tag {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21.6rem;
  height: 3.5rem;
  font-weight: 500;
  background: linear-gradient(135deg, rgb(114, 87, 51) 0%, rgb(155, 132, 109) 53%, rgb(122, 95, 81) 100%);
  font-size: 1.7rem;
  color: #fff;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 96% 0, 100% 20%, 100% 100%, 4% 100%, 0 80%);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-cta__tag {
    width: 15.6rem;
    height: 2.7rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.c-cta__tag span {
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  margin-top: -0.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-cta__tag span {
    font-size: 1.8rem;
  }
}
.c-cta__free {
  position: absolute;
  top: 50%;
  left: 4rem;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 0.8rem 0.8rem 0.8rem 0.6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta__free {
    font-size: 1.4rem;
  }
}
.c-cta__free::before, .c-cta__free::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-cta__free::after {
  top: 0;
  transform: rotate(5deg);
}
.c-cta__free::before {
  bottom: 0;
  transform: rotate(-5deg);
}
.c-cta__icon::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #8F6E59;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(255, 255, 255, 0.2) inset, 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
.c-cta__icon::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 40%;
  mask-position: center;
  mask-repeat: no-repeat;
}

.c-column {
  position: relative;
  background: #FCF8F8;
  padding: 0 0 10rem;
}
.c-column-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-column-bg__video {
  position: relative;
}
.c-column-bg__video video {
  width: 100%;
}
.c-column-bg__video::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, rgba(252, 248, 248, 0) 0%, rgb(252, 248, 248) 50%);
}
.c-column__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 112rem;
  margin: 0 auto;
}
.c-column .c-mv__bread {
  padding-right: 40rem;
}
@media screen and (max-width: 767px) {
  .c-column .c-mv__bread {
    padding-right: 0;
  }
}
.c-column-main {
  position: relative;
  width: 100%;
  padding: 9rem 40rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-column-main {
    padding: 8rem 0 0;
  }
}
.c-column-main-head {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-head {
    padding: 0 2.4rem;
  }
}
.c-column-main-head__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__inner {
    margin: 0 0 2.4rem;
  }
}
.c-column-main-head__cat {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.c-column-main-head__cat a {
  display: inline-block;
  position: relative;
  padding: 0 0.8rem;
}
.c-column-main-head__cat a::before, .c-column-main-head__cat a::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 100%;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.c-column-main-head__cat a::before {
  left: 0;
}
.c-column-main-head__cat a::after {
  right: 0;
  transform: scale(-1, 1);
}
.c-column-main-head__cat.u-age10s a::before, .c-column-main-head__cat.u-age10s a::after {
  background: #798777;
}
.c-column-main-head__cat.u-age20s a::before, .c-column-main-head__cat.u-age20s a::after {
  background: #87777D;
}
.c-column-main-head__cat.u-age30s a::before, .c-column-main-head__cat.u-age30s a::after {
  background: #878477;
}
.c-column-main-head__cat.u-age40s a::before, .c-column-main-head__cat.u-age40s a::after {
  background: #837787;
}
.c-column-main-head__cat.u-age50s a::before, .c-column-main-head__cat.u-age50s a::after {
  background: #777C87;
}
.c-column-main-head__cat.u-beautiful-hair a::before, .c-column-main-head__cat.u-beautiful-hair a::after {
  background: #B99174;
}
.c-column-main-head__cat.u-female-hair-loss-treatment a::before, .c-column-main-head__cat.u-female-hair-loss-treatment a::after {
  background: #747AB9;
}
.c-column-main-head__cat.u-faga-prevention a::before, .c-column-main-head__cat.u-faga-prevention a::after {
  background: #5EA79C;
}
.c-column-main-head__cat.u-aga-knowledge a::before, .c-column-main-head__cat.u-aga-knowledge a::after {
  background: #B9747A;
}
.c-column-main-head__cat img {
  width: 2.8rem;
}
.c-column-main-head__cat .txt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.8rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__cat .txt {
    padding: 0.5rem 1.6rem 0.7rem 1.6rem;
  }
}
.c-column-main-head__cat .txt::before {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 100%;
  width: 2.8rem;
  height: 3.6rem;
}
.c-column-main-head__cat.u-age10s .txt {
  background: #798777;
  padding: 0.8rem 1.8rem 0.8rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__cat.u-age10s .txt {
    padding: 0.5rem 1.6rem 0.7rem 3.8rem;
  }
}
.c-column-main-head__cat.u-age10s .txt::before {
  content: "";
  background: url(../img/faga-guide/icn_age_10.svg) 0 0/100% auto no-repeat;
}
.c-column-main-head__cat.u-age20s .txt {
  background: #87777D;
  padding: 0.8rem 1.8rem 0.8rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__cat.u-age20s .txt {
    padding: 0.5rem 1.6rem 0.7rem 3.8rem;
  }
}
.c-column-main-head__cat.u-age20s .txt::before {
  content: "";
  background: url(../img/faga-guide/icn_age_20.svg) 0 0/100% auto no-repeat;
}
.c-column-main-head__cat.u-age30s .txt {
  background: #878477;
  padding: 0.8rem 1.8rem 0.8rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__cat.u-age30s .txt {
    padding: 0.5rem 1.6rem 0.7rem 3.8rem;
  }
}
.c-column-main-head__cat.u-age30s .txt::before {
  content: "";
  background: url(../img/faga-guide/icn_age_30.svg) 0 0/100% auto no-repeat;
}
.c-column-main-head__cat.u-age40s .txt {
  background: #837787;
  padding: 0.8rem 1.8rem 0.8rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__cat.u-age40s .txt {
    padding: 0.5rem 1.6rem 0.7rem 3.8rem;
  }
}
.c-column-main-head__cat.u-age40s .txt::before {
  content: "";
  background: url(../img/faga-guide/icn_age_40.svg) 0 0/100% auto no-repeat;
}
.c-column-main-head__cat.u-age50s .txt {
  background: #777C87;
  padding: 0.8rem 1.8rem 0.8rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__cat.u-age50s .txt {
    padding: 0.5rem 1.6rem 0.7rem 3.8rem;
  }
}
.c-column-main-head__cat.u-age50s .txt::before {
  content: "";
  background: url(../img/faga-guide/icn_age_50.svg) 0 0/100% auto no-repeat;
}
.c-column-main-head__cat.u-beautiful-hair .txt {
  background: #B99174;
}
.c-column-main-head__cat.u-female-hair-loss-treatment .txt {
  background: #747AB9;
}
.c-column-main-head__cat.u-faga-prevention .txt {
  background: #5EA79C;
}
.c-column-main-head__cat.u-aga-knowledge .txt {
  background: #B9747A;
}
.c-column-main-head__date {
  color: #979797;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__date {
    font-size: 1.2rem;
  }
}
.c-column-main-head__date span {
  display: inline-block;
  border-left: 1px solid #979797;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  padding: 0 0 0 1rem;
  margin-left: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__date span {
    font-size: 1.3rem;
    padding: 0 0 0 0.8rem;
    margin-left: 0.8rem;
  }
}
.c-column-main-head__pre {
  font-size: 2.4rem;
  color: #B98374;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__pre {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.c-column-main-head__ttl {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-column-main-head__ttl {
    font-size: 2.4rem;
  }
}
.c-column-main-pre {
  margin: 0 0 6rem;
}
.c-column-main-pre__txt {
  letter-spacing: 0.05em;
  line-height: 2;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .c-column-main-pre__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 0 2.4rem;
  }
}
.c-column-main-pre .c-column-doctor {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main-pre .c-column-doctor {
    margin-top: 2rem;
  }
}
.c-column-main__catch {
  width: 100%;
  height: 40.8rem;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__catch {
    height: 19.7rem;
  }
}
.c-column-main__catch img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.c-column-main__txt {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt {
    margin: 4rem 0 0;
    padding: 0 3.2rem;
  }
}
.c-column-main__txt h2 {
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  border-bottom: 1px solid #F5EBEB;
  margin-bottom: 2rem;
  padding: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    padding: 0 0 1rem;
    margin: 0 0 2rem;
  }
}
.c-column-main__txt h3 {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  background: #B98374;
  color: #fff;
  padding: 0.9rem 2.4rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 1.4rem;
  }
}
.c-column-main__txt h4 {
  font-size: 1.9rem;
  font-weight: 500;
  color: #B98374;
  border-bottom: 1px solid #B98374;
  margin: 0 0 2.4rem;
  padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt h4 {
    font-size: 1.6rem;
    margin: 0 0 1.4rem;
  }
}
.c-column-main__txt * + h2 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt * + h2 {
    margin-top: 8rem;
  }
}
.c-column-main__txt * + h3,
.c-column-main__txt * + h4,
.c-column-main__txt * + h5,
.c-column-main__txt * + h6 {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt * + h3,
  .c-column-main__txt * + h4,
  .c-column-main__txt * + h5,
  .c-column-main__txt * + h6 {
    margin-top: 4.6rem;
  }
}
.c-column-main__txt * + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt * + p {
    margin-top: 2.4rem;
  }
}
.c-column-main__txt h3 + p {
  margin-top: 2rem;
}
.c-column-main__txt p {
  letter-spacing: 0.05em;
  line-height: 2;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt p {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.c-column-main__txt * + figure,
.c-column-main__txt * + img,
.c-column-main__txt * + .wp-block-image,
.c-column-main__txt * + .wp-block-embed {
  margin-top: 2rem;
}
.c-column-main__txt * + .wp-block-embed {
  margin-top: 3rem;
}
.c-column-main__txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-column-main__txt ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  background: #fff;
  padding: 1.2rem 2.4rem 1.2rem 3.3rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt ul li {
    font-size: 1.3rem;
    line-height: 1.333;
  }
}
.c-column-main__txt ul li:first-child {
  margin-top: 0;
}
.c-column-main__txt ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 1rem;
  height: 0.8rem;
  background: #E5DED2;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: translateY(-50%);
}
.c-column-main__txt ul + h4 {
  margin-top: 6rem;
}
.c-column-main__txt ul + p {
  margin-top: 4rem;
}
.c-column-main__txt ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-column-main__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.667;
  word-break: normal;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt ol li {
    font-size: 1.3rem;
    line-height: 1.333;
  }
}
.c-column-main__txt ol li:first-child {
  margin-top: 0;
}
.c-column-main__txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.c-column-main__txt * + ul,
.c-column-main__txt * + ol,
.c-column-main__txt * + blockquote {
  margin-top: 2rem;
}
.c-column-main__txt img + img,
.c-column-main__txt figure + img,
.c-column-main__txt img + figure,
.c-column-main__txt figure + figure {
  margin-top: 2rem;
}
.c-column-main__txt strong {
  font-weight: bold;
}
.c-column-main__txt em {
  font-style: italic;
}
.c-column-main__txt blockquote {
  display: block;
  background: #eee;
  border-radius: 0.5rem;
  padding: 2em;
}
.c-column-main__txt a {
  position: relative;
  color: #F18C56;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-column-main__txt a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.c-column-main__txt .wp-block-embed {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto 0;
  overflow: visible;
}
.c-column-main__txt .wp-block-embed .wp-block-embed__wrapper {
  width: 100%;
}
.c-column-main__txt .wp-block-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-column-main__txt .wp-block-embed.wp-has-aspect-ratio iframe {
  aspect-ratio: 16/9;
}
.c-column-main__txt .wp-block-embed.wp-embed-aspect-21-9 iframe {
  aspect-ratio: 21/9;
}
.c-column-main__txt .wp-block-embed.wp-embed-aspect-18-9 iframe {
  aspect-ratio: 18/9;
}
.c-column-main__txt .wp-block-embed.wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16/9;
}
.c-column-main__txt .wp-block-embed.wp-embed-aspect-4-3 iframe {
  aspect-ratio: 4/3;
}
.c-column-main__txt .wp-block-embed.wp-embed-aspect-1-1 iframe {
  aspect-ratio: 1/1;
  max-width: 48rem;
}
.c-column-main__txt .wp-block-embed.wp-embed-aspect-9-16 iframe, .c-column-main__txt .wp-block-embed.wp-embed-aspect-1-2 iframe {
  aspect-ratio: 9/16;
  max-width: 40rem;
}
.c-column-main__txt iframe:not(.wp-embedded-content) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.c-column-main__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt .aligncenter img {
    width: 100%;
    height: auto;
  }
}
.c-column-main__txt .alignright {
  float: right;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt .alignright {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .c-column-main__txt .alignright img {
    width: 100%;
    height: auto;
  }
}
.c-column-main__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-column-main__txt .alignleft {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .c-column-main__txt .alignleft img {
    width: 100%;
    height: auto;
  }
}
.c-column-main__txt .wp-embed-heading {
  font-size: 1.6rem !important;
}
.c-column-main__txt .wp-element-caption {
  display: block !important;
  width: 100%;
}
.c-column-main__txt img,
.c-column-main__txt img[class*=wp-image-],
.c-column-main__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c-column-main__txt figcaption {
  font-size: 1.4rem;
  line-height: 2;
}
.c-column-main-sankou {
  margin-top: 3.2rem !important;
}
.c-column-main-sankou__block {
  margin: 0.6rem 0 0 !important;
}
.c-column-main-sankou__block a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  background: #F7F3F3;
  color: #5A554D;
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-column-main-sankou__block a:hover {
    opacity: 0.5;
  }
}
.c-column-main-sankou__img {
  width: 13.5rem;
}
.c-column-main-sankou__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: column;
  width: calc(100% - 13.5rem);
  padding: 1.1rem;
}
.c-column-main-sankou__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.c-column-main-sankou__name img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: cover;
  margin-top: 0.6rem;
}
.c-column-main-sankou__ttl {
  font-size: 1.5rem;
  margin: 0 !important;
}
.c-column-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 31.4rem;
  height: 100%;
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-column-side {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 6.4rem);
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
}
.c-column-side__inner {
  position: sticky;
  top: 14rem;
  left: 0;
}
.c-column-side__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  border-bottom: 1px solid #B98374;
  padding: 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-side__ttl {
    background: #B98374;
    color: #fff;
    font-size: 1.6rem;
    border: 0;
    line-height: 1.4;
    padding: 0.8rem 1.6rem;
  }
}
.c-column-side__ttl .en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
}
.c-column-side__ttl .ja {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-column-side-list {
    background: #fff;
    padding: 0.6rem 1.8rem 2.4rem;
  }
}
.c-column-side-list__item {
  border-bottom: 1px solid #EDE4E2;
  line-height: 1.4;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .c-column-side-list__item {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.c-column-side-list__item:first-child {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-column-side-list__item:first-child {
    margin-top: 0;
  }
}
.c-column-side-list__item a {
  position: relative;
  display: block;
  padding: 1.3rem 3.4rem 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .c-column-side-list__item a {
    padding: 1rem 3.3rem 1rem 0;
  }
}
.c-column-side-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid #B98374;
  border-left: 1px solid #B98374;
  transform: translateY(-50%) rotate(-45deg);
}
.c-column-side__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 0.8rem 0;
  margin: 3.2rem 0 0;
}
.c-column-side__btn .c-btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column-side__btn {
    display: none;
  }
}
.c-column-side__ranking {
  margin: 6rem 0 6rem;
}
.c-column-side__ranking .c-posts-list {
  margin-top: 2.4rem;
}
.c-column-side__ranking .c-posts-list__item {
  width: 100% !important;
  margin: 1.2rem 0 0;
}
.c-column-side__ranking .c-posts-list__item:first-child {
  margin-top: 0;
}
.c-column-side__ranking .c-posts-list__img {
  width: 100%;
  height: 12rem;
}
.c-column-side__ranking .c-posts-list__date {
  position: relative;
  top: -0.5rem;
}
.c-column-side__ranking .c-posts-list__txt {
  min-height: inherit;
}
.c-column-doctor {
  position: relative;
  min-height: 27.8rem;
  background: #fff;
  margin: 6rem 0 0;
  padding: 2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-column-doctor {
    width: calc(100% - 6.4rem);
    min-height: inherit;
    margin: 8rem auto 0;
    padding: 1.6rem 2.4rem;
  }
}
.c-column-doctor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.5rem;
  background: #B98374;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}
@media screen and (max-width: 767px) {
  .c-column-doctor__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-flow: row-reverse;
  }
}
.c-column-doctor__ttl {
  font-size: 1.8rem;
  color: #B98374;
  border-bottom: 1px solid #E7E7E7;
  font-weight: 500;
  padding: 0 0 0.8rem;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-column-doctor__ttl {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.c-column-doctor__img {
  position: absolute;
  top: 7.6rem;
  left: 2.4rem;
  width: 13.7rem;
}
@media screen and (max-width: 767px) {
  .c-column-doctor__img {
    position: relative;
    top: auto;
    left: auto;
    width: 10.3rem;
  }
}
.c-column-doctor__name {
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 0 15.4rem;
}
@media screen and (max-width: 767px) {
  .c-column-doctor__name {
    padding: 0;
  }
}
.c-column-doctor__name span {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  color: #979797;
  margin-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-column-doctor__name span {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
.c-column-doctor__post {
  font-size: 1.4rem;
  margin: 1rem 0 0;
  padding: 0 0 0 15.4rem;
}
@media screen and (max-width: 767px) {
  .c-column-doctor__post {
    font-size: 1.3rem;
    padding: 0;
  }
}
.c-column-doctor__txt {
  line-height: 1.625;
  margin: 1.4rem 0 0;
  padding: 0 0 0 15.4rem;
}
@media screen and (max-width: 767px) {
  .c-column-doctor__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 0;
  }
}

.c-posts-list.-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.4rem 1rem;
}
@media screen and (max-width: 767px) {
  .u-col .c-posts-list.-flex {
    gap: 0.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-posts-list {
    padding: 0 0 0 2.4rem;
  }
  .u-col .c-posts-list {
    padding: 0 2.4rem;
  }
}
.c-posts-list__item {
  position: relative;
  width: 26.8rem !important;
  padding: 1.2rem 0 0;
  margin-right: 1rem;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-posts-list__item {
    width: 24rem !important;
    margin-right: 0.4rem;
  }
  .u-col .c-posts-list__item {
    width: 100% !important;
    padding: 0;
  }
}
.-flex .c-posts-list__item {
  margin-right: 0;
}
@media (any-hover: hover) {
  .c-posts-list__item:hover {
    opacity: 0.5;
  }
  .c-posts-list__item:hover a {
    opacity: 1;
  }
}
.c-posts-list__item::before {
  position: absolute;
  top: 1.2rem;
  right: 0.8rem;
  width: 3.5rem;
  height: 5.3rem;
  z-index: 2;
  font-size: 2.6rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.c-posts-list__item.-rank1::before {
  content: "1";
  background: url(../img/common/bg_rank_01.png) 0 0/100% auto no-repeat;
}
.c-posts-list__item.-rank2::before {
  content: "2";
  background: url(../img/common/bg_rank_02.png) 0 0/100% auto no-repeat;
}
.c-posts-list__item.-rank3::before {
  content: "3";
  background: url(../img/common/bg_rank_03.png) 0 0/100% auto no-repeat;
}
.c-posts-list__item.-rank4::before, .c-posts-list__item.-rank5::before, .c-posts-list__item.-rank6::before, .c-posts-list__item.-rank7::before, .c-posts-list__item.-rank8::before, .c-posts-list__item.-rank9::before, .c-posts-list__item.-rank10::before {
  background: url(../img/common/bg_rank.png) 0 0/100% auto no-repeat;
}
.c-posts-list__item.-rank4::before {
  content: "4";
}
.c-posts-list__item.-rank5::before {
  content: "5";
}
.c-posts-list__item.-rank6::before {
  content: "6";
}
.c-posts-list__item.-rank7::before {
  content: "7";
}
.c-posts-list__item.-rank8::before {
  content: "8";
}
.c-posts-list__item.-rank9::before {
  content: "9";
}
.c-posts-list__item.-rank10::before {
  content: "10";
}
@media screen and (max-width: 767px) {
  .u-col .c-posts-list__item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-posts-list__cat {
  position: absolute;
  top: 0;
  left: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .u-col .c-posts-list__cat {
    top: 1.3rem;
    left: 12rem;
    z-index: 2;
  }
  .u-col .c-posts-list__cat span {
    height: 1.8rem;
    padding-bottom: 0.1rem;
  }
  .u-col .c-posts-list__cat span::before, .u-col .c-posts-list__cat span::after {
    width: 0.5rem;
    height: 1.8rem;
  }
}
.c-posts-list__cat span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  background: #B9747A;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-posts-list__cat span {
    height: 2rem;
    font-size: 1.2rem;
    padding: 0 0.3rem;
  }
}
.c-posts-list__cat span::before, .c-posts-list__cat span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1rem;
  height: 2.4rem;
  background: #B9747A;
  clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%, 0 50%);
}
@media screen and (max-width: 767px) {
  .c-posts-list__cat span::before, .c-posts-list__cat span::after {
    height: 2rem;
  }
}
.c-posts-list__cat span::before {
  right: calc(100% - 0.1rem);
  clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%, 0 50%);
}
.c-posts-list__cat span::after {
  left: calc(100% - 0.1rem);
  clip-path: polygon(0 0, 10% 0, 100% 50%, 10% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .u-col .c-posts-list__cat span {
    font-size: 1.1rem;
  }
}
.u-aga-knowledge .c-posts-list__cat span {
  background: #B9747A;
}
.u-aga-knowledge .c-posts-list__cat span::before, .u-aga-knowledge .c-posts-list__cat span::after {
  background: #B9747A;
}
.u-beautiful-hair .c-posts-list__cat span {
  background: #B99174;
}
.u-beautiful-hair .c-posts-list__cat span::before, .u-beautiful-hair .c-posts-list__cat span::after {
  background: #B99174;
}
.u-faga-prevention .c-posts-list__cat span {
  background: #74B9AF;
}
.u-faga-prevention .c-posts-list__cat span::before, .u-faga-prevention .c-posts-list__cat span::after {
  background: #74B9AF;
}
.u-female-hair-loss-treatment .c-posts-list__cat span {
  background: #747AB9;
}
.u-female-hair-loss-treatment .c-posts-list__cat span::before, .u-female-hair-loss-treatment .c-posts-list__cat span::after {
  background: #747AB9;
}
.c-posts-list__inner {
  position: relative;
  background: #fff;
  padding: 0 1rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .u-col .c-posts-list__inner {
    width: calc(100% - 9.8rem);
    padding: 1.6rem;
  }
  .u-col .c-posts-list__inner::before {
    content: none;
  }
}
.c-posts-list__inner::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.2rem);
  right: 1rem;
  width: 9.8rem;
  height: 1.4rem;
  background: #fff;
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .c-posts-list__inner::before {
    right: 0;
    width: 8.4rem;
    height: 1.4rem;
  }
}
.c-posts-list__img {
  width: 26.8rem;
  height: 18rem;
}
@media screen and (max-width: 767px) {
  .c-posts-list__img {
    width: 24rem;
  }
}
.c-posts-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .u-col .c-posts-list__img {
    width: 9.8rem;
    height: 9.8rem;
  }
  .u-col .c-posts-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.c-posts-list__date {
  text-align: right;
  color: #B98374;
  font-size: 1.3rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-posts-list__date {
    position: relative;
    top: -0.8rem;
    font-size: 1.1rem;
    padding: 0;
  }
  .u-col .c-posts-list__date {
    top: auto;
    margin: 0 0 1rem;
  }
}
.c-posts-list__txt {
  min-height: 8.4rem;
  color: #666;
  line-height: 1.75;
  font-weight: 500;
  margin: 0.5rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-posts-list__txt {
    min-height: 4.6rem;
    font-size: 1.3rem;
    -webkit-line-clamp: 2;
  }
}
.c-posts-list .slick-arrow {
  position: absolute;
  bottom: -0.1rem;
}
.c-posts-list .slick-arrow.slick-prev {
  left: 53.5rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .c-posts-list .slick-arrow.slick-prev {
    left: 6.5rem;
  }
}
.c-posts-list .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-posts-list .slick-arrow.slick-next {
  left: 83.5rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-posts-list .slick-arrow.slick-next {
    left: auto;
    right: 6.5rem;
  }
}
.c-posts-list .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-posts-list .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: 28rem;
  margin: 2.8rem 0 0 55.6rem;
}
@media screen and (max-width: 767px) {
  .c-posts-list .slick-dots {
    width: 32rem;
    margin: 2rem auto 0;
  }
}
.c-posts-list .slick-dots li {
  line-height: 0;
}
.c-posts-list .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #DBCDC6;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 1;
}
.c-posts-list .slick-dots li.slick-active button {
  background: #B98374;
}

.c-category {
  background: #FFF9F9;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .c-category {
    padding: 6rem 2.4rem;
  }
}
.c-category__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 4rem;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-category__ttl {
    font-size: 3.2rem;
  }
}
.c-category-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.7rem 0;
  width: 92.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-category-list {
    width: auto;
  }
}
.c-category-list__item {
  width: 45.7rem;
}
@media screen and (max-width: 767px) {
  .c-category-list__item {
    width: auto;
  }
}
.c-category-list__inner {
  position: relative;
  padding: 0 0 3.2rem;
}
.u-beautiful-hair .c-category-list__inner {
  background: #B99174;
}
.u-female-hair-loss-treatment .c-category-list__inner {
  background: #747AB9;
}
.u-faga-prevention .c-category-list__inner {
  background: #5EA79C;
}
.u-aga-knowledge .c-category-list__inner {
  background: #B9747A;
}
.c-category-list__inner::before {
  content: "";
  position: absolute;
  right: 1.3rem;
  bottom: 1.3rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(255, 255, 255, 0.25) inset;
}
.u-beautiful-hair .c-category-list__inner::before {
  background: #755844;
}
.u-female-hair-loss-treatment .c-category-list__inner::before {
  background: #353C8A;
}
.u-faga-prevention .c-category-list__inner::before {
  background: #14584D;
}
.u-aga-knowledge .c-category-list__inner::before {
  background: #80252D;
}
.c-category-list__inner::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  bottom: 1.3rem;
  width: 3.4rem;
  height: 3.4rem;
  background: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 40%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.c-category-list__head {
  position: relative;
  display: inline-block;
  margin-top: -3.5rem;
}
.c-category-list__ttl {
  position: relative;
  display: inline-block;
  height: 7rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  padding: 2.2rem 3.1rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-category-list__ttl {
    padding: 2.2rem 2.2rem 0 2.4rem;
  }
}
.c-category-list__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.9rem;
  width: 3.2rem;
  height: 7rem;
  clip-path: polygon(10% 0, 100% 50%, 10% 100%, 0 100%, 0 0);
}
.u-beautiful-hair .c-category-list__ttl {
  background: #B99174;
}
.u-beautiful-hair .c-category-list__ttl::after {
  background: #B99174;
}
.u-female-hair-loss-treatment .c-category-list__ttl {
  background: #747AB9;
}
.u-female-hair-loss-treatment .c-category-list__ttl::after {
  background: #747AB9;
}
.u-faga-prevention .c-category-list__ttl {
  background: #5EA79C;
}
.u-faga-prevention .c-category-list__ttl::after {
  background: #5EA79C;
}
.u-aga-knowledge .c-category-list__ttl {
  background: #B9747A;
}
.u-aga-knowledge .c-category-list__ttl::after {
  background: #B9747A;
}
.c-category-list__num {
  position: absolute;
  top: 0.7rem;
  right: -0.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.6rem;
  height: 2.8rem;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
  padding: 0 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-category-list__num {
    right: -1.9rem;
  }
}
.u-beautiful-hair .c-category-list__num {
  background: #755844;
}
.u-female-hair-loss-treatment .c-category-list__num {
  background: #353C8A;
}
.u-faga-prevention .c-category-list__num {
  background: #14584D;
}
.u-aga-knowledge .c-category-list__num {
  background: #80252D;
}
.c-category-list__txt {
  color: #fff;
  padding: 0 2.4rem;
}
.c-category .c-btn {
  margin-top: 3.2rem;
}

.c-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-pager {
    gap: 0 0.6rem;
    margin: 3.2rem 0 0;
  }
}
.c-pager .item {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 1;
  font-size: 1.7rem;
  font-family: sofia-pro, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-pager .item {
    font-size: 1.6rem;
  }
}
.c-pager .item.current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #B98374;
  color: #fff;
  border-radius: 100%;
  padding: 0 0 0.2rem;
}
.c-pager .item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
  border-radius: 100%;
  border: 1px solid #F5EBEB;
  padding: 0 0 0.2rem;
}
@media (any-hover: hover) {
  .c-pager .item a:hover {
    background: #B98374;
    color: #fff;
    opacity: 1;
    border: 1px solid #B98374;
  }
}
.c-pager .item.dot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
}
.c-pager .item.prev, .c-pager .item.next {
  width: 11rem;
  height: 2.4rem;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-pager .item.prev, .c-pager .item.next {
    width: 1.4rem;
    font-size: 0;
  }
}
.c-pager .item.prev a, .c-pager .item.next a {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0 0 0 1.4rem;
}
.c-pager .item.prev a::before, .c-pager .item.next a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.8rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (any-hover: hover) {
  .c-pager .item.prev a:hover, .c-pager .item.next a:hover {
    color: #B98374;
  }
}
.c-pager .item.prev span, .c-pager .item.next span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.4;
  padding: 0 0 0 1.4rem;
}
.c-pager .item.prev span::before, .c-pager .item.next span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.8rem;
  background-color: #5A554D;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.c-pager .item.next {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pager .item.next {
    margin-left: 0rem;
  }
}
.c-pager .item.next a,
.c-pager .item.next span {
  padding: 0 1.4rem 0 0;
}
.c-pager .item.next a::before,
.c-pager .item.next span::before {
  right: 0;
  left: auto;
}
.c-pager .item.prev {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pager .item.prev {
    margin-right: 0rem;
  }
}
.c-pager .item.prev a::before,
.c-pager .item.prev span::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.c-fcta {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-fcta {
    margin: 2.4rem 0 0 -0.9rem;
  }
}
.c-fcta__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: column;
  background: url(../img/common/bg_circle.png) 0 0/100% auto no-repeat;
}
.c-fcta__line {
  display: block;
  line-height: 1;
  text-align: center;
}
.--b2 .c-fcta__line {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .--b2 .c-fcta__line {
    font-size: 1.5rem;
  }
}
.--b3 .c-fcta__line {
  font-size: 2.1rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .--b3 .c-fcta__line {
    font-size: 1.7rem;
  }
}
.c-fcta__center {
  line-height: 1;
}
.--b1 .c-fcta__center {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  color: #585858;
  letter-spacing: 0.03em;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .--b1 .c-fcta__center {
    font-size: 1.5rem;
    margin: 0.8rem 0;
  }
}
.--b2 .c-fcta__center {
  font-size: 1.4rem;
  margin: 1rem 0 -0.5rem;
}
@media screen and (max-width: 767px) {
  .--b2 .c-fcta__center {
    font-size: 1.2rem;
    margin: 0.8rem 0 -0.5rem;
  }
}
.--b3 .c-fcta__center {
  position: relative;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .--b3 .c-fcta__center {
    padding: 0 0 0 1.2rem;
  }
}
.--b1 .c-fcta__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.8rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .--b1 .c-fcta__num {
    font-size: 3.2rem;
  }
}
.--b2 .c-fcta__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 4.1rem;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .--b2 .c-fcta__num {
    font-size: 3.4rem;
  }
}
.--b2 .c-fcta__num span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .--b2 .c-fcta__num span {
    font-size: 1.5rem;
  }
}
.--b3 .c-fcta__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.4rem;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .--b3 .c-fcta__num {
    font-size: 2.8rem;
  }
}
.--b1 .c-fcta__unit {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .--b1 .c-fcta__unit {
    font-size: 1.6rem;
  }
}
.--b3 .c-fcta__unit {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .--b3 .c-fcta__unit {
    font-size: 1rem;
  }
}
.--b3 .c-fcta__vertical {
  position: absolute;
  top: 50%;
  left: 0;
  writing-mode: vertical-lr;
  font-size: 1.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .--b3 .c-fcta__vertical {
    font-size: 1rem;
  }
}
.c-fcta__last {
  text-align: center;
  line-height: 1;
}
.--b2 .c-fcta__last {
  font-size: 2.1rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .--b2 .c-fcta__last {
    font-size: 1.8rem;
  }
}
.c-fcta__note {
  text-align: center;
}
.--b1 .c-fcta__note {
  letter-spacing: 0.03em;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .--b1 .c-fcta__note {
    font-size: 0.8rem;
  }
}
.--b3 .c-fcta__note {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .--b3 .c-fcta__note {
    font-size: 0.8rem;
  }
}

.c-supervised {
  background: #B98374;
  padding: 2.4rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-supervised {
    padding: 2.4rem;
  }
}
.c-supervised__inner {
  position: relative;
  max-width: 112rem;
  background: #fff;
  border-radius: 0.6rem;
  margin: 0 auto;
  padding: 4.8rem 9.4rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-supervised__inner {
    padding: 1.6rem 2.4rem;
    border-radius: 0;
  }
}
.c-supervised__inner::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: 2.6rem;
  height: 2.6rem;
  background: #B98374;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.c-supervised__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-supervised__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-supervised__img {
  position: absolute;
  top: -2.3rem;
  right: 0;
  width: 45.5rem;
}
@media screen and (max-width: 767px) {
  .c-supervised__img {
    position: relative;
    top: auto;
    right: auto;
    width: 10.3rem;
    height: 13.7rem;
  }
  .c-supervised__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.c-supervised-head__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-supervised-head__ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 0.8rem;
  }
}
.c-supervised-head__name {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-supervised-head__name {
    font-size: 2.2rem;
  }
}
.c-supervised-head__name span {
  font-size: 1.8rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #D7D7D7;
  letter-spacing: 0;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-supervised-head__name span {
    font-family: benton-modern-display-conden, serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
  }
}
.c-supervised-head__post {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-supervised-head__post {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
.c-supervised__txt {
  width: 43.6rem;
  line-height: 2;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-supervised__txt {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}

.c-flow {
  overflow: clip;
  margin-top: 12rem;
}
.c-flow.-wide {
  overflow: inherit;
}
@media screen and (max-width: 767px) {
  .c-flow {
    margin-top: 6rem;
  }
}
.c-flow__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 93rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-flow__block {
    display: block;
    padding: 0 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__side .c-heading__en,
  .c-flow__side .c-heading__ttl {
    text-align: center !important;
  }
}
.c-flow-btn {
  width: 28.6rem;
  margin: 4.5rem 0 0;
}
.-wide .c-flow-btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-btn {
    display: none;
  }
}
.c-flow-btn__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  padding: 1.6rem 0.4rem;
}
.c-flow-btn__item.is-active {
  font-weight: 500;
  color: #B98374;
}
.c-flow-btn__item.is-active::before {
  width: 100%;
}
.c-flow-btn__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4.4rem;
  height: 1px;
  background: #B98374;
  transition: 0.3s;
}
.c-flow-btn__item .num {
  font-size: 3rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #B98374;
}
.c-flow-btn__item .step {
  color: #B98374;
  font-size: 1rem;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
.c-flow-btn__item .txt {
  padding-left: 1rem;
}
.c-flow-btn__step {
  background: #9D8C80;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.9rem 0;
  margin: 2rem 0 0;
}
.c-flow-main {
  width: calc((100vw - 93rem) / 2 + 55rem);
  margin-right: calc((100vw - 93rem) / 2 * -1);
}
.-wide .c-flow-main {
  width: calc((100vw - 111.3rem) / 2 + 51.7rem);
  margin-right: calc((100vw - 113rem) / 2 * -1);
}
@media screen and (max-width: 767px) {
  .-wide .c-flow-main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-main {
    width: 100%;
    margin: 4rem 0 0;
    padding: 0 2.4rem;
  }
}
.c-flow-main .slick-track {
  display: flex;
  gap: 0 1.6rem;
}
.c-flow-main .slick-slide {
  height: auto !important;
  background: #fff;
  background: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
}
.c-flow-main__step {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .c-flow-main__step {
    display: block !important;
    background: #9D8C80;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.6rem 0;
    margin: 0.6rem 0;
  }
}
.c-flow-main__item {
  width: 51.2rem !important;
  padding: 1.4rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-flow-main__item {
    width: 100% !important;
    padding: 0;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
  }
  .c-flow-main__item + .c-flow-main__item {
    margin-top: 0.6rem;
  }
}
.c-flow-main__ttl {
  pointer-events: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1.6rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-flow-main__ttl {
    pointer-events: all;
    background: #fff;
    padding: 2rem 5rem 2rem 1.6rem;
  }
}
.c-flow-main__ttl.is-active {
  font-weight: 500;
  color: #B98374;
}
.c-flow-main__ttl.is-active::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flow-main__ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 2.6rem;
    height: 2.7rem;
    background: url(../img/home/icn_clinic_minus.png) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .c-flow-main__ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 2.6rem;
    height: 2.7rem;
    background: url(../img/home/icn_clinic_plus.png) 0 0/100% auto no-repeat;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.3s;
  }
  .is-open .c-flow-main__ttl::after {
    transform: translateY(-50%) rotate(0);
  }
}
.c-flow-main__ttl .num {
  font-size: 4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .c-flow-main__ttl .num {
    font-size: 3rem;
  }
}
.c-flow-main__ttl .step {
  color: #B98374;
  font-size: 1.3rem;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-flow-main__ttl .step {
    font-size: 1rem;
  }
}
.c-flow-main__ttl .txt {
  font-size: 2.4rem;
  padding-left: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-flow-main__ttl .txt {
    font-size: 1.6rem;
  }
}
.c-flow-main__ttl .free {
  position: absolute;
  top: -1rem;
  right: -2.9rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 5.2rem;
  background: #9D8C80;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 767px) {
  .c-flow-main__ttl .free {
    top: 1.5rem;
    right: 5.2rem;
    width: 4.7rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}
.c-flow-main__inner {
  background: #fff;
  padding: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-flow-main__inner {
    padding: 0 1.6rem 2.4rem;
  }
}
.c-flow-main__txt {
  line-height: 1.75;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-flow-main__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 1.2rem 0 0;
  }
}
.c-flow-main__btn {
  width: 44.8rem;
  height: 8.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-flow-main__btn {
    width: 100%;
    height: 6.7rem;
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}
.c-flow-main__btn a {
  position: relative;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  color: #fff;
}
.c-flow-main__btn a::before {
  background: #8D6951;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.2), 0 0.1rem 0.2rem rgba(255, 255, 255, 0.2) inset !important;
}
@media screen and (max-width: 767px) {
  .c-flow-main__btn a::before {
    background: #805B43;
  }
}
.c-flow-main__btn a::after {
  background: #fff;
}
.c-flow-main__btn a span {
  position: absolute;
  top: 50%;
  left: 4.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.9rem;
  height: 3.4rem;
  font-size: 1.7rem;
  font-weight: 700;
  background: url(../img/common/bg_free.svg) center center/100% 100% no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-flow-main__btn a span {
    left: 2.2rem;
    width: 3.1rem;
    height: 2.2rem;
    font-size: 1.1rem;
  }
}
.c-flow-main__next {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-flow-main__next {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    background: #9D8C80;
    color: #fff;
    font-weight: 700;
    margin: 0.6rem 0;
  }
}
.c-flow-main__notes {
  text-align: center;
  font-size: 1.4rem;
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-flow-main__notes {
    font-size: 1rem;
  }
}
.c-flow-main .slick-arrow {
  position: absolute;
  bottom: -0.1rem;
}
.c-flow-main .slick-arrow.slick-prev {
  left: 23rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: scale(-1, 1);
}
.-wide .c-flow-main .slick-arrow.slick-prev {
  left: 23rem;
}
@media screen and (max-width: 767px) {
  .-wide .c-flow-main .slick-arrow.slick-prev {
    left: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-main .slick-arrow.slick-prev {
    left: 6.5rem;
  }
}
.c-flow-main .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-flow-main .slick-arrow.slick-next {
  left: 53rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.-wide .c-flow-main .slick-arrow.slick-next {
  left: 49.2rem;
}
@media screen and (max-width: 767px) {
  .-wide .c-flow-main .slick-arrow.slick-next {
    left: auto;
    right: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-main .slick-arrow.slick-next {
    left: auto;
    right: 6.5rem;
  }
}
.c-flow-main .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-flow-main .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.c-flow-main .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: 28rem;
  margin: 4rem 0 0 25.1rem;
}
.-wide .c-flow-main .slick-dots {
  margin: 4rem 0 0 23.2rem;
}
@media screen and (max-width: 767px) {
  .-wide .c-flow-main .slick-dots {
    width: 32rem;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-main .slick-dots {
    width: 32rem;
    margin: 2rem auto 0;
  }
}
.c-flow-main .slick-dots li {
  line-height: 0;
}
.c-flow-main .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #DBCDC6;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 1;
}
.c-flow-main .slick-dots li.slick-active button {
  background: #B98374;
}

.c-modal {
  margin-top: 2.4rem;
}
.c-modal + .c-modal {
  margin-top: 0.8rem;
}
.c-modal-content {
  opacity: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  inset: 0;
  z-index: 100;
  transition: 0.3s;
}
.is-instant .c-modal-content {
  transition: none !important;
}
.c-modal-content.is-open {
  opacity: 1;
  pointer-events: all;
}
.c-modal-content__button {
  position: absolute;
  top: -1.8rem;
  right: -1.8rem;
  width: 5.8rem;
  height: 5.8rem;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-modal-content__button:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-content__button {
    top: -2.4rem;
    right: -2.4rem;
  }
}
.c-modal-content__overlay {
  position: absolute;
  inset: 0;
  background: rgba(164, 122, 110, 0.95);
}
.c-modal-content__inner {
  position: relative;
  width: 46rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.7rem 0.1rem rgba(0, 0, 0, 0.05);
  padding: 6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-modal-content__inner {
    width: 38rem;
    padding: 6rem 2.4rem 2.4rem;
  }
}
.c-modal-content__pre {
  color: #9D8C80;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-modal-content__pre {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.c-modal-content__ttl {
  text-align: center;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 3.2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-modal-content__ttl {
    font-size: 2.8rem;
  }
}
.c-modal-content__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-modal-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.c-modal-content__sub {
  font-size: 1.5rem;
  font-weight: 700;
  color: #B98374;
  margin: 2rem 0 0;
}
.c-modal-content__sub.-bk {
  color: #5A554D;
}
.c-modal-content__seibun {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.7rem 0 0;
}
.c-modal-content__seibun li {
  font-size: 1.4rem;
  line-height: 2;
  background: #FCF8F8;
  padding: 0 1.2rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .c-modal-content__seibun li {
    font-size: 1.2rem;
  }
}
.c-modal-content-nav {
  position: relative;
  width: 32rem;
  margin: 2rem auto 0;
}
.c-modal-content-nav__arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-modal-content-nav__arrow button {
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.c-modal-content-nav__arrow button.-prev {
  transform: scale(-1, 1);
}
.c-modal-content-nav__arrow button.is-disabled, .c-modal-content-nav__arrow button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.c-modal-content-nav__dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, -50%);
}
.c-modal-content-nav__dots button {
  width: 1.2rem;
  height: 1rem;
  background: #C49389;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.c-modal-content-nav__dots button.is-current {
  background: #fff;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (min-width: 1280.1px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

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

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

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold { /*font-weight: 700;*/ }

a.is-disabled[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.4;
  filter: grayscale(1);
  text-decoration: none;
  transition: opacity 0.3s, filter 0.3s;
}
a.is-disabled[aria-disabled=true]:hover, a.is-disabled[aria-disabled=true]:focus-visible, a.is-disabled[aria-disabled=true]:active {
  opacity: 0.4;
  filter: grayscale(1);
}

.scroll-mask {
  position: relative;
  overflow: hidden;
}
.scroll-mask img {
  display: block;
  width: 100%;
}
.scroll-mask::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.115, 0.405, 0.24, 1);
  pointer-events: none;
}
.scroll-mask.is-active::after {
  transform: translateY(100%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes footer-mind-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* animation */
@keyframes loop {
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes merit-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=common.css.map */