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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #565656;
}

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

section[id] {
  scroll-margin-top: 10rem;
}
@media (max-width: 767px) {
  section[id] {
    scroll-margin-top: 7rem;
  }
}

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

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

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

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

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

.title-area {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  position: relative;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .title-area {
    padding-bottom: 1.5rem;
    gap: 1.5rem;
  }
}
.title-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14rem;
  height: 1px;
  background: #C83082;
}

.section-title {
  color: #C83082;
  font-size: 12.8rem;
  font-family: "Crimson Text", serif;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 4rem;
  }
}

.sub-title {
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 1.8rem;
  }
}
.sub-title span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .sub-title span {
    font-size: 2rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .l-header {
    height: 7rem;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    padding: 0;
    gap: 0;
  }
}

.l-header-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  z-index: 9999;
}
@media (max-width: 767px) {
  .l-header-title {
    width: 20rem;
    padding-left: 1rem;
  }
}

.instagram-link {
  margin-right: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.instagram-link:hover {
  opacity: 0.7;
}
.instagram-link img {
  width: 6rem;
  height: auto;
}
@media (max-width: 767px) {
  .instagram-link img {
    width: 4rem;
  }
}

.l-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.l-header-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
@media (max-width: 767px) {
  .l-header-reserve {
    display: none;
  }
}

.l-header-reserve__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 27rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header-reserve__tel {
    width: auto;
    padding: 0;
  }
}

.l-header-reserve__tel--head {
  text-align: center;
}

.l-header-reserve__tel--head-text {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  padding: 0.8rem 2rem;
  background: #B19E74;
}
@media (max-width: 767px) {
  .l-header-reserve__tel--head-text {
    display: none;
  }
}

.l-header-reserve__tel--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  padding: 0.8rem 2rem;
  background: #B19E74;
}
@media (max-width: 767px) {
  .l-header-reserve__tel--body {
    padding: 0 1.2rem;
    height: 100%;
  }
}

.l-header-reserve__tel--body-icon {
  width: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header-reserve__tel--body-text {
  font-size: 3rem;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .l-header-reserve__tel--body-text {
    display: none;
  }
}

.l-header-reserve__tel--bottom-text {
  font-size: 1.6rem;
  margin-top: 0.2rem;
  color: #B19E74;
}
@media (max-width: 767px) {
  .l-header-reserve__tel--bottom-text {
    display: none;
  }
}

.l-header-reserve__web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #B49C74;
  width: 18rem;
  height: 100%;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .l-header-reserve__web {
    width: 6rem;
  }
}

.l-header-reserve__web:hover {
  opacity: 0.85;
}

.l-header-reserve__web::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: rgba(238, 221, 191, 0.16);
  z-index: 2;
  pointer-events: none;
}

.l-header-reserve__web::after {
  content: "";
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon-triangle.webp) no-repeat center/contain;
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-header-reserve__web::after {
    bottom: 0.4rem;
    right: 0.4rem;
    width: 1rem;
    height: 1rem;
  }
}

.l-header-reserve__web-inner {
  width: 90%;
  height: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) top/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) left/1px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) right/1px 100% no-repeat;
  background: linear-gradient(#fff, #fff) top/100% 1px no-repeat, linear-gradient(#fff, #fff) bottom/100% 1px no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) left/1px 100% no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) right/1px 100% no-repeat;
}
@media (max-width: 767px) {
  .l-header-reserve__web-inner {
    width: 86%;
    height: 80%;
  }
}

.l-header-reserve__web--icon {
  width: 3.2rem;
}
@media (max-width: 767px) {
  .l-header-reserve__web--icon {
    width: 2.2rem;
  }
}

.l-header-reserve__web--text {
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-header-reserve__web--text {
    font-size: 1.2rem;
  }
}

.hamburger {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7rem;
  height: 100%;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #CBB583;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    width: 6rem;
  }
}

.hamburger span {
  display: block;
  width: 3rem;
  height: 2px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

.hamburger-menu__text {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hamburger-menu__text {
    bottom: 1.5rem;
  }
}

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

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

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

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

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

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

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

.hamburger-menu__wrapper {
  padding: 11rem 0 8rem 4rem;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .hamburger-menu__wrapper {
    padding: 8rem 0 8rem 4rem;
  }
}

.hamburger-menu__list {
  margin-bottom: 1.5rem;
}

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

.c-fix-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9800;
  display: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 5rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .c-fix-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-fix-bar.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.c-fix-bar__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 0 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #e8e0d6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .c-fix-bar__instagram {
    display: none;
  }
}

.c-fix-bar__instagram:hover {
  opacity: 0.7;
}

.c-fix-bar__instagram img {
  width: 5rem;
  height: auto;
}

.c-fix-bar__tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background: #B19E74;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

.c-fix-bar__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96%;
  height: 80%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) top/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) left/1px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) right/1px 100% no-repeat;
  background: linear-gradient(#fff, #fff) top/100% 1px no-repeat, linear-gradient(#fff, #fff) bottom/100% 1px no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) left/1px 100% no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) right/1px 100% no-repeat;
}

.c-fix-bar__tel:hover {
  opacity: 0.85;
}

.c-fix-bar__tel-icon {
  width: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-fix-bar__tel-text {
  font-size: 2.8rem;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .c-fix-bar__tel-text {
    font-size: 2rem;
  }
}

.c-fix-bar__web {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background: #B49C74;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

.c-fix-bar__web::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96%;
  height: 80%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) top/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) left/1px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) right/1px 100% no-repeat;
  background: linear-gradient(#fff, #fff) top/100% 1px no-repeat, linear-gradient(#fff, #fff) bottom/100% 1px no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) left/1px 100% no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) right/1px 100% no-repeat;
}

.c-fix-bar__web:hover {
  opacity: 0.85;
}

.c-fix-bar__web-icon {
  width: 2.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-fix-bar__web-icon {
    width: 2.2rem;
  }
}

.c-fix-bar__web-text {
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-fix-bar__web-text {
    font-size: 1.4rem;
  }
}

.hamburger-menu__listItem {
  border-bottom: 1px solid rgba(203, 181, 131, 0.3);
}

.hamburger-menu__listItem:first-child {
  border-top: 1px solid rgba(203, 181, 131, 0.3);
}

.hamburger-menu__listLink {
  display: block;
  padding: 2rem 0 2rem 2rem;
  text-decoration: none;
  color: #565656;
  border-left: 2px solid transparent;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.hamburger-menu__listLink:hover {
  opacity: 1;
  color: #C83082;
  border-left-color: #C83082;
}

.hamburger-menu__listLink .splitTitle__before {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.hamburger-menu__listLink .splitTitle__before span {
  font-size: 1.2rem;
  font-family: "Crimson Text", serif;
  color: #CBB583;
  letter-spacing: 0.15em;
  margin-left: 1rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .hamburger-menu__listLink {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .hamburger-menu__listLink .splitTitle__before {
    font-size: 1.6rem;
  }
  .hamburger-menu__listLink .splitTitle__before span {
    font-size: 1.1rem;
  }
}
.l-footer {
  background: #FFF8F9;
  padding-top: 13rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 6rem;
  }
}
.l-footer .l-footer__inner {
  width: 100%;
  max-width: 1164rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.l-footer .l-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-top {
    gap: 3rem;
  }
}
.l-footer .l-footer-logo {
  width: 46rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-logo {
    width: 28rem;
  }
}
.l-footer .l-footer-logo img {
  width: 100%;
  height: auto;
}
.l-footer .l-footer-top-text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .l-footer-top-text {
    font-size: 1.4rem;
  }
}
.l-footer .l-footer-top-instagram {
  width: 6rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer-top-instagram {
    width: 4rem;
  }
}
.l-footer .l-footer-top-instagram img {
  width: 100%;
  height: auto;
}
.l-footer .l-footer-middle {
  padding: 5rem 6rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-middle {
    padding: 3rem 2rem;
  }
}
.l-footer .l-footer-middle-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-middle-flex {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.l-footer .l-footer-middle-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-middle-left {
    gap: 2rem;
  }
}
.l-footer .l-footer-middle-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer .l-footer-banner {
  display: block;
  width: 48rem;
  height: auto;
  margin: 10rem auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer-banner {
    width: 100%;
    margin: 4rem auto;
    padding: 0 2rem;
  }
}
.l-footer .l-footer-banner img {
  width: 100%;
  height: auto;
}
.l-footer .l-footer-bottom {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .l-footer .l-footer-bottom {
    padding: 2rem 0;
  }
}
.l-footer .l-footer-bottom-text {
  font-size: 1.6rem;
  line-height: 2;
  color: #565656;
  text-align: center;
  margin: 3rem auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .l-footer .l-footer-bottom-text {
    font-size: 1.2rem;
    margin: 2rem auto;
  }
}
.l-footer .l-footer-bottom-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../img/icon-train-b.webp) no-repeat center/contain;
}
@media (max-width: 767px) {
  .l-footer .l-footer-bottom-text::before {
    width: 2rem;
    height: 2rem;
  }
}
.l-footer .google-map {
  width: 100%;
  height: 40rem;
}
@media (max-width: 767px) {
  .l-footer .google-map {
    height: 22rem;
  }
}
.l-footer .google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.l-footer .l-copyright {
  text-align: center;
  padding: 2rem 0;
  background: #C83082;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    padding: 1.5rem 0;
  }
}
.l-footer .l-copyright-text {
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer .l-copyright-text {
    font-size: 1.2rem;
  }
}
.l-footer .footer-calendar {
  width: 100%;
}
.l-footer .footer-calendar__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border: 1px solid #AB903C;
}
.l-footer .footer-calendar__table th,
.l-footer .footer-calendar__table td {
  text-align: center;
  vertical-align: middle;
  padding: 1.2rem 0.5rem;
  font-size: 1.6rem;
  color: #565656;
}
@media (max-width: 767px) {
  .l-footer .footer-calendar__table th,
  .l-footer .footer-calendar__table td {
    font-size: 1rem;
    padding: 0.8rem 0.2rem;
  }
}
.l-footer .footer-calendar__table thead tr {
  background: #AB903C;
}
.l-footer .footer-calendar__table thead th,
.l-footer .footer-calendar__table thead td {
  color: #fff;
  font-weight: 400;
}
.l-footer .footer-calendar__table thead th:first-child,
.l-footer .footer-calendar__table tbody th {
  text-align: left;
  width: 15rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer .footer-calendar__table thead th:first-child,
  .l-footer .footer-calendar__table tbody th {
    width: 9rem;
  }
}
.l-footer .footer-calendar__table tbody tr {
  border-bottom: 1px solid #AB903C;
}
.l-footer .footer-calendar__mark {
  font-size: 1.8rem;
  color: #AB903C;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer .footer-calendar__mark {
    font-size: 1.2rem;
  }
}
.l-footer .footer-calendar__mark--slash {
  color: #AB903C;
}
.l-footer .footer-calendar__mark--limited {
  color: #AB903C;
}
.l-footer .footer-calendar__note {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #565656;
}
@media (max-width: 767px) {
  .l-footer .footer-calendar__note {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}
.l-footer .l-footer-view {
  width: 101rem;
  margin: 13rem auto 11rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-view {
    width: 100%;
    padding: 0 2rem;
    margin: 5rem auto;
  }
}
.l-footer .l-footer-view iframe {
  width: 100%;
  height: 60rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-view iframe {
    height: 30rem;
  }
}
.l-footer .l-footer-view-text {
  font-size: 3rem;
  color: #eb5454;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-view-text {
    font-size: 1.4rem;
    gap: 1rem;
  }
}
.l-footer .l-footer-view-text::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../img/icon-slash01.webp") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer .l-footer-view-text::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.l-footer .l-footer-view-text::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../img/icon-slash02.webp") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer .l-footer-view-text::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.l-footer .l-footer-view-image {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-view-image {
    margin-top: 2rem;
  }
}
.l-footer .l-google-map {
  width: 100%;
  height: 56rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .l-footer .l-google-map {
    width: calc(100% - 4rem);
    margin: 2rem auto 0;
    height: 18rem;
  }
}
.l-footer .l-google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.l-footer .l-copyright {
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    font-size: 1.3rem;
    padding: 1rem 0;
  }
}

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

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

.u-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
@media (max-width: 767px) {
  .u-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

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

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

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

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

.u-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/910;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: unset;
    height: 68rem;
  }
}
.fv .fv-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.fv .swiper-wrapper {
  height: 100%;
}
.fv .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.fv .fv-slide__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.fv .fv-slide__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.fv .fv-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .fv-slide01 .fv-main-text-area {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 8rem 11rem;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-main-text-area {
    padding: 6rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv .fv-slide01 .fv-text__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-text__left {
    padding-top: 3rem;
  }
}
.fv .fv-slide01 .fv-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.fv .fv-slide01 .fv-title__text {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-title__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.fv .fv-slide01 .fv-title__logo {
  width: 47rem;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-title__logo {
    width: 18rem;
  }
}
.fv .fv-slide01 .fv-title__logo img {
  width: 100%;
  height: auto;
}
.fv .fv-slide01 .fv-text__bottom {
  position: absolute;
  top: 60%;
  left: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-text__bottom {
    top: 50%;
    left: 2rem;
  }
}
.fv .fv-slide01 .fv-text__bottom--ja {
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-text__bottom--ja {
    font-size: 2rem;
  }
}
.fv .fv-slide01 .fv-text__bottom--en {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-text__bottom--en {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
  }
}
.fv .fv-slide01 .fv-text__bottom--sub {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-indent: -0.5em;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-text__bottom--sub {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}
.fv .fv-slide01 .fv-text__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  position: absolute;
  bottom: 11rem;
  right: 8rem;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-text__right {
    bottom: 1rem;
    right: 1rem;
  }
}
.fv .fv-slide01 .fv-circle {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-circle {
    width: 10rem;
    height: 10rem;
    font-size: 1.2rem;
  }
}
.fv .fv-slide01 .fv-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 95%;
  height: 95%;
  border: 1px dotted #fff;
}
.fv .fv-slide01 .fv-mark {
  font-size: 6.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv .fv-slide01 .fv-mark {
    font-size: 3rem;
  }
}
.fv .fv-slide02 .fv-main-text-area {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 8rem 5rem;
}
@media (max-width: 767px) {
  .fv .fv-slide02 .fv-main-text-area {
    padding: 6rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv .fv-slide02 .fv-text__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .fv .fv-slide02 .fv-text__left {
    padding-top: 3rem;
  }
}
.fv .fv-slide02 .fv-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.fv .fv-slide02 .fv-title__text {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .fv .fv-slide02 .fv-title__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.fv .fv-slide02 .fv-title__logo {
  width: 47rem;
}
@media (max-width: 767px) {
  .fv .fv-slide02 .fv-title__logo {
    width: 18rem;
  }
}
.fv .fv-slide02 .fv-title__logo img {
  width: 100%;
  height: auto;
}
.fv .fv-slide02 .fv-text__bottom {
  position: absolute;
  top: 80%;
  left: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .fv .fv-slide02 .fv-text__bottom {
    top: 30%;
    left: 2rem;
  }
}
.fv .fv-slide02 .fv-text__bottom--ja {
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fv .fv-slide02 .fv-text__bottom--ja {
    font-size: 2rem;
  }
}
.fv .fv-slide03 .fv-main-text-area {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 8rem 11rem;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-main-text-area {
    padding: 6rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv .fv-slide03 .fv-text__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-text__left {
    padding-top: 3rem;
  }
}
.fv .fv-slide03 .fv-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.fv .fv-slide03 .fv-title__text {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-title__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.fv .fv-slide03 .fv-title__logo {
  width: 47rem;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-title__logo {
    width: 18rem;
  }
}
.fv .fv-slide03 .fv-title__logo img {
  width: 100%;
  height: auto;
}
.fv .fv-slide03 .fv-text__bottom {
  position: absolute;
  top: 70%;
  left: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-text__bottom {
    top: 52%;
    left: 2rem;
  }
}
.fv .fv-slide03 .fv-text__bottom--ja {
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-text__bottom--ja {
    font-size: 2rem;
  }
}
.fv .fv-slide03 .fv-text__bottom--en {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  text-align: center;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-text__bottom--en {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
  }
}
.fv .fv-slide03 .fv-text__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  position: absolute;
  bottom: 11rem;
  right: 8rem;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-text__right {
    bottom: 1rem;
    right: 1rem;
  }
}
.fv .fv-slide03 .fv-circle {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-circle {
    width: 10rem;
    height: 10rem;
    font-size: 1.2rem;
  }
}
.fv .fv-slide03 .fv-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 95%;
  height: 95%;
  border: 1px dotted #fff;
}
.fv .fv-slide03 .fv-mark {
  font-size: 6.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv .fv-slide03 .fv-mark {
    font-size: 3rem;
  }
}

.youtube {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .youtube {
    margin-top: 2.4rem;
  }
}

.youtube__wrap {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.youtube__wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 767px) {
  .trouble {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url(../img/trouble.webp) no-repeat center 70%/contain;
    background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../img/trouble.webp) no-repeat center 70%/contain;
  }
}
.trouble .trouble-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 122rem;
  margin: 9rem auto 0;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .trouble .trouble-flex {
    width: 100%;
    padding: 0 2rem 4rem;
  }
}
.trouble .trouble-list {
  width: 50rem;
}
@media (max-width: 767px) {
  .trouble .trouble-list {
    width: 100%;
  }
}
.trouble .trouble-list__item {
  font-size: 1.6rem;
  line-height: 3;
  letter-spacing: 0.02em;
  padding-left: 8rem;
  border-bottom: 1px dotted #666;
  position: relative;
  z-index: 2;
}
.trouble .trouble-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon-check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.trouble .trouble-image-area {
  position: relative;
  background: #f5f5f5;
  width: 71rem;
  height: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateX(-9rem);
          transform: translateX(-9rem);
}
@media (max-width: 767px) {
  .trouble .trouble-image-area {
    display: none;
  }
}
.trouble .trouble-image-area::before {
  content: "";
  position: absolute;
  background: #FFF8F9;
  top: 7rem;
  left: 10rem;
  width: 100%;
  height: 100%;
}
.trouble .trouble-image {
  width: 61rem;
  height: 46rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: relative;
}
.trouble .trouble-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trouble .trouble-image__text {
  position: absolute;
  color: #fff;
  font-size: 12rem;
  font-family: "Crimson Text", serif;
  bottom: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  right: 0;
}
@media (max-width: 767px) {
  .trouble .trouble-image__text {
    display: none;
  }
}
.trouble .trouble-note {
  width: 122rem;
  margin: 1rem auto 6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .trouble .trouble-note {
    width: 100%;
    padding: 0 2rem;
    font-size: 1.2rem;
  }
}

.blue-radical {
  padding-bottom: 13rem;
  background: url(../img/bg-wave.webp) no-repeat bottom center/100% 75rem;
}
@media (max-width: 767px) {
  .blue-radical {
    padding-bottom: 6rem;
    background-size: 100% 40rem;
  }
}
.blue-radical .sub-title {
  text-align: center;
}
.blue-radical .blue-radical-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 128rem;
  margin: 12rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 4rem auto 0;
    padding: 0 2rem;
  }
}
.blue-radical .blue-radical-text-area {
  width: 75rem;
  height: 42rem;
  border: 1px solid #333;
  padding: 3rem 18rem 3rem 3rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-text-area {
    width: 100%;
    height: auto;
    padding: 2rem;
    margin-top: 2rem;
  }
}
.blue-radical .blue-radical-title {
  color: #C83082;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-title {
    font-size: 1.8rem;
  }
}
.blue-radical .blue-radical-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.blue-radical .blue-radical-image-area {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-image-area {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.blue-radical .blue-radical-image-area img {
  width: 66rem;
  height: auto;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-image-area img {
    width: 100%;
  }
}
.blue-radical .blue-radical-bottom {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-bottom {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}
.blue-radical .blue-radical-bottom__title {
  width: 85rem;
  height: 12rem;
  background: url(../img/bg-ribbon.webp) no-repeat center center/100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-bottom__title {
    width: 100%;
    height: 9rem;
  }
}
.blue-radical .blue-radical-bottom__title p {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-bottom__title p {
    font-size: 1rem;
    white-space: normal;
    text-align: center;
    width: 100%;
    line-height: 1.4;
  }
}
.blue-radical .blue-radical-bottom__title p span {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-bottom__title p span {
    font-size: 1.4rem;
  }
}
.blue-radical .blue-radical-bottom__text {
  width: 93rem;
  margin: 0 auto;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  padding: 4rem 3rem;
  background: #FFF;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  line-height: 2.2;
}
@media (max-width: 767px) {
  .blue-radical .blue-radical-bottom__text {
    width: 100%;
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.merit .merit-contents {
  padding: 7rem 2rem 10rem;
  background: url(../img/bg-merit.webp) no-repeat top center/100% 100%;
}
@media (max-width: 767px) {
  .merit .merit-contents {
    padding: 4rem 2rem 6rem;
  }
}
.merit .title-area__merit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.merit .section-title__merit {
  font-size: 9.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Crimson Text", serif;
}
@media (max-width: 767px) {
  .merit .section-title__merit {
    font-size: 6rem;
  }
}
.merit .sub-title__merit {
  font-size: 4rem;
  letter-spacing: 0.01em;
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
@media (max-width: 767px) {
  .merit .sub-title__merit {
    font-size: 2.4rem;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    text-align: center;
  }
}
.merit .sub-title__merit span {
  font-size: 8rem;
  font-weight: 500;
  color: #C83082;
}
@media (max-width: 767px) {
  .merit .sub-title__merit span {
    font-size: 5rem;
  }
}
.merit .merit-item {
  width: 121rem;
  margin: 0 auto;
  padding: 4rem 2rem 4rem 4rem;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .merit .merit-item {
    width: 100%;
    padding: 3rem 2rem;
  }
}
.merit .merit-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .merit .merit-item-head {
    gap: 2rem;
  }
}
.merit .merit-item-number {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #C83082;
  width: 7.2rem;
  height: 7.2rem;
  border: 3px solid #C83082;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .merit .merit-item-number {
    font-size: 3.2rem;
    width: 5rem;
    height: 5rem;
  }
}
.merit .merit-item-number::before {
  content: "";
  width: 7.2rem;
  height: 7.2rem;
  border: 2px dotted #C83082;
  position: absolute;
  -webkit-transform: translate(-0.5rem, -0.5rem);
          transform: translate(-0.5rem, -0.5rem);
}
@media (max-width: 767px) {
  .merit .merit-item-number::before {
    width: 5rem;
    height: 5rem;
  }
}
.merit .merit-item-number::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: #C83082;
  position: absolute;
  -webkit-transform: translate(-4rem, -4rem);
          transform: translate(-4rem, -4rem);
}
@media (max-width: 767px) {
  .merit .merit-item-number::after {
    width: 2rem;
    height: 2rem;
    -webkit-transform: translate(-2.8rem, -2.8rem);
            transform: translate(-2.8rem, -2.8rem);
  }
}
.merit .merit-item-title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .merit .merit-item-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.merit .merit-item-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .merit .merit-item-text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.merit .caution {
  margin-top: -0.2rem;
  padding-bottom: 14rem;
  background: url(../img/bg-caution.webp) no-repeat top center/100% 34rem, #FFFAF9;
}
@media (max-width: 767px) {
  .merit .caution {
    padding-bottom: 6rem;
    background-size: 100% 18rem, auto;
    background: url(../img/bg-caution.webp) no-repeat top center/100% 12rem, #FFFAF9;
  }
}
.merit .caution-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 15rem;
  width: 128rem;
}
@media (max-width: 767px) {
  .merit .caution-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 4rem 2rem 0;
    gap: 4rem;
  }
}
.merit .caution-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #C83082;
  -webkit-box-shadow: 2rem 2rem 0 0 #C83082;
          box-shadow: 2rem 2rem 0 0 #C83082;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .merit .caution-item {
    width: 100%;
    -webkit-box-shadow: 1rem 1rem 0 0 #C83082;
            box-shadow: 1rem 1rem 0 0 #C83082;
  }
}
.merit .caution-title {
  background: #C83082;
  color: #fff;
  padding: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -7rem auto 0;
}
@media (max-width: 767px) {
  .merit .caution-title {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    margin-top: -5rem;
  }
}
.merit .caution-list {
  position: relative;
  padding: 3rem 0 0 3rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .merit .caution-list {
    font-size: 1.4rem;
  }
}
.merit .caution-list li {
  position: relative;
}
.merit .caution-list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: -3rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/icon-check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.merit .caution-note {
  margin-top: 1rem;
  font-size: 1.6rem;
  padding-left: 3rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .merit .caution-note {
    font-size: 1.4rem;
  }
}
.merit .caution-note-list {
  list-style: disc;
  padding-left: 2.5rem;
}

.media .title-area__media::before {
  display: none;
}
.media .sub-title__media {
  color: #C83082;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .media .sub-title__media {
    font-size: 2.4rem;
  }
}
.media .sub-title__media span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .media .sub-title__media span {
    font-size: 3rem;
  }
}
.media .merit-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .media .merit-text {
    font-size: 1.4rem;
    inline-size: auto;
    padding: 0 2rem;
  }
}
.media .youtube {
  background: url(../img/bg-lattice.webp) no-repeat top center/100% 90%;
}
.media .youtube__wrap {
  width: 83rem;
  height: 47rem;
  margin: 4rem auto 9rem;
}
@media (max-width: 767px) {
  .media .youtube__wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 3rem auto 5rem;
    padding: 0 2rem;
  }
}
.media .youtube__wrap iframe {
  width: 100%;
  height: 100%;
}

.comparison {
  background: #FFF8F9;
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .comparison {
    padding: 0 1rem 5rem;
  }
}
.comparison .title-area__comparison {
  margin-top: 0;
  padding-top: 5rem;
}
.comparison .title-area__comparison::before {
  display: none;
}
.comparison .comparison-contents {
  width: 128rem;
  margin: 4rem auto 0;
  padding: 9rem 4rem 5rem;
  border: 2px solid #C83082;
}
@media (max-width: 767px) {
  .comparison .comparison-contents {
    width: 100%;
    margin: 2rem auto 0;
    padding: 4rem 2rem 3rem;
  }
}
.comparison .comparison-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .comparison .comparison-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.comparison .comparison-item {
  width: 55rem;
}
@media (max-width: 767px) {
  .comparison .comparison-item {
    width: 100%;
  }
}
.comparison .comparison-item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #C83082;
  padding: 1.5rem;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .comparison .comparison-item-title {
    font-size: 2.2rem;
    padding: 1rem 1.5rem;
  }
}
.comparison .comparison-item-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .comparison .comparison-item-text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.comparison .comparison-item-image {
  margin-top: 2.5rem;
}

.course .recomend-area {
  background: -webkit-gradient(linear, left bottom, left top, from(#F7B9AC), to(#FFF4F1));
  background: linear-gradient(0deg, #F7B9AC 0%, #FFF4F1 100%);
}
.course .course-outline {
  margin-top: -0.4rem;
  background: url(../img/bg-pink.webp) no-repeat top center/100% 100%;
  padding: 8rem 0 8rem 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .course .course-outline {
    padding: 4rem 2rem 6rem;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.4)), color-stop(55%, rgba(255, 255, 255, 0))), url(../img/famale01.webp) no-repeat bottom right/55%, url(../img/bg-pink.webp) no-repeat top center/100% 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%), url(../img/famale01.webp) no-repeat bottom right/55%, url(../img/bg-pink.webp) no-repeat top center/100% 100%;
  }
}
.course .course-outline::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45rem;
  height: 100%;
  background: url(../img/famale01.webp) no-repeat top right/contain;
}
@media (max-width: 767px) {
  .course .course-outline::before {
    display: none;
  }
}
.course .course-outline-text {
  width: 92rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 2.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .course .course-outline-text {
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }
}
.course .course-marker {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(62%, rgba(255, 230, 128, 0.75)), color-stop(88%, rgba(255, 230, 128, 0.75)), color-stop(99%, transparent));
  background-image: linear-gradient(to bottom, transparent 45%, rgba(255, 230, 128, 0.75) 62%, rgba(255, 230, 128, 0.75) 88%, transparent 99%);
}
.course .pink {
  color: #C83082;
  font-weight: 700;
}
.course .fz96 {
  font-size: 9.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .course .fz96 {
    font-size: 5.6rem;
  }
}
.course .fz40 {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .course .fz40 {
    font-size: 2.4rem;
  }
}
.course .fz60 {
  font-size: 6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .course .fz60 {
    font-size: 3.6rem;
  }
}
.course .course-contents {
  background: url(../img/bg-line.webp) no-repeat top center/100% 100%;
  padding: 15rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media (max-width: 767px) {
  .course .course-contents {
    padding: 5rem 2rem 6rem;
    gap: 5rem;
  }
}
.course .course-contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background: url(../img/bg-slash.webp) no-repeat bottom center/contain;
}
@media (max-width: 767px) {
  .course .course-contents::before {
    display: none;
  }
}
.course .course-item {
  position: relative;
  min-height: 50rem;
}
@media (max-width: 767px) {
  .course .course-item {
    min-height: auto;
  }
}
.course .course-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .course .course-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course .course-summary {
  width: 95%;
  padding: 2rem 0;
  background: #fff;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .course .course-summary {
    width: 100%;
    margin-top: 2rem;
  }
}
.course .course-summary-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #b49c74;
  padding: 3rem 4rem;
}
@media (max-width: 767px) {
  .course .course-summary-inner {
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course .course-summary-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  width: 70rem;
}
@media (max-width: 767px) {
  .course .course-summary-flex {
    width: 100%;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course .course-number {
  font-size: 13rem;
  font-family: "Crimson Text", serif;
  color: #C83082;
}
@media (max-width: 767px) {
  .course .course-number {
    font-size: 6rem;
  }
}
.course .course-summary__text-area {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .course .course-summary__text-area {
    padding: 1rem 0;
  }
}
.course .course-summary-title {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.06rem;
}
@media (max-width: 767px) {
  .course .course-summary-title {
    font-size: 2rem;
  }
}
.course .course-summary-title span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .course .course-summary-title span {
    font-size: 2.4rem;
  }
}
.course .course-summary-text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .course .course-summary-text {
    font-size: 1.2rem;
  }
}
.course .course-summary-text span {
  font-size: 3rem;
  color: #C83082;
}
@media (max-width: 767px) {
  .course .course-summary-text span {
    font-size: 1.6rem;
  }
}
.course .course-detail {
  position: absolute;
  right: 0;
  width: 65.4rem;
  padding: 2rem 4rem;
  background: #FFECE7;
}
@media (max-width: 767px) {
  .course .course-detail {
    position: static;
    width: 100%;
    padding: 2rem;
    margin-top: 2rem;
  }
}
.course .course-detail-inner {
  background: #fff;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .course .course-detail-inner {
    padding: 2rem 1rem;
  }
}
.course .course-detail-title {
  margin-top: 3rem;
  color: #C83082;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .course .course-detail-title {
    margin-top: 1rem;
  }
}
.course .course-detail-title:nth-child(1) {
  margin-top: 0;
}
.course .course-detail-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .course .course-detail-text {
    font-size: 1.4rem;
  }
}
.course .course-item02 .course-detail {
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .course .course-item02 .course-detail {
    position: static;
    left: auto;
    width: 100%;
    padding: 2rem;
    margin-top: 2rem;
  }
}
.course .course-item02 .course-detail-inner {
  padding: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .course .course-item02 .course-detail-inner {
    padding: 2rem 1rem;
    margin-top: 0;
  }
}
.course .course-item02 .course-detail-title {
  color: #333;
}
@media (max-width: 767px) {
  .course .course-item02 .course-detail-title {
    margin-top: 1rem;
  }
}
.course .course-item02 .course-detail-text {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .course .course-item02 .course-detail-text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.course .course-item02 .course-summary {
  margin-left: auto;
}
@media (max-width: 767px) {
  .course .course-item02 .course-summary {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.course .course-item02 .course-summary-inner {
  min-height: 46rem;
}
@media (max-width: 767px) {
  .course .course-item02 .course-summary-inner {
    min-height: auto;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course .course-item02 .course-summary-flex {
  margin-left: auto;
}
@media (max-width: 767px) {
  .course .course-item02 .course-summary-flex {
    width: 100%;
    margin-left: 0;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course .course-item02 .course-table th, .course .course-item02 .course-table td {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .course .course-item02 .course-table th, .course .course-item02 .course-table td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    padding: 0.4rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .course .course-item02 .course-table th {
    padding-top: 1.2rem;
  }
}

.flow .sub-tilte {
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .flow .sub-tilte {
    font-size: 1.8rem;
  }
}
.flow .flow-contents {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .flow .flow-contents {
    margin-top: 4rem;
  }
}
.flow .flow-item {
  padding: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .flow .flow-item {
    padding: 1.5rem;
  }
}
.flow .flow-item__odd {
  background: #FFF8F9;
}
.flow .flow-item__odd .flow-number {
  text-shadow: 0 0 8px rgba(200, 48, 130, 0.25), 0 0 25px rgba(200, 48, 130, 0.15);
}
.flow .flow-item__even .flow-number {
  text-shadow: 0 0 8px rgba(200, 48, 130, 0.25), 0 0 25px rgba(200, 48, 130, 0.15);
}
.flow .flow-item-flex {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 4rem;
}
@media (max-width: 767px) {
  .flow .flow-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4rem;
    gap: 2rem;
  }
}
.flow .flow-item-flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22rem;
  height: 11rem;
  border-top: 0.1rem solid #333;
  border-left: 0.1rem solid #333;
}
@media (max-width: 767px) {
  .flow .flow-item-flex::before {
    width: 10rem;
    height: 5rem;
  }
}
.flow .flow-item-flex::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22rem;
  height: 11rem;
  border-bottom: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
}
@media (max-width: 767px) {
  .flow .flow-item-flex::after {
    width: 10rem;
    height: 5rem;
  }
}
.flow .flow-text-area {
  padding: 5rem 0 0 11rem;
}
@media (max-width: 767px) {
  .flow .flow-text-area {
    padding: 2rem;
  }
}
.flow .flow-number {
  position: absolute;
  top: 1rem;
  left: 5rem;
  color: #fff;
  font-family: "Crimson Text", serif;
  text-align: center;
  line-height: 1;
  font-size: 6.4rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .flow .flow-number {
    font-size: 4rem;
    left: 1rem;
  }
}
.flow .flow-number span {
  display: block;
  line-height: 1;
  font-size: 16rem;
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .flow .flow-number span {
    font-size: 10rem;
    margin-top: -2rem;
  }
}
.flow .flow-item-title {
  font-size: 2.4rem;
  font-family: "Crimson Text", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow .flow-item-title {
    font-size: 1.8rem;
  }
}
.flow .flow-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .flow .flow-text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.flow .flow-text-bottom {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .flow .flow-text-bottom {
    margin-top: 2rem;
  }
}
.flow .flow-text-bottom-title {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .flow .flow-text-bottom-title {
    font-size: 1.4rem;
  }
}
.flow .flow-text-bottom-list {
  font-size: 1.6rem;
  list-style: disc;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .flow .flow-text-bottom-list {
    font-size: 1.4rem;
  }
}
.flow .flow-text-bottom-note {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .flow .flow-text-bottom-note {
    font-size: 1.4rem;
  }
}
.flow .flow-image-area {
  padding: 0 6rem 12rem 0;
}
@media (max-width: 767px) {
  .flow .flow-image-area {
    padding: 0;
    width: 100%;
  }
}
.flow .flow-image-area img {
  width: 43rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .flow .flow-image-area img {
    width: 100%;
  }
}
.flow .next-flow {
  position: absolute;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 23rem;
  height: 5rem;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -5rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .flow .next-flow {
    width: 15rem;
    height: 3.5rem;
    margin-bottom: -3.5rem;
  }
}
.flow .next-flow__pink {
  background: #FFF8F9;
}
.flow .flow-item__even {
  background: #fff;
}
.flow .flow-item__even .flow-number {
  color: #FFF8F9;
}
.flow .next-flow__white {
  background: #fff;
}

@media (max-width: 767px) {
  .fee .fee-contents {
    padding: 0 2rem;
  }
}
.fee .fee-inner {
  width: 90rem;
  padding: 3rem;
  margin: 6rem auto;
  background: #fff;
  -webkit-box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .fee .fee-inner {
    width: 100%;
    padding: 1rem;
    margin: 3rem auto;
  }
}
.fee .fee-table {
  width: 100%;
}
.fee .fee-table tr {
  border-bottom: 1px dotted #333;
}
.fee .fee-table th,
.fee .fee-table td {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem;
}
@media (max-width: 767px) {
  .fee .fee-table th,
  .fee .fee-table td {
    font-size: 1.2rem;
    padding: 1rem 0.4rem;
  }
}
.fee .fee-note-area {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .fee .fee-note-area {
    gap: 1rem;
    margin-top: 2rem;
  }
}
.fee .fee-note {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .fee .fee-note {
    font-size: 1rem;
  }
}

.faq {
  position: relative;
}
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13rem;
  background: #FFF3FA;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0%, 0 100%);
}
@media (max-width: 767px) {
  .faq::before {
    height: 6rem;
  }
}
.faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13rem;
  background: #FFF3FA;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0%, 0 100%);
  rotate: 180deg;
}
@media (max-width: 767px) {
  .faq::after {
    height: 6rem;
  }
}
.faq .faq-contents {
  margin: 6rem auto 0;
  width: 128rem;
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .faq .faq-contents {
    margin: 3rem auto 0;
    width: 100%;
    padding: 0 2rem 6rem;
  }
}
.faq .faq-item {
  margin-bottom: 1rem;
}
.faq .q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFBCE0;
  cursor: pointer;
}
.faq .q-item.is-open .q-mark::before {
  content: "−";
}
.faq .q-icon {
  background: #C83082;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  width: 7rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq .q-icon {
    font-size: 1.4rem;
    width: 4rem;
  }
}
.faq .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 2.4rem;
  padding: 2rem 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .faq .q-text {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
.faq .q-mark {
  padding: 0 2.5rem;
  font-size: 0;
}
@media (max-width: 767px) {
  .faq .q-mark {
    padding: 0 1rem;
  }
}
.faq .q-mark::before {
  content: "+";
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq .q-mark::before {
    font-size: 1.4rem;
  }
}
.faq .a-item {
  display: none;
  border: 1px solid #C83082;
  border-top: none;
}
.faq .a-text {
  padding: 3rem 2rem 3rem 3rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faq .a-text {
    padding: 2rem;
    font-size: 1.2rem;
  }
}
.faq .a-text span {
  font-weight: 700;
}

.reserve {
  background: #C83082;
  padding: 7rem 0 8rem;
}
@media (max-width: 767px) {
  .reserve {
    padding: 4rem 2rem 5rem;
  }
}

.reserve-head {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .reserve-head {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.5;
  }
}
.reserve-head::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.3rem;
  background: #fff;
  margin-right: 2rem;
}
.reserve-head::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.3rem;
  background: #fff;
  margin-left: 2rem;
}
.reserve-head span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .reserve-head span {
    font-size: 1.6rem;
  }
}

.reserve-flex {
  width: 101rem;
  margin: 6rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .reserve-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
  }
}

.reserve-tel {
  width: 50rem;
  height: 10rem;
  background: #B19E74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .reserve-tel {
    width: 100%;
    height: 8rem;
  }
}

.reserve-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99%;
  height: 95%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) top/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) left/1px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) right/1px 100% no-repeat;
  background: linear-gradient(#fff, #fff) top/100% 1px no-repeat, linear-gradient(#fff, #fff) bottom/100% 1px no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) left/1px 100% no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) right/1px 100% no-repeat;
}

.reserve-tel::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon-triangle.webp) no-repeat center/contain;
  pointer-events: none;
}

.tel-head-text {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
  width: 96%;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .tel-head-text {
    font-size: 1.4rem;
  }
}

.reserve-tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}

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

.tel-text {
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .tel-text {
    font-size: 2.8rem;
  }
}

.reserve-web {
  width: 50rem;
  height: 10rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #B49C74;
  z-index: 1;
}
@media (max-width: 767px) {
  .reserve-web {
    width: 100%;
    height: 8rem;
  }
}

.reserve-web::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: rgba(238, 221, 191, 0.16);
  z-index: 2;
}

.reserve-web::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon-triangle.webp) no-repeat center/contain;
  z-index: 3;
}

.reserbe-web__inner {
  width: 99%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) top/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) left/1px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eeddbf), color-stop(53%, #816e42), to(#eeddbf)) right/1px 100% no-repeat;
  background: linear-gradient(#fff, #fff) top/100% 1px no-repeat, linear-gradient(#fff, #fff) bottom/100% 1px no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) left/1px 100% no-repeat, linear-gradient(#eeddbf, #816e42 53%, #eeddbf) right/1px 100% no-repeat;
}

.reserve-web__note {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .reserve-web__note {
    font-size: 1.4rem;
  }
}

.reserve-web__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.web-icon {
  width: 4rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .web-icon {
    width: 3rem;
    height: 2.2rem;
  }
}

.web-text {
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .web-text {
    font-size: 2.6rem;
  }
}

.recomend {
  background: #C83082;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  color: #fff;
  height: 36rem;
  padding-top: 2rem;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .recomend {
    font-size: 1.2rem;
    height: 14rem;
    line-height: 1.4;
  }
}
.recomend span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .recomend span {
    font-size: 1.6rem;
  }
}

.greeting {
  padding: 10rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 4rem 2rem;
  }
}

.greeting-text-area {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .greeting-text-area {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.greeting-title {
  padding-left: 5rem;
  color: #C83082;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Crimson Text", serif;
  font-size: 13.5rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .greeting-title {
    position: absolute;
    left: 0;
    top: 4rem;
    font-size: 7rem;
    padding-left: 0.5rem;
    z-index: 0;
    opacity: 0.3;
  }
}

.greeting-message {
  padding: 0 6.5rem 3rem 0;
}
@media (max-width: 767px) {
  .greeting-message {
    padding: 0;
    position: relative;
    z-index: 1;
  }
}

.greeting-head {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .greeting-head {
    font-size: 2.4rem;
  }
}
.greeting-head::after {
  content: "";
  display: block;
  background: #C83082;
  height: 1px;
  width: 14rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .greeting-head::after {
    margin-top: 2rem;
    width: 8rem;
  }
}

@media (max-width: 767px) {
  .greeting-middle {
    position: relative;
    z-idex: 2;
  }
}

.greeting-middle-title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.06;
  margin: 7rem 0 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .greeting-middle-title {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}

.greeting-middle-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06;
}
@media (max-width: 767px) {
  .greeting-middle-text {
    font-size: 1.4rem;
  }
}

.greeting-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3rem;
  margin-top: 7rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .greeting-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    margin-top: 3rem;
  }
}

.greeting-role {
  font-size: 3rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .greeting-role {
    font-size: 1.6rem;
  }
}

.greeting-name__ja {
  font-size: 4rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .greeting-name__ja {
    font-size: 2rem;
  }
}

.greeting-name__en {
  font-size: 3.2rem;
  color: #C83082;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .greeting-name__en {
    font-size: 2rem;
  }
}

.greeting-image-area {
  width: 54rem;
  height: auto;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .greeting-image-area {
    width: 100%;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1;
  }
}

.greeting-image {
  aspect-ratio: 536/640;
  position: relative;
  z-index: 0;
}
.greeting-image::before {
  content: "";
  position: absolute;
  top: 6rem;
  right: -6rem;
  width: 100%;
  height: 100%;
  background: #FFF3FA;
  z-index: -1;
}
@media (max-width: 767px) {
  .greeting-image::before {
    top: 2rem;
    right: -2rem;
  }
}

.greeting-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #D77D1E;
  border-radius: 1rem;
  background: rgba(215, 125, 30, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

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

.to-top-area {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}

.to-top-area.is-hidden {
  opacity: 0;
  pointer-events: none;
}

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

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

.fade-up {
  opacity: 0;
}