@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
@font-face {
  font-family: "Josefin Sans";
  src: url("../font/JosefinSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 700; /* 対応範囲 */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

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

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .l-header {
    height: 13vw;
  }
}
.l-header::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, .6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.l-header.is-fixed {
  z-index: 1000;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .l-header.is-fixed {
    max-width: 100vw;
  }
}
.l-header.is-fixed::after {
  opacity: 1;
}
.l-header.is-active {
  opacity: 1;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 18px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .l-header__inner {
    padding: 0 3.6vw 0 4.4vw;
  }
}
.l-header__logo {
  width: 130px;
}
@media screen and (max-width: 500px) {
  .l-header__logo {
    width: 26vw;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .l-header__contents {
    gap: 4vw;
  }
}
.l-header__instagram {
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .l-header__instagram {
    margin-top: 2vw;
  }
}
.l-header__open {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  max-width: 500px;
  background-image: url(../img/bg.webp);
  background-size: contain;
  background-repeat: repeat;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.l-header__open::after {
  position: absolute;
  content: "";
  background-image: url("../img/nav-object.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 312px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 11%;
}
@media screen and (max-width: 500px) {
  .l-header__open {
    max-width: 100vw;
  }
  .l-header__open::after {
    width: 100vw;
    height: 62.4vw;
  }
}
.l-header__open.is-active {
  max-height: 100vh;
}
.l-header__openhead {
  width: 100%;
  height: 65px;
  padding: 0 18px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .l-header__openhead {
    height: 13vw;
    padding: 0 3.6vw 0 4.4vw;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 420px;
  margin: 57px auto 0;
  gap: 60px;
}
@media screen and (max-width: 500px) {
  .l-header__nav {
    max-width: 84vw;
    margin: 11.4vw auto 0;
    gap: 12vw;
  }
}
.l-header__navitem {
  color: #F2F0EB;
  border-bottom: 1.5px dashed rgba(242, 240, 235, .5);
  padding-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 18px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .l-header__navitem {
    padding-bottom: 2.2vw;
    gap: 3.6vw;
  }
}
.l-header__navitem .-lg {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 0;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .l-header__navitem .-lg {
    font-size: 6vw;
  }
}
.l-header__navitem .-sm {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .l-header__navitem .-sm {
    font-size: 3.2vw;
  }
}
.l-header a:hover {
  opacity: 0.7;
}

@-webkit-keyframes headerFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-footer {
  background-color: #5A4A3E;
  padding: 40px 20px 130px;
}
@media screen and (max-width: 500px) {
  .l-footer {
    padding: 8vw 4vw 26vw;
  }
}
.l-footer small {
  color: #EAE8E7;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.06em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .l-footer small {
    font-size: 2.6vw;
  }
}

.l-bg {
  background-image: url(../img/pc-bg.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.l-main {
  max-width: 500px;
  margin: 0 auto;
  background-color: #F2F0EB;
}
@media screen and (max-width: 500px) {
  .l-main {
    max-width: 100vw;
  }
}

.l-shadow {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .l-shadow {
    max-width: 100vw;
  }
}

.c-burger {
  width: 32px;
  height: 23px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .c-burger {
    width: 6.4vw;
    height: 4.6vw;
  }
}
.c-burger__text {
  font-size: 12px;
  font-weight: 300;
  color: #5A4A3E;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .c-burger__text {
    font-size: 2.4vw;
  }
}
.c-burger__border {
  width: 32px;
  height: 1px;
  display: block;
  background-color: #5A4A3E;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .c-burger__border {
    width: 6.4vw;
  }
}
.c-burger__border.-top {
  top: 68%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-burger__border.-bottom {
  bottom: 0px;
}
.c-burger.-color .c-burger__text {
  color: #fff;
}
.c-burger.-color .c-burger__border {
  background-color: #fff;
}
.c-burger.-color .c-burger__border.-top {
  rotate: -13deg;
}
.c-burger.-color .c-burger__border.-bottom {
  bottom: -1px;
  rotate: 13deg;
}

.c-cta {
  background-image: url(../img/campaign-bg.webp);
}
.c-cta-campaign {
  padding: 60px 20px 50px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign {
    padding: 12vw 4vw 10vw;
  }
}
.c-cta-campaign__title {
  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: 8px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__title {
    gap: 1.6vw;
  }
}
.c-cta-campaign__title .-sm {
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__title .-sm {
    font-size: 4.4vw;
  }
}
.c-cta-campaign__title .-lg {
  font-size: 40px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: 0;
  font-family: "Josefin Sans", sans-serif;
  color: #5A8A5E;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__title .-lg {
    font-size: 8vw;
  }
}
.c-cta-campaign__menu {
  border: 1px solid #fff;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__menu {
    padding: 4vw;
    margin-top: 6vw;
  }
}
.c-cta-campaign__menuinner {
  background-color: #fff;
  padding: 17px 20px 20px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__menuinner {
    padding: 3.4vw 4vw 4vw;
  }
}
.c-cta-campaign__menutitle {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__menutitle {
    font-size: 3.2vw;
    padding: 0 4.4vw;
  }
}
.c-cta-campaign__menutitle::after, .c-cta-campaign__menutitle::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  top: 6px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__menutitle::after, .c-cta-campaign__menutitle::before {
    width: 3vw;
    height: 4vw;
    top: 1.2vw;
  }
}
.c-cta-campaign__menutitle::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cline y1='-0.75' x2='22' y2='-0.75' transform='matrix(-0.642788 0.766044 0.766044 0.642788 15.8423 1.55164)' stroke='%235A4A3E' stroke-width='1.5'/%3E%3C/svg%3E");
  right: 0;
}
.c-cta-campaign__menutitle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cline x1='0.732248' y1='1.06955' x2='14.8736' y2='17.9225' stroke='%235A4A3E' stroke-width='1.5'/%3E%3C/svg%3E");
  left: 0;
}
.c-cta-campaign__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 17px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__price {
    gap: 2vw;
    margin-top: 3.4vw;
  }
}
.c-cta-campaign__price .-sm {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__price .-sm {
    font-size: 2.4vw;
  }
}
.c-cta-campaign__price .-md {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__price .-md {
    font-size: 3.6vw;
  }
}
.c-cta-campaign__price .-lg {
  font-size: 48px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__price .-lg {
    font-size: 9.6vw;
  }
}
.c-cta-campaign__item {
  border-bottom: #5A8A5E 1px dashed;
}
.c-cta-campaign__item a {
  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;
  padding: 20px 10px 23px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__item a {
    padding: 4vw 2vw 4.6vw;
  }
}
.c-cta-campaign__item .-title {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #5A8A5E;
  margin: 0 -1px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__item .-title {
    font-size: 3.4vw;
  }
}
.c-cta-campaign__item .-more {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #5A8A5E;
  position: relative;
  padding-right: 22px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__item .-more {
    font-size: 2.8vw;
    padding-right: 4.4vw;
  }
}
.c-cta-campaign__item .-more::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M12.3535 0.353516L6.35352 6.35352L0.353515 0.353516' stroke='%235A8A5E'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__item .-more::after {
    width: 2.6vw;
    height: 1.6vw;
  }
}
.c-cta-campaign__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__list2 {
    gap: 0 4vw;
  }
}
.c-cta-campaign__list2 .c-cta-campaign__item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__list2 .c-cta-campaign__item {
    width: calc(50% - 2vw);
  }
}
.c-cta-campaign__list2 .c-cta-campaign__item a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 23px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__list2 .c-cta-campaign__item a {
    padding: 4vw 0 4.6vw;
  }
}
.c-cta-reserve {
  padding: 54px 0 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(215, 246, 215, .4)), to(rgba(255, 255, 255, .4)));
  background: linear-gradient(0deg, rgba(215, 246, 215, .4) 0%, rgba(255, 255, 255, .4) 100%);
}
@media screen and (max-width: 500px) {
  .c-cta-reserve {
    padding: 10.8vw 0 10vw;
  }
}
.c-cta-reserve__title {
  font-size: 20px;
  line-height: 150%;
  line-height: 0;
  font-weight: 500;
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 500px) {
  .c-cta-reserve__title {
    font-size: 4vw;
    padding: 0 5vw;
  }
}
.c-cta-reserve__title::after, .c-cta-reserve__title::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  top: -10px;
}
@media screen and (max-width: 500px) {
  .c-cta-reserve__title::after, .c-cta-reserve__title::before {
    width: 3vw;
    height: 0 4vw;
    top: -2vw;
  }
}
.c-cta-reserve__title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='21' viewBox='0 0 16 21' fill='none'%3E%3Cpath d='M15.5 0.5L0.5 20.5' stroke='%235A4A3E' stroke-linecap='round'/%3E%3C/svg%3E");
  right: 0;
}
.c-cta-reserve__title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='21' viewBox='0 0 16 21' fill='none'%3E%3Cpath d='M0.5 0.5L15.5 20.5' stroke='%235A4A3E' stroke-linecap='round'/%3E%3C/svg%3E");
  left: 0;
}
.c-cta-reserve__buttonwrap {
  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: 44px;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .c-cta-reserve__buttonwrap {
    gap: 8.8vw;
    margin-top: 12vw;
  }
}
.c-cta-reserve__buttonitem {
  position: relative;
}
.c-cta-reserve__buttonitem .-top {
  position: absolute;
  z-index: 1;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 20px;
  background-color: #E9F39F;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(85, 85, 85, .5);
          box-shadow: 0px 4px 10px 0px rgba(85, 85, 85, .5);
}
@media screen and (max-width: 500px) {
  .c-cta-reserve__buttonitem .-top {
    top: -3.8vw;
    font-size: 3.2vw;
    padding: 1vw 4vw;
    -webkit-box-shadow: 0px 0.8vw 2vw 0px rgba(85, 85, 85, .5);
            box-shadow: 0px 0.8vw 2vw 0px rgba(85, 85, 85, .5);
  }
}
.c-cta-reserve__buttonitem .-top::after {
  position: absolute;
  content: "";
  background-color: #DFF0A0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 24px;
  height: 18px;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .c-cta-reserve__buttonitem .-top::after {
    width: 4.8vw;
    height: 3.6vw;
    bottom: -1.8vw;
  }
}
.c-cta-reserve__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;
  position: relative;
  width: 388px;
  height: 76px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(65, 97, 67)), to(rgb(103, 185, 110)));
  background: linear-gradient(0deg, rgb(65, 97, 67) 0%, rgb(103, 185, 110) 100%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(85, 85, 85, .5);
          box-shadow: 0px 4px 10px 0px rgba(85, 85, 85, .5);
  border: #F2F0EB 1px solid;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .c-cta-reserve__button {
    width: 77.6vw;
    height: 15.2vw;
    -webkit-box-shadow: 0px 0.8vw 2vw 0px rgba(85, 85, 85, .5);
            box-shadow: 0px 0.8vw 2vw 0px rgba(85, 85, 85, .5);
    border-radius: 10vw;
  }
}
.c-cta-reserve__button::after {
  -webkit-animation: 6s 0s shine linear infinite;
          animation: 6s 0s shine linear infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .6)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  width: 100%;
}
.c-cta-reserve__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(184.44deg, #3C7641 3.93%, #55E161 96.75%);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 0;
}
.c-cta-reserve__button .-text {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding: 0 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 500px) {
  .c-cta-reserve__button .-text {
    font-size: 4.8vw;
    padding: 0 6vw;
  }
}
.c-cta-reserve__button .-text::after, .c-cta-reserve__button .-text::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 24px;
  top: 0;
  -webkit-animation: sparkle 2s infinite ease-in-out;
          animation: sparkle 2s infinite ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 500px) {
  .c-cta-reserve__button .-text::after, .c-cta-reserve__button .-text::before {
    width: 5.2vw;
    height: 4.8vw;
  }
}
.c-cta-reserve__button .-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='25' viewBox='0 0 27 25' fill='none'%3E%3Cpath d='M11.0155 12.3377L17.5235 11.4396L18.4298 0.00435897L19.5864 11.4384L26.0155 12.3821L19.5854 13.3199L18.4168 24.8481L17.5225 13.3211L11.0155 12.3377Z' fill='white'/%3E%3Cpath d='M0.00446971 8.22516L4.34315 7.62642L4.94736 0.00290598L5.71839 7.62563L10.0044 8.25475L5.71773 8.87996L4.93865 16.5654L4.34249 8.88075L0.00446971 8.22516Z' fill='white'/%3E%3C/svg%3E");
  right: 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.c-cta-reserve__button .-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M16.5588 8.22515L20.8975 7.62641L21.5017 0.00290598L22.2727 7.62562L26.5587 8.25475L22.272 8.87996L21.4929 16.5654L20.8968 8.88075L16.5588 8.22515Z' fill='white'/%3E%3Cpath d='M0.00673035 12.7826L6.74941 11.8521L7.6884 0.00451614L8.88665 11.8509L15.5476 12.8286L8.88563 13.8002L7.67487 25.744L6.74839 13.8014L0.00673035 12.7826Z' fill='white'/%3E%3C/svg%3E");
  left: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.c-cta-reserve__button:hover::before {
  opacity: 1;
}

@-webkit-keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.c-menu {
  background-color: #FAF9F7;
  position: relative;
  padding: 26px 20px;
}
@media screen and (max-width: 500px) {
  .c-menu {
    padding: 5.2vw 4vw;
  }
}
.c-menu::before, .c-menu::after {
  position: absolute;
  content: "";
  background-color: rgba(90, 74, 62, .1);
  top: 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 500px) {
  .c-menu::before, .c-menu::after {
    width: 6vw;
    height: 6vw;
  }
}
.c-menu::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  left: 0;
}
.c-menu::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  right: 0;
}
.c-menu + .c-menu {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .c-menu + .c-menu {
    margin-top: 4vw;
  }
}
.c-menu__title {
  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: 12px;
}
@media screen and (max-width: 500px) {
  .c-menu__title {
    gap: 2.4vw;
  }
}
.c-menu__title .-sm {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 500px) {
  .c-menu__title .-sm {
    font-size: 3.2vw;
  }
}
.c-menu__title .-lg {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-bottom: 37px;
}
@media screen and (max-width: 500px) {
  .c-menu__title .-lg {
    font-size: 3.2vw;
    margin-bottom: 7.4vw;
  }
}
.c-menu__title .-lg::after {
  position: absolute;
  content: "";
  background-color: #E4F2E3;
  width: 113%;
  height: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .c-menu__title .-lg::after {
    height: 2.8vw;
    bottom: -1.6vw;
  }
}
.c-menu__campaign {
  background-color: #5A8A5E;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%);
          clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%);
  width: 100%;
  height: 44px;
  margin: 0 auto 20px;
  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: 20px;
}
@media screen and (max-width: 500px) {
  .c-menu__campaign {
    margin: 0 auto 4vw;
    height: 8.8vw;
    gap: 4vw;
  }
}
.c-menu__campaign .-head {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  background-color: #fff;
  color: #5A8A5E;
  width: 147px;
  height: 25px;
  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;
  padding-top: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 500px) {
  .c-menu__campaign .-head {
    font-size: 3.2vw;
    width: 29.4vw;
    height: 5vw;
    padding-top: 0.8vw;
    border-radius: 0.8vw;
  }
}
.c-menu__campaign .-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .c-menu__campaign .-bottom {
    gap: 1.6vw;
  }
}
.c-menu__campaign .-price {
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 6px;
}
@media screen and (max-width: 500px) {
  .c-menu__campaign .-price {
    font-size: 5.4vw;
  }
}
.c-menu__campaign .-text {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 500px) {
  .c-menu__campaign .-text {
    font-size: 3.2vw;
  }
}
.c-menu__price {
  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;
  border-bottom: 1px solid rgba(90, 74, 62, .5);
  padding-bottom: 8px;
}
@media screen and (max-width: 500px) {
  .c-menu__price {
    padding-bottom: 1.6vw;
  }
}
.c-menu__price + .c-menu__price {
  margin-top: 14px;
}
@media screen and (max-width: 500px) {
  .c-menu__price + .c-menu__price {
    margin-top: 2.8vw;
  }
}
.c-menu__price .-head {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .c-menu__price .-head {
    font-size: 3.2vw;
  }
}
.c-menu__price .-price {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .c-menu__price .-price {
    font-size: 4vw;
  }
}
.c-menu__price .-price.-nocolor {
  font-size: 18px;
  font-weight: 400;
  color: #5A4A3E;
}
@media screen and (max-width: 500px) {
  .c-menu__price .-price.-nocolor {
    font-size: 3.6vw;
  }
}
.c-menu__price .-text {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 500px) {
  .c-menu__price .-text {
    font-size: 3.2vw;
  }
}
.c-menu__price .-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .c-menu__price .-bottom {
    gap: 1.6vw;
  }
}
.c-menu__desc {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-top: 22px;
}
@media screen and (max-width: 500px) {
  .c-menu__desc {
    font-size: 3.2vw;
    margin-top: 4.4vw;
  }
}
.c-menu__slider {
  position: relative;
  margin: 30px -20px 0;
}
@media screen and (max-width: 500px) {
  .c-menu__slider {
    margin: 6vw -4vw 0;
  }
}
.c-menu__slider .swiper-pagination {
  margin-top: 10px;
  position: unset;
}
@media screen and (max-width: 500px) {
  .c-menu__slider .swiper-pagination {
    margin-top: 2vw;
  }
}
.c-menu__slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 500px) {
  .c-menu__slider .swiper-pagination-bullet {
    width: 1.2vw;
    height: 1.2vw;
  }
}
.c-menu__slider .swiper-pagination-bullet-active {
  background-color: #5A8A5E;
}
.c-menu__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .c-menu__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
@media screen and (max-width: 500px) {
  .c-menu__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .c-menu__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2vw;
  }
}
.c-menu__slider .swiper-button-next, .c-menu__slider .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #5A8A5E;
  border-radius: 50px;
  margin-top: unset;
  top: 39%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .c-menu__slider .swiper-button-next, .c-menu__slider .swiper-button-prev {
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
  }
}
.c-menu__slider .swiper-button-next:after, .c-menu__slider .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .c-menu__slider .swiper-button-next:after, .c-menu__slider .swiper-button-prev:after {
    font-size: 2.8vw;
  }
}
.c-menu__col2 {
  background-color: #EAE8E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-menu__col2 {
    gap: 4vw;
    padding: 2vw;
  }
}
.c-menu__col2::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: rgba(90, 138, 94, .6);
  width: 8px;
  height: 20px;
  left: 49%;
  top: 47%;
  -webkit-transition: translate(-50%, -50%);
  transition: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .c-menu__col2::after {
    width: 1.6vw;
    height: 4vw;
  }
}
.c-menu__img img {
  width: 100%;
  height: auto;
}
.c-menu__ba {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #5A8A5E;
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .c-menu__ba {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.c-menu__title2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 6px 0 0px;
}
@media screen and (max-width: 500px) {
  .c-menu__title2 {
    font-size: 4vw;
    margin: 1.2vw 0 0;
  }
}
.c-menu__course {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .c-menu__course {
    margin-top: 6vw;
  }
}
.c-menu__course + .c-menu__course {
  margin-top: 42px;
}
@media screen and (max-width: 500px) {
  .c-menu__course + .c-menu__course {
    margin-top: 8.4vw;
  }
}
.c-menu__subtitle {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 20px;
  margin: 0px auto 20px;
}
@media screen and (max-width: 500px) {
  .c-menu__subtitle {
    font-size: 3.6vw;
    padding: 0 4vw;
    margin: 0 auto 4vw;
  }
}
.c-menu__subtitle::before, .c-menu__subtitle::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6' fill='none'%3E%3Crect y='2.82861' width='4' height='4' transform='rotate(-45 0 2.82861)' fill='%235A4A3E'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .c-menu__subtitle::before, .c-menu__subtitle::after {
    width: 1.2vw;
    height: 1.2vw;
  }
}
.c-menu__subtitle::before {
  left: 0;
}
.c-menu__subtitle::after {
  right: 0;
}
.c-menu__openarea {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .c-menu__openarea {
    margin-top: 4vw;
  }
}
.c-menu__openarea--head {
  padding: 10px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 4px 4px 0 0;
  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;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .c-menu__openarea--head {
    padding: 2vw;
    font-size: 3.6vw;
    border-radius: 0.8vw 0.8vw 0 0;
  }
}
.c-menu__openarea--head::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M7.07107 6.36389L13.435 -7.55191e-05L14.1421 0.707031L7.07107 7.7781L0 0.707031L0.707107 -7.55191e-05L7.07107 6.36389Z' fill='%235A4A3E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 10px;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .c-menu__openarea--head::after {
    width: 3.6vw;
    height: 2vw;
    right: 3.4vw;
  }
}
.c-menu__openarea--head.is-active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 180deg;
  top: 30%;
}
.c-menu__openarea--body {
  border-left: 1px solid;
  border-right: 1px solid;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.c-menu__openarea--body.is-active {
  border-bottom: 1px solid;
}
.c-menu__openarea--inner {
  padding: 20px 30px 24px 30px;
}
@media screen and (max-width: 500px) {
  .c-menu__openarea--inner {
    padding: 4vw 6vw 4.8vw 6vw;
  }
}
.c-menu__openarea--img img {
  width: 100%;
  height: auto;
}
.c-menu__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .c-menu__tab {
    gap: 2vw;
    margin-bottom: 2vw;
  }
}
.c-menu__tabitem {
  padding: 6px;
  width: calc(50% - 5px);
  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;
  border-radius: 4px;
  border: 1px solid;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .c-menu__tabitem {
    padding: 1.2vw;
    border-radius: 0.8vw;
    font-size: 3.6vw;
  }
}
.c-menu__tabitem.is-active {
  background-color: rgba(90, 138, 94, .7);
  color: #F2F0EB;
}
.c-menu__tabcontentitem {
  display: none;
}
.c-menu__tabcontentitem.is-active {
  display: block;
}

.p-top__title {
  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;
}
.p-top__title .-lg {
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-top__title .-lg {
    font-size: 10.8vw;
  }
}
.p-top__title .-sm {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-top__title .-sm {
    font-size: 2.8vw;
  }
}
.p-top__title.-color {
  color: #fff;
}
.p-top-kv__header {
  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;
  height: 95px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__header {
    height: 19vw;
  }
}
.p-top-kv__logo {
  max-width: 208px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__logo {
    max-width: 41.6vw;
  }
}
.p-top-kv__logo img {
  width: 100%;
  height: auto;
}
.p-top-kv__mainarea {
  padding: 0 28px 0 32px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-kv__mainarea {
    padding: 0 5.6vw 0 6.4vw;
  }
}
.p-top-kv__img img {
  width: 100%;
  height: auto;
}
.p-top-kv__textarea {
  position: absolute;
  left: 32px;
  bottom: 98px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__textarea {
    left: 6.4vw;
    bottom: 19.6vw;
  }
}
.p-top-kv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__title {
    gap: 1.2vw;
  }
}
.p-top-kv__title span {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: #fff;
  background-color: #5A4A3E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0px 7px 11px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: kvtext 0.8s ease forwards;
          animation: kvtext 0.8s ease forwards;
}
@media screen and (max-width: 500px) {
  .p-top-kv__title span {
    font-size: 7.2vw;
    padding: 1vw 0 1.4vw 2.2vw;
  }
}
.p-top-kv__title span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-top-kv__title span:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p-top-kv__desc {
  font-size: 14px;
  line-height: 1.61;
  letter-spacing: 0.05em;
  padding: 0 0 0 15px;
  margin-top: 8px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: kvtext 0.8s ease forwards;
          animation: kvtext 0.8s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 500px) {
  .p-top-kv__desc {
    font-size: 2.8vw;
    padding: 0 0 0 3vw;
    margin-top: 1.6vw;
  }
}
.p-top-kv__scroll {
  position: absolute;
  left: 0;
  top: 41.6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 76px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__scroll {
    width: 2.8vw;
    height: 15.2vw;
  }
}
.p-top-kv__scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border-radfamily: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  ius: 50%;
  background: #5A8A5E;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media screen and (max-width: 500px) {
  .p-top-kv__scroll::before {
    left: 2.8vw;
    width: 0.8vw;
    height: 0.8vw;
  }
}
.p-top-kv__scroll:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 2px;
  height: 38px;
  background: rgba(90, 138, 94, .3);
}
@media screen and (max-width: 500px) {
  .p-top-kv__scroll:after {
    left: 3vw;
    width: 0.4vw;
    height: 7.6vw;
  }
}
.p-top-kv__scroll span {
  position: absolute;
  top: 10px;
  width: 32px;
  height: 14px;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  color: #5A8A5E;
  rotate: -90deg;
}
@media screen and (max-width: 500px) {
  .p-top-kv__scroll span {
    top: 2vw;
    width: 6.4vw;
    height: 2.8vw;
    font-size: 2.8vw;
  }
}
.p-top-kv__menu {
  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: 6px;
  position: absolute;
  top: 29px;
  right: 0;
  background-color: #5A8A5E;
  width: 63px;
  height: 57px;
  border-radius: 10px 0 0 10px;
  padding-bottom: 5px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .p-top-kv__menu {
    gap: 1.2vw;
    top: 5.8vw;
    width: 12.6vw;
    height: 11.4vw;
    border-radius: 2vw 0 0 2vw;
    padding-bottom: 1vw;
  }
}
.p-top-kv__menu .-text {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Josefin Sans", sans-serif;
  color: #F2F0EB;
}
@media screen and (max-width: 500px) {
  .p-top-kv__menu .-text {
    font-size: 2.8vw;
  }
}
.p-top-kv__menu .-border {
  width: 32px;
  height: 7px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__menu .-border {
    width: 6.4vw;
    height: 1.4vw;
  }
}
.p-top-kv__menu .-border span {
  width: 32px;
  height: 1px;
  background: #F2F0EB;
  display: block;
}
@media screen and (max-width: 500px) {
  .p-top-kv__menu .-border span {
    width: 6.4vw;
  }
}
.p-top-kv__menu .-border span:last-of-type {
  margin-top: 7px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__menu .-border span:last-of-type {
    margin-top: 1.4vw;
  }
}
.p-top-kv__cta {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  padding: 23px 10px 12px;
  background-color: rgba(255, 255, 255, .6);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-top: unset;
}
.p-top-kv__cta.is-active {
  position: fixed;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .p-top-kv__cta {
    max-width: 100vw;
    padding: 4.6vw 2vw 2.4vw;
    gap: 2vw;
  }
}
.p-top-kv__cta .c-cta-reserve__buttonitem {
  width: calc(50% - 5px);
}
@media screen and (max-width: 500px) {
  .p-top-kv__cta .c-cta-reserve__buttonitem {
    width: calc(50% - 1vw);
  }
}
.p-top-kv__cta .c-cta-reserve__button {
  width: 100%;
  height: 55px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__cta .c-cta-reserve__button {
    height: 11vw;
  }
}
.p-top-kv__cta .c-cta-reserve__buttonitem .-top {
  font-size: 13px;
  padding: 3px 10px;
  top: -16px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__cta .c-cta-reserve__buttonitem .-top {
    font-size: 2.6vw;
    padding: 0.6vw 2vw;
    top: -3.2vw;
  }
}
.p-top-kv__cta .c-cta-reserve__button .-text {
  font-size: 18px;
  padding: 0 22px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__cta .c-cta-reserve__button .-text {
    padding: 0 4.4vw;
    font-size: 3.6vw;
  }
}
.p-top-kv__cta .c-cta-reserve__button .-text::after, .p-top-kv__cta .c-cta-reserve__button .-text::before {
  width: 18px;
  height: 16px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__cta .c-cta-reserve__button .-text::after, .p-top-kv__cta .c-cta-reserve__button .-text::before {
    width: 3.6vw;
    height: 3.2vw;
  }
}
.p-top-about__section {
  padding: 40px 30px;
  min-height: 668px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .p-top-about__section {
    padding: 8vw 6vw;
    min-height: 133.6vw;
  }
}
.p-top-about__section.-section01 {
  background-image: url(../img/about1.webp);
  background-position: bottom;
  padding: 36px 30px 40px;
  min-height: 902px;
}
@media screen and (max-width: 500px) {
  .p-top-about__section.-section01 {
    padding: 7.2vw 6vw 8vw;
    min-height: 180.4vw;
  }
}
.p-top-about__section.-section01 section {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 588px;
}
@media screen and (max-width: 500px) {
  .p-top-about__section.-section01 section {
    min-height: 117.6vw;
  }
}
.p-top-about__section.-section02 {
  background-image: url(../img/about2.webp);
}
.p-top-about__section.-section02 .p-top-about__title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -10px;
}
@media screen and (max-width: 500px) {
  .p-top-about__section.-section02 .p-top-about__title {
    margin-left: -2vw;
  }
}
.p-top-about__section.-section03 {
  background-image: url(../img/about3.webp);
}
.p-top-about__section.-section04 {
  background-image: url(../img/about4.webp);
}
.p-top-about__section.-section04 .p-top-about__title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -10px;
}
@media screen and (max-width: 500px) {
  .p-top-about__section.-section04 .p-top-about__title {
    margin-left: -2vw;
  }
}
.p-top-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 13px;
}
@media screen and (max-width: 500px) {
  .p-top-about__title {
    gap: 2.6vw;
  }
}
.p-top-about__title .-sm {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Josefin Sans", sans-serif;
  padding: 0 4px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 500px) {
  .p-top-about__title .-sm {
    padding: 0 0.8vw;
    font-size: 3.2vw;
  }
}
.p-top-about__title .-sm::after {
  position: absolute;
  content: "";
  background-color: #5A4A3E;
  width: 24px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .p-top-about__title .-sm::after {
    width: 4.8vw;
  }
}
.p-top-about__title .-md {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.3em;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 364px;
}
@media screen and (max-width: 500px) {
  .p-top-about__title .-md {
    font-size: 4vw;
    height: 72.8vw;
  }
}
.p-top-about__title .-md span {
  -webkit-writing-mode: rl-tb;
      -ms-writing-mode: rl-tb;
          writing-mode: rl-tb;
  padding-left: 8px;
}
@media screen and (max-width: 500px) {
  .p-top-about__title .-md span {
    padding-left: 1.6vw;
  }
}
.p-top-about__title .-lg {
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.29em;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 3px;
}
@media screen and (max-width: 500px) {
  .p-top-about__title .-lg {
    padding-top: 0.6vw;
    font-size: 4.8vw;
  }
}
.p-top-about__desc {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.06em;
  background-color: rgba(255, 255, 255, .7);
  border-top: 2px solid #9B948E;
  border-bottom: 2px solid #9B948E;
  padding: 18px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-about__desc {
    font-size: 3.2vw;
    padding: 3.6vw;
  }
}
.p-top-about__desc::before, .p-top-about__desc::after {
  position: absolute;
  content: "";
  background-color: #5A4A3E;
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-about__desc::before {
  top: 6px;
}
@media screen and (max-width: 500px) {
  .p-top-about__desc::before {
    top: 1.2vw;
  }
}
.p-top-about__desc::after {
  bottom: 6px;
}
@media screen and (max-width: 500px) {
  .p-top-about__desc::after {
    bottom: 1.2vw;
  }
}
.p-top-menu {
  padding: 80px 20px;
}
@media screen and (max-width: 500px) {
  .p-top-menu {
    padding: 16vw 4vw;
  }
}
.p-top-menu__section {
  padding: 80px 0 0;
}
@media screen and (max-width: 500px) {
  .p-top-menu__section {
    padding: 16vw 0 0;
  }
}
.p-top-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
  background-size: cover;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-menu__title {
    min-height: 30vw;
    font-size: 4.8vw;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
  }
}
.p-top-menu__title.-plan1 {
  background-image: url(../img/plan-title1.webp);
}
.p-top-menu__title.-plan2 {
  background-image: url(../img/plan-title2.webp);
}
.p-top-voice {
  background-image: url(../img/bg.webp);
  background-size: contain;
  background-repeat: repeat;
  padding: 80px 0;
}
@media screen and (max-width: 500px) {
  .p-top-voice {
    padding: 16vw 0;
  }
}
.p-top-voice__slider {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-voice__slider {
    margin-top: 16vw;
  }
}
.p-top-voice__slider .swiper-pagination {
  margin-top: 10px;
  position: unset;
}
@media screen and (max-width: 500px) {
  .p-top-voice__slider .swiper-pagination {
    margin-top: 2vw;
  }
}
.p-top-voice__slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 500px) {
  .p-top-voice__slider .swiper-pagination-bullet {
    width: 1.2vw;
    height: 1.2vw;
  }
}
.p-top-voice__slider .swiper-pagination-bullet-active {
  background-color: #5A8A5E;
}
.p-top-voice__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-top-voice__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
@media screen and (max-width: 500px) {
  .p-top-voice__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-top-voice__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2vw;
  }
}
.p-top-voice__slider .swiper-button-next, .p-top-voice__slider .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #5A8A5E;
  border-radius: 50px;
  margin-top: unset;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .p-top-voice__slider .swiper-button-next, .p-top-voice__slider .swiper-button-prev {
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
  }
}
.p-top-voice__slider .swiper-button-next:after, .p-top-voice__slider .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .p-top-voice__slider .swiper-button-next:after, .p-top-voice__slider .swiper-button-prev:after {
    font-size: 2.8vw;
  }
}
.p-top-voice__item {
  padding: 21px 20px 22px;
  border-radius: 4px;
  background-color: rgba(242, 240, 235, .6);
  height: auto;
}
@media screen and (max-width: 500px) {
  .p-top-voice__item {
    padding: 4.2vw 4vw 4.4vw;
  }
}
.p-top-voice__item.swiper-slide-active {
  background-color: rgb(242, 240, 235);
}
.p-top-voice__text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 500px) {
  .p-top-voice__text {
    font-size: 3.2vw;
  }
}
.p-top-flow {
  padding: 80px 20px 72px;
}
@media screen and (max-width: 500px) {
  .p-top-flow {
    padding: 16vw 4vw 14.4vw;
  }
}
.p-top-flow__list {
  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: 38px;
  margin-top: 78px;
}
@media screen and (max-width: 500px) {
  .p-top-flow__list {
    gap: 7.6vw;
    margin-top: 15.6vw;
  }
}
.p-top-flow__title {
  padding-left: 10px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  border-bottom: rgba(90, 74, 62, .6) solid 1px;
}
@media screen and (max-width: 500px) {
  .p-top-flow__title {
    padding-left: 2vw;
    padding-bottom: 0.6vw;
    gap: 2.8vw;
  }
}
.p-top-flow__title .-num {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-top-flow__title .-num {
    font-size: 6.4vw;
  }
}
.p-top-flow__title .-text {
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .p-top-flow__title .-text {
    font-size: 4.8vw;
  }
}
.p-top-flow__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 28px;
}
@media screen and (max-width: 500px) {
  .p-top-flow__col2 {
    gap: 4vw;
    margin-top: 5.6vw;
  }
}
.p-top-flow__head {
  width: 43%;
}
.p-top-flow__body {
  width: 56%;
}
.p-top-flow__img img {
  width: 100%;
  height: auto;
}
.p-top-flow__desc {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 500px) {
  .p-top-flow__desc {
    font-size: 3.2vw;
  }
}
.p-top-flow__small {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.06em;
  color: rgba(90, 74, 62, .8);
}
@media screen and (max-width: 500px) {
  .p-top-flow__small {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-flow__arrow {
    width: 3.8vw;
  }
}
.p-top-salon {
  background-image: url(../img/bg.webp);
  background-size: contain;
  background-repeat: repeat;
  padding: 80px 20px;
}
@media screen and (max-width: 500px) {
  .p-top-salon {
    padding: 16vw 4vw;
  }
}
.p-top-salon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 500px) {
  .p-top-salon__list {
    gap: 16vw;
    margin-top: 16vw;
  }
}
.p-top-salon__item {
  color: #F2F0EB;
}
.p-top-salon__img img {
  width: 100%;
  height: auto;
}
.p-top-salon__title {
  background-color: #F2F0EB;
  color: #5A4A3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .p-top-salon__title {
    height: 5.2vw;
    border-radius: 0.8vw;
    padding: 0 4vw;
    font-size: 3.6vw;
    margin-top: 4vw;
  }
}
.p-top-salon__data {
  margin-top: 12px;
}
@media screen and (max-width: 500px) {
  .p-top-salon__data {
    margin-top: 2.4vw;
  }
}
.p-top-salon__data div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(242, 240, 235, .5);
}
.p-top-salon__data dt, .p-top-salon__data dd {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.06em;
  padding: 6px 0;
}
@media screen and (max-width: 500px) {
  .p-top-salon__data dt, .p-top-salon__data dd {
    padding: 1.2vw 0;
    font-size: 3.2vw;
  }
}
.p-top-salon__data dt {
  width: 80px;
}
@media screen and (max-width: 500px) {
  .p-top-salon__data dt {
    width: 16vw;
  }
}
.p-top-salon__data dd span {
  font-family: "Josefin Sans", sans-serif;
}
.p-top-salon__map {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.06em;
  font-family: "Josefin Sans", sans-serif;
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 62px;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .p-top-salon__map {
    font-size: 3.2vw;
    padding-right: 12.4vw;
    margin-top: 4vw;
  }
}
.p-top-salon__map::after {
  position: absolute;
  content: "";
  background-color: #F2F0EB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M12.2969 5L7.29688 10L6.48535 9.1875L7.41895 8.25293C7.42054 8.2513 7.42221 8.24966 7.42383 8.24805L10.0986 5.57422H0V4.42578H10.0977L6.48438 0.8125L7.29688 0L12.2969 5Z' fill='%235A4A3E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  width: 42px;
  height: 20px;
  border-radius: 50px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 500px) {
  .p-top-salon__map::after {
    background-size: 2.4vw;
    width: 8.4vw;
    height: 4vw;
    border-radius: 10vw;
  }
}
.p-top-salon__map:hover::after {
  border: 1px solid #F2F0EB;
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M12.2969 5L7.29688 10L6.48535 9.1875L7.41895 8.25293C7.42054 8.2513 7.42221 8.24966 7.42383 8.24805L10.0986 5.57422H0V4.42578H10.0977L6.48438 0.8125L7.29688 0L12.2969 5Z' fill='%23F2F0EB'/%3E%3C/svg%3E");
}
.p-top-form {
  padding: 80px 20px 72px;
}
@media screen and (max-width: 500px) {
  .p-top-form {
    padding: 16vw 4vw 14.4vw;
  }
}
.p-top-form__info {
  margin-top: 62px;
}
@media screen and (max-width: 500px) {
  .p-top-form__info {
    margin-top: 12.4vw;
  }
}
.p-top-form__info .-title {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: #5A8A5E;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%);
          clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%);
  max-width: 280px;
  width: 100%;
  height: 34px;
  margin: 0 auto -16px;
  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: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-title {
    max-width: 56vw;
    height: 6.8vw;
    margin: 0 auto -3.2vw;
    gap: 2vw;
  }
}
.p-top-form__info .-title .-sm {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-title .-sm {
    font-size: 3.2vw;
  }
}
.p-top-form__info .-title .-lg {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-title .-lg {
    font-size: 3.6vw;
  }
}
.p-top-form__info .-bg {
  background-color: #fff;
  padding: 30px 29px 19px;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-bg {
    padding: 6vw 5.8vw 3.8vw;
    border-radius: 2vw;
  }
}
.p-top-form__info .-lead1 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  color: #5A8A5E;
  display: block;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-lead1 {
    font-size: 3.2vw;
  }
}
.p-top-form__info .-lead2 {
  margin-top: 11px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-lead2 {
    margin-top: 2.2vw;
    font-size: 3.2vw;
  }
}
.p-top-form__info .-lead2 span {
  position: relative;
  z-index: 1;
}
.p-top-form__info .-lead2 span::after {
  position: absolute;
  content: "";
  background: #E9F39F;
  width: 100%;
  height: 6px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-lead2 span::after {
    height: 1.2vw;
  }
}
.p-top-form__info .-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-top: 6px;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-text {
    margin-top: 1.2vw;
    font-size: 2.8vw;
  }
}
.p-top-form__info .-small {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 500px) {
  .p-top-form__info .-small {
    font-size: 2.4vw;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 38px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 38px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes kvtext {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes kvtext {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* hidden
--------------------------------------------------------------*/
.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}

.c-cta-campaign__new {
  text-align:center;
  padding:15px 3% 10px;
  font-size: 42px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__new {
    font-size: 9.2vw;
  }
}

.c-cta-campaign__new_green {
  text-align:center;
  padding:0 3% 15px;
  font-size: 52px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #5A8A5E;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 500px) {
  .c-cta-campaign__new_green {
    font-size: 9.8vw;
  }
}

.c-cta-campaign__new_green .-sm {
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__new_green .-sm {
    font-size: 2.4vw;
  }
}


.c-cta-campaign__menutitle2 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 22px 0;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__menutitle2 {
    font-size: 3.2vw;
    padding: 0 4.4vw;
  }
}
.c-cta-campaign__menutitle2::after, .c-cta-campaign__menutitle2::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 18px;
  top: 10px;
}
@media screen and (max-width: 500px) {
  .c-cta-campaign__menutitle2::after, .c-cta-campaign__menutitle2::before {
    width: 3vw;
    height: 4vw;
    top: 1.2vw;
  }
}
.c-cta-campaign__menutitle2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cline y1='-0.75' x2='22' y2='-0.75' transform='matrix(-0.642788 0.766044 0.766044 0.642788 15.8423 1.55164)' stroke='%235A4A3E' stroke-width='1.5'/%3E%3C/svg%3E");
  right: 0;
}
.c-cta-campaign__menutitle2::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cline x1='0.732248' y1='1.06955' x2='14.8736' y2='17.9225' stroke='%235A4A3E' stroke-width='1.5'/%3E%3C/svg%3E");
  left: 0;
}

.groupsalon {
  width:100%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap:10%;
}
@media screen and (max-width: 768px) {
  gap:5%;
}


.add_footer {
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


