/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

/* 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) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
  font-weight: bold;
}

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

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

:root {
  --color-greige: #d6c9b5;
  --color-brown: #695347;
  --color-ivory: #fdfbf8;
  --color-olive: #abb091;
  --color-gold: #a19471;
  --color-text: #525252;
  --color-orange: #ff6400;
}

html {
  font-size: 0.6944444444vw;
}
@media screen and (min-width: 1180px) and (max-width: 1439px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 0.8474576271vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #f9f5ef;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: var(--color-text);
}
body.is-menu-opened {
  overflow: hidden;
}

.l-footer {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 64px;
  }
}

.l-footer__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 136rem;
  min-height: 4rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    padding: 0;
  }
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    justify-content: center;
    row-gap: 0.5rem;
    padding: 3rem 2rem 1.75rem;
    background-color: #e5e3e4;
  }
}

.l-footer__item {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  font-size: max(1.2rem, 9px);
  letter-spacing: -0.03em;
  color: #8e8e8e;
}
@media screen and (max-width: 767px) {
  .l-footer__item {
    color: var(--color-text);
  }
}
.l-footer__item::after {
  content: "";
  width: max(1rem, 10px);
  height: max(0.9rem, 8px);
  background: url("../img/icon-tab.png") no-repeat center/contain;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .l-footer__item::after {
    width: 1.2rem;
    height: 1rem;
  }
}
.l-footer__item:not(:last-of-type) {
  margin-right: 1.6rem;
  padding-right: 1.6rem;
  border-right: 1px solid #c5c5c5;
}
@media screen and (max-width: 767px) {
  .l-footer__item:not(:last-of-type) {
    margin-right: 0.8rem;
    padding-right: 0.8rem;
    border-color: var(--color-brown);
  }
  .l-footer__item:not(:last-of-type):nth-child(2) {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding: 1.2rem 2.8rem 1.6rem;
  }
}

.l-footer__copy-text {
  display: block;
  font-size: max(1.2rem, 9px);
  color: #8e8e8e;
}
@media screen and (max-width: 767px) {
  .l-footer__copy-text {
    font-size: 1.3rem;
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

body.is-menu-opened .l-header {
  outline: 1px solid var(--color-olive);
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  height: 8.4rem;
  padding: 0 0 1rem 2rem;
  border-bottom: 1px solid var(--color-olive);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    align-items: center;
    height: 64px;
    padding: 0 12px;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logo-wrapper {
    margin-top: 1.46rem;
  }
}

.l-header__logo {
  width: auto;
  height: 5.46rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    height: 36.8px;
  }
}

.l-header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.l-header__message {
  padding: 0.4rem 2rem 0.6rem;
  border-radius: 0 0 0 0.8rem;
  background-color: var(--color-olive);
  font-size: max(1.1rem, 7.5px);
  font-weight: 600;
  line-height: 1.4545454545;
  letter-spacing: -0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__message {
    display: none;
  }
}

.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2.4rem;
  margin-top: 0.8rem;
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 1279px) {
  .l-header__nav {
    column-gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    position: fixed;
    z-index: -1;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 18px;
    margin-top: 0;
    padding: 23px 40px 40px;
    overflow-y: scroll;
    background-color: var(--color-ivory);
    transition: transform 0.4s;
  }
}

@media screen and (max-width: 767px) {
  body:not(.is-menu-opened) .l-header__nav {
    transform: translateX(100%);
  }
}
.l-header__list {
  display: flex;
  column-gap: 2.4rem;
}
@media screen and (max-width: 1279px) {
  .l-header__list {
    column-gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__list {
    flex-direction: column;
    width: 100%;
  }
}

.l-header__link {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .l-header__link {
    display: block;
    border-bottom: 1px solid rgba(82, 82, 82, 0.1);
    padding: 17px 0 18px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4375;
  }
}

.l-header__contact {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 4rem;
  border-radius: 9999px;
  border: 1px solid var(--color-text);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    width: 295px;
    height: 56px;
    border: 1px solid var(--color-text);
  }
}
@media (any-hover: hover) {
  .l-header__contact {
    transition: filter 0.3s;
  }
  .l-header__contact:hover {
    filter: brightness(0.95);
  }
}

.l-header__icon-calendar {
  flex-shrink: 0;
  width: 1.4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__icon-calendar {
    width: 14px;
  }
}

.l-header__contact-text {
  margin: 0 0.9rem 0.1rem 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .l-header__contact-text {
    margin: 0 9px 1px 8px;
    font-size: 16px;
  }
}

.l-header__icon-arrow {
  flex-shrink: 0;
  width: 1rem;
  height: auto;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .l-header__icon-arrow {
    width: 10px;
    margin-top: 1px;
  }
}

.l-header__menu-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-text);
  background-color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .l-header__menu-button {
    display: none;
  }
}
.l-header__menu-button::before, .l-header__menu-button::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 22px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #fff;
  transition: background-color 0.3s, transform 0.3s;
}
.l-header__menu-button::before {
  top: 15.5px;
}
.l-header__menu-button::after {
  bottom: 14.5px;
}

body.is-menu-opened .l-header__menu-button {
  background-color: #fff;
}
body.is-menu-opened .l-header__menu-button::before {
  top: calc(50% - 0.5px);
  width: 27px;
  transform: translateX(-50%) rotate(27deg);
  background-color: var(--color-text);
}
body.is-menu-opened .l-header__menu-button::after {
  bottom: calc(50% - 0.5px);
  width: 27px;
  transform: translateX(-50%) rotate(-27deg);
  background-color: var(--color-text);
}

.l-main {
  margin-top: 8.4rem;
  background: url("../img/main-bg.jpg") no-repeat center top/144rem auto;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 64px;
    background: url("../img/main-bg@sp.jpg") no-repeat center top 37.5rem/100% auto;
  }
}

.c-container {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.c-cta-btn__wrapper {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .c-cta-btn__wrapper:hover .c-cta-btn {
    filter: brightness(0.925);
  }
}

.c-cta-btn__speech-bubble {
  position: absolute;
  z-index: 1;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-cta-btn__speech-bubble__img {
  width: 20.6rem;
  height: auto;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.25));
}

.c-cta-btn__speech-bubble__text {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  line-height: 1.4285714286;
  white-space: nowrap;
  letter-spacing: 0.07em;
  color: var(--color-orange);
}

.c-cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  width: 35rem;
  height: 6.4rem;
  padding-top: 0.15rem;
  border-radius: 9999px;
  background-color: var(--color-orange);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cta-btn {
    width: 32rem;
    height: 6rem;
    padding-top: 0.35rem;
  }
}

.c-cta-btn__paw {
  width: 3.1rem;
  height: auto;
}

.c-cta-btn__calendar {
  width: 1.8rem;
  height: auto;
}

.c-description {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  text-align: center;
  font-size: max(1.4rem, 10px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-description {
    margin-top: 2rem;
    text-align: left;
  }
}
.c-description a {
  color: #788745;
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}

.c-title__en {
  font-family: "Lusitana", serif;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  color: var(--color-brown);
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 2.2rem;
    line-height: 1.2272727273;
  }
}

.c-title__ja {
  font-family: "Hannari", serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4523809524;
  color: var(--color-gold);
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 2.9rem;
    line-height: 1.4482758621;
  }
}

.p-cta {
  margin-top: 12rem;
  padding: 7.6rem 4rem 11.1rem;
  background: url("../img/cta-bg.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin-top: 8rem;
    padding: 4rem 2rem;
    background-image: url("../img/cta-bg@sp.jpg");
  }
}

.p-cta__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 2rem;
    line-height: 1.7;
  }
}

.p-cta__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5.4rem;
  max-width: 94rem;
  margin: 2.4rem auto 0;
  padding: 4rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__body {
    row-gap: 4.4rem;
    margin: 2rem 0 0;
    padding: 2rem 2rem 25.4rem;
  }
}

.p-cta__description {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta__description {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.p-cta__description::before, .p-cta__description::after {
  content: "";
  width: 5.3rem;
  height: 0.5rem;
  margin-right: 2.6rem;
  margin-bottom: 0.7rem;
  background: url("../img/cta-wave.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-cta__description::before, .p-cta__description::after {
    display: none;
  }
}

.p-cta__button {
  width: 55rem;
  height: 8rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__button {
    width: 29.5rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}

.p-cta__img {
  position: absolute;
  height: auto;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  border: 0.6rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__img {
    box-shadow: 0 0.24rem 0.24rem rgba(0, 0, 0, 0.25);
    border: 0.361rem solid #fff;
  }
}
.p-cta__img.--01 {
  top: -2.6rem;
  left: 0.5rem;
  width: 14.7rem;
  transform: rotate(13.35deg);
}
@media screen and (max-width: 767px) {
  .p-cta__img.--01 {
    top: unset;
    bottom: 8.4rem;
    left: 3.4rem;
    width: 8.85rem;
  }
}
.p-cta__img.--02 {
  top: -1.6rem;
  right: -1rem;
  width: 21.7rem;
  transform: rotate(-8.16deg);
}
@media screen and (max-width: 767px) {
  .p-cta__img.--02 {
    top: unset;
    right: 11.3rem;
    bottom: 4.1rem;
    width: 13.1rem;
    transform: rotate(-10.39deg);
  }
}
.p-cta__img.--03 {
  bottom: -2.9rem;
  left: -4.1rem;
  width: 21.7rem;
  transform: rotate(-10.39deg);
}
@media screen and (max-width: 767px) {
  .p-cta__img.--03 {
    bottom: 14.4rem;
    left: 11.8rem;
    width: 13.1rem;
    transform: rotate(-1.45deg);
  }
}
.p-cta__img.--04 {
  bottom: -4.2rem;
  right: -1.8rem;
  width: 14.7rem;
  transform: rotate(8.46deg);
}
@media screen and (max-width: 767px) {
  .p-cta__img.--04 {
    bottom: 5.9rem;
    right: 2.9rem;
    width: 8.85rem;
  }
}

.p-faq {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-top: 8rem;
  }
}

.p-faq__inner {
  max-width: 108rem;
  padding: 0 4rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    margin: 4rem 0 0;
    padding: 0 2rem;
  }
}

.p-faq__item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    margin-top: 1.2rem;
  }
}
.p-faq__item[open] .p-faq__toggle::after {
  opacity: 0;
}

.p-faq__summary {
  display: block;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-faq__summary {
    transition: filter 0.3s;
  }
  .p-faq__summary:hover {
    filter: brightness(0.95);
  }
}

.p-faq__question {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1.3rem 2rem 1.4rem;
  border-radius: 0.4rem;
  background-color: rgba(214, 201, 181, 0.2);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    column-gap: 1rem;
    padding: 1rem 1rem 0.6rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.p-faq__q {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  padding-top: 0.1rem;
  border-radius: 1.2rem;
  background-color: var(--color-brown);
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}

.p-faq__toggle {
  flex-shrink: 0;
  position: relative;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle {
    width: 2rem;
    height: 2rem;
  }
}
.p-faq__toggle::before, .p-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.1rem;
  height: 0.3rem;
  background-color: var(--color-brown);
}
@media screen and (max-width: 767px) {
  .p-faq__toggle::before, .p-faq__toggle::after {
    width: 1.05rem;
    height: 0.15rem;
  }
}
.p-faq__toggle::before {
  transform: translate(-50%, -50%);
}
.p-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s;
}

.p-faq__content {
  overflow: hidden;
}

.p-faq__answer {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
  padding: 1.6rem 3rem 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    column-gap: 1rem;
    padding: 1.4rem 0 0 1rem;
  }
}

.p-faq__a {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  padding-top: 0.1rem;
  border-radius: 1.2rem;
  border: 0.2rem solid var(--color-brown);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4615384615;
  color: var(--color-brown);
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}

.p-faq__answer-text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3.5rem;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}

.p-faq__answer-heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-heading {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.p-faq__answer-heading:not(:first-of-type) {
  margin-top: 1.5em;
}

.p-faq__contact-text {
  margin-top: 6rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  color: var(--color-brown);
}
@media screen and (max-width: 767px) {
  .p-faq__contact-text {
    margin-top: 4rem;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

.p-faq__contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 5.6rem;
  margin: 4rem auto 0;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid var(--color-brown);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-faq__contact-btn {
    margin-top: 3rem;
  }
}
@media (any-hover: hover) {
  .p-faq__contact-btn {
    transition: filter 0.3s;
  }
  .p-faq__contact-btn:hover {
    filter: brightness(0.95);
  }
}

.p-fixed-btn__wrapper {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 3rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn__wrapper {
    bottom: 0;
    left: 0;
  }
}

.p-fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  width: 32rem;
  height: 6.4rem;
  border: 0.2rem solid #fff;
  border-right: none;
  border-radius: 3.2rem 0 0 3.2rem;
  background-color: var(--color-orange);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn {
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    font-size: 18px;
  }
}
@media (any-hover: hover) {
  .p-fixed-btn {
    transition: filter 0.3s;
  }
  .p-fixed-btn:hover {
    filter: brightness(0.925);
  }
}

.p-fixed-btn__paw {
  width: 3.1rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn__paw {
    width: 31px;
    margin-right: 2px;
  }
}

.p-fixed-btn__calendar {
  width: 1.8rem;
  height: auto;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn__calendar {
    width: 18px;
    margin-left: 2px;
  }
}

.p-flow {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 8rem;
  }
}

.p-flow__img {
  width: 100%;
  height: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    margin-top: 3rem;
  }
}

.p-fv {
  position: relative;
  z-index: 0;
  padding: 9.9rem 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 1.8rem 2rem 0;
  }
}

.p-fv__inner {
  max-width: 124rem;
  margin: 0 auto;
}

.p-fv__title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  color: var(--color-brown);
  font-size: 2.2rem;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    column-gap: 0.5rem;
    font-size: 1.182rem;
    line-height: 1.4166666667;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__title-text {
    position: relative;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 0 0 1.07rem #fff, 0 0 1.07rem #fff, 0 0 1.07rem #fff, 0 0 1.07rem #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__title-lg {
    display: block;
    margin-left: -0.1rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}

.p-fv__icon-paw {
  width: 3rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__icon-paw {
    width: 2.6rem;
    filter: drop-shadow(0 0 1.07rem #fff) drop-shadow(0 0 1.07rem #fff) drop-shadow(0 0 1.07rem #fff);
  }
}

.p-fv__catch {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.2rem;
  line-height: 1.619047619;
  color: var(--color-brown);
  filter: drop-shadow(0 0 2rem #fff);
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    row-gap: 0.942rem;
    margin-top: 2.8rem;
    writing-mode: vertical-rl;
    font-size: 2.243rem;
    line-height: 1.1275078021;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 0 0 1.07rem #fff, 0 0 1.07rem #fff, 0 0 1.07rem #fff, 0 0 1.07rem #fff;
  }
  .p-fv__catch span {
    letter-spacing: 0.08em !important;
  }
}

.p-fv__text {
  margin: 2.4rem 0 8.4rem;
  font-size: max(1.4rem, 9.5px);
  line-height: 2.0714285714;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin: 5.3rem 0 4.8rem;
    font-size: 1.3rem;
    line-height: 2.1538461538;
  }
}

.p-fv__slider {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-fv__slider {
    width: 100%;
  }
}

.p-fv__slide {
  height: 65rem;
}
@media screen and (max-width: 767px) {
  .p-fv__slide {
    height: 37.5rem;
  }
}

.p-fv__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.p-fv__slide-img.--02 {
  object-position: center;
}

.swiper-horizontal {
  touch-action: auto;
}

.swiper-vertical {
  touch-action: auto;
}

.p-gallery {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    margin-top: 8rem;
  }
}

.p-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.5rem;
  }
}

.p-gallery__item {
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-gallery__item {
    transition: opacity 0.3s;
  }
  .p-gallery__item:hover {
    opacity: 0.5;
  }
}

.p-gallery__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.p-menu {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-menu {
    margin-top: 8rem;
  }
}

.p-menu__nav {
  display: grid;
  grid-template-columns: repeat(2, 42rem);
  justify-content: center;
  column-gap: 2rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-menu__nav {
    margin: 3rem 0 0;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
  }
}

.p-menu__nav-item {
  height: 7.8rem;
  padding-left: 0.12em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.1));
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-menu__nav-item {
    font-size: 1.3rem;
  }
}
.p-menu__nav-item.--01 {
  padding-top: 2.2rem;
  background-image: url("../img/menu-nav-01.svg");
  line-height: 1.4444444444;
  color: var(--color-gold);
}
@media screen and (max-width: 767px) {
  .p-menu__nav-item.--01 {
    background-image: url("../img/menu-nav-01@sp.svg");
    line-height: 1.4615384615;
  }
}
.p-menu__nav-item.--02 {
  padding-top: 1.1rem;
  background-image: url("../img/menu-nav-02.svg");
  line-height: 1.25;
  color: var(--color-olive);
}
@media screen and (max-width: 767px) {
  .p-menu__nav-item.--02 {
    padding-top: 0.8rem;
    padding-left: 0.02em;
    background-image: url("../img/menu-nav-02@sp.svg");
    line-height: 1.2307692308;
    letter-spacing: 0.02em;
  }
}
@media (any-hover: hover) {
  .p-menu__nav-item {
    transition: filter 0.3s;
  }
  .p-menu__nav-item:hover {
    filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.1)) brightness(0.975);
  }
}

.p-menu__nav-text-sm {
  font-size: max(1.4rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-menu__nav-text-sm {
    display: inline-block;
    margin-top: 0.3rem;
    font-size: 1.1rem;
    line-height: 1.2727272727;
    letter-spacing: 0.12em;
  }
}

.p-modal__overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 10rem 6rem 6rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-modal__overlay {
    padding: 3.9rem 0 0;
  }
}

.p-modal__inner {
  position: relative;
  width: 102.2rem;
  margin: auto;
}
@media screen and (max-width: 1439px) {
  .p-modal__inner {
    width: 100%;
    max-width: 1022px;
  }
}

.p-modal__close {
  position: absolute;
  top: -3.9rem;
  left: 50%;
  display: flex;
  align-items: center;
  column-gap: 0.57rem;
  transform: translateX(-50%);
  font-size: 2rem;
  line-height: 1.45;
  color: #fff;
}

.p-modal__close-icon {
  position: relative;
  width: 2.37rem;
  margin-top: 0.15rem;
}
.p-modal__close-icon::before, .p-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.28rem;
  background-color: #fff;
}
.p-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__slide {
  display: flex;
  height: calc(100vh - 16rem);
  height: calc(100dvh - 16rem);
  padding: 0 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-modal__slide {
    height: calc(100vh - 17.7rem);
    height: calc(100dvh - 17.7rem);
    padding: 0 2rem 5.6rem;
  }
}

.p-modal__img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  border: 0.6rem solid #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
  user-select: none;
}

.p-modal__slider .swiper-button-prev,
.p-modal__slider .swiper-button-next {
  width: 5.6rem;
  height: 5.6rem;
  margin-top: -2.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7) url("../img/slide-arrow.svg") no-repeat center/1.8rem auto;
}
.p-modal__slider .swiper-button-prev::after,
.p-modal__slider .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-modal__slider .swiper-button-prev,
  .p-modal__slider .swiper-button-next {
    top: unset;
    bottom: 0;
    width: 3.6rem;
    height: 3.6rem;
    margin-top: 0;
    background-size: 1.05rem auto;
  }
}
.p-modal__slider .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-modal__slider .swiper-button-prev {
    left: 50%;
    transform: translateX(-4.6rem) rotate(180deg);
  }
}
.p-modal__slider .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-modal__slider .swiper-button-next {
    right: 50%;
    transform: translateX(4.6rem);
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-modal {
  display: none;
}

.p-modal.is-open {
  display: block;
}

.p-modal[aria-hidden=false] .p-modal__overlay {
  animation: mmfadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.p-modal[aria-hidden=true] .p-modal__overlay {
  animation: mmfadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.p-news {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-top: 6rem;
  }
}

.p-news__body {
  max-width: 91rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    margin: 3rem 0 0;
  }
}

.p-news__user-head {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news__user-head {
    justify-content: center;
    margin: 0 auto;
  }
}

.p-news__user-icon {
  width: 7.6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-news__user-icon {
    width: 5rem;
  }
}

.p-news__user-name {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news__user-name {
    font-size: 1.6rem;
  }
}

.p-news__widget {
  margin-top: 2.1rem;
}
.p-news__widget iframe {
  width: 100%;
}

.p-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-top: 2rem;
  }
  .p-news__list li:nth-child(7),
  .p-news__list li:nth-child(8) {
    display: none;
  }
}

.p-news__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.p-news__button {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.9rem;
  width: 28rem;
  height: 5.6rem;
  margin: 3rem auto 0;
  padding-top: 0.1rem;
  border-radius: 9999px;
  background-image: linear-gradient(0, #e2833f, #d918d9);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-news__button {
    margin: 3rem auto 0;
  }
}
.p-news__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0.1rem;
  background-color: #fff;
  border-radius: 9999px;
}
@media (any-hover: hover) {
  .p-news__button {
    transition: filter 0.3s;
  }
  .p-news__button:hover {
    filter: brightness(0.975);
  }
}

.p-news__button-icon {
  width: 2rem;
  height: auto;
  margin-top: 0.1rem;
}

.p-plan {
  position: relative;
  z-index: 0;
  margin-top: 6rem;
  padding: 7rem 9rem 6rem;
  border-radius: 1rem;
}
.p-plan.--01 {
  --plan-color: var(--color-brown);
  background-color: rgba(214, 201, 181, 0.2);
}
.p-plan.--02 {
  --plan-color: var(--color-olive);
  background-color: rgba(171, 176, 145, 0.1);
}
@media screen and (max-width: 767px) {
  .p-plan {
    margin-top: 3rem;
    padding: 2.6rem;
    border-radius: 0.4rem;
  }
}
.p-plan::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1rem;
  border-radius: 0.8rem;
  border: 1px solid var(--plan-color);
}
@media screen and (max-width: 767px) {
  .p-plan::before {
    inset: 0.6rem;
    border-radius: 0.3rem;
  }
}

.p-plan__head-01 {
  display: grid;
  grid-template-columns: 39.2rem 1fr;
  column-gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__head-01 {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 3rem;
    margin-top: 2rem;
  }
}
.p-plan__head-01 .p-plan__description {
  margin-top: 0;
}

.p-plan__head-02 {
  display: grid;
  grid-template-columns: 1fr 43.2rem;
  column-gap: 0.8rem;
}
@media screen and (max-width: 1279px) {
  .p-plan__head-02 {
    column-gap: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__head-02 {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
}

.p-plan__img-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__img-wrapper {
    margin-left: 0.55rem;
  }
}

.p-plan__head-img {
  display: block;
  width: 36rem;
  height: auto;
  margin-left: auto;
  border: 0.6rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__head-img {
    width: 23.6rem;
    border: 0.39rem solid #fff;
  }
}

.p-plan__head-img-sm {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 17.2rem;
  height: auto;
  border: 0.6rem solid #fff;
  transform: rotate(-9.9deg);
}
@media screen and (max-width: 767px) {
  .p-plan__head-img-sm {
    top: -0.07rem;
    width: 11.3rem;
    border: 0.39rem solid #fff;
  }
}

.p-plan__title {
  padding: 0.1rem 1.5rem 0 1.5rem;
  border-left: 0.6rem solid var(--plan-color);
  border-right: 0.6rem solid var(--plan-color);
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  color: var(--plan-color);
}
.p-plan__title._text-box-trim {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.p-plan__title._text-box-trim .kana_fix {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-plan__title {
    padding: 0.2rem 1rem 0.2rem 1rem;
    font-size: 1.9rem;
    line-height: 1.4545454545;
  }
  .p-plan__title._text-box-trim {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .p-plan__title._text-box-trim .kana_fix {
    font-size: 2rem;
  }
}

.p-plan__description {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-plan__description {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.p-plan__description strong {
  font-weight: inherit;
  color: var(--color-gold);
}

.p-plan__text {
  margin-top: 2rem;
  font-size: max(1.4rem, 10px);
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-plan__text {
    margin-top: 1.2rem;
  }
}

.p-plan__data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__data-list {
    grid-template-columns: 100%;
    margin-top: 3rem;
  }
}

.p-plan__data-column {
  display: grid;
  grid-template-columns: 11rem 1fr;
  align-items: flex-start;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__data-column {
    grid-template-columns: 100%;
    row-gap: 1rem;
  }
  .p-plan__data-column:nth-child(2) {
    order: 4;
  }
  .p-plan__data-column:nth-child(3) {
    order: 2;
  }
  .p-plan__data-column:nth-child(4) {
    order: 5;
  }
  .p-plan__data-column:nth-child(5) {
    order: 3;
  }
}

.p-plan__dt {
  padding: 0.4rem 0;
  border-radius: 9999px;
  background-color: var(--color-ivory);
  text-align: center;
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-plan__dt {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}

.p-plan.--02 .p-plan__dt {
  background-color: #fff;
}

.p-plan__dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.1rem;
  font-size: max(1.4rem, 10px);
  font-weight: 500;
  line-height: 1.5714285714;
  font-feature-settings: "palt";
}
.p-plan__dd a {
  text-decoration: underline;
  color: #3363ff;
}

.u-plan__minute {
  font-size: 2rem;
  line-height: 1.1;
}

.p-plan__note {
  font-size: max(1.1rem, 9px);
  font-weight: 300;
  line-height: 1.8181818182;
}

.p-plan__sub-section {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__sub-section {
    margin-top: 2rem;
  }
}
.p-plan__sub-section:not(:first-of-type) {
  padding-top: 5.5rem;
  background-image: repeating-linear-gradient(90deg, var(--plan-color), var(--plan-color) 4px, transparent 4px, transparent 8px);
  background-position: left -2px top;
  background-repeat: repeat-x;
  background-size: 800% 1px;
}
@media screen and (max-width: 767px) {
  .p-plan__sub-section:not(:first-of-type) {
    padding-top: 3rem;
    background: none;
  }
}

.p-plan__sub-title {
  width: 20rem;
  padding: 0.6rem 0;
  border-radius: 9999px;
  background-color: var(--plan-color);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #fff;
}
.p-plan__sub-title._text-box-trim {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.p-plan__sub-title._text-box-trim .kana_fix {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__sub-title {
    width: 100%;
    padding: 0.4rem 0;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .p-plan__sub-title._text-box-trim {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .p-plan__sub-title._text-box-trim .kana_fix {
    font-size: 1.9rem;
  }
}

.p-price {
  margin-top: 5rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-price {
    margin-top: 3rem;
  }
}

.p-price__title {
  padding: 0.8rem 0 0.9rem;
  background-color: var(--color-text);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    padding: 0.45rem 0;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

.p-price__body {
  display: grid;
  align-items: center;
  background-color: #fff;
}
.p-price__body.--type-01 {
  grid-template-columns: 40rem 1fr;
  column-gap: 4rem;
  padding: 3rem 7.6rem;
}
.p-price__body.--type-02 {
  grid-template-columns: 31.8rem 1fr;
  column-gap: 3rem;
  padding: 3rem 4.1rem;
}
.p-price__body.--type-02 .p-price__img {
  border: 1px solid rgba(82, 82, 82, 0.1);
}
@media screen and (max-width: 767px) {
  .p-price__body.--type-01, .p-price__body.--type-02 {
    grid-template-columns: 100%;
    row-gap: 2rem;
    padding: 1.5rem 1.5rem 2rem;
  }
}

.p-price__img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}

.p-price__img {
  width: 100%;
  height: auto;
}

.p-price__data-list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-price__data-list {
    row-gap: 1rem;
  }
}

.p-price__data-row {
  display: grid;
  grid-template-columns: 11rem 1fr;
  align-items: flex-start;
  gap: 1rem 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-price__data-row {
    grid-template-columns: 100%;
  }
}

.p-price__dt {
  padding: 0.4rem 0;
  border-radius: 9999px;
  background-color: var(--color-gold);
  text-align: center;
  font-weight: 700;
  line-height: 1.4375;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price__dt {
    padding: 0.1rem 0;
  }
}

.p-price__dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.1rem;
  font-weight: 500;
  line-height: 1.375;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-price__dd {
    text-align: center;
  }
}
.p-price__dd strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.9166666667;
}

@media screen and (max-width: 767px) {
  .p-price__table {
    padding-bottom: 1rem;
  }
}

.p-price__tr {
  display: grid;
  grid-template-columns: 14rem 15rem 1fr;
  font-feature-settings: "palt";
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-price__tr {
    grid-template-columns: 100%;
    row-gap: 1.2rem;
  }
}
.p-price__tr:not(:first-of-type) {
  padding-top: 2rem;
  background-image: repeating-linear-gradient(90deg, var(--color-text), var(--color-text) 4px, transparent 4px, transparent 8px);
  background-position: left -2px top;
  background-repeat: repeat-x;
  background-size: 800% 1px;
}

.p-price__th,
.p-price__td {
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-price__th,
  .p-price__td {
    text-align: center;
  }
}
.p-price__th strong,
.p-price__td strong {
  font-size: 2.4rem;
  line-height: 0.9090909091;
}

.p-price__th {
  color: var(--color-gold);
}

@media screen and (min-width: 768px) {
  .p-price__td {
    text-align: right;
  }
}

.p-voice {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    margin-top: 8rem;
  }
  .p-voice .c-description {
    text-align: center;
    white-space: nowrap;
  }
}

.p-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    grid-template-columns: 100%;
    row-gap: 2.4rem;
    margin-top: 3rem;
  }
}

.p-voice__item {
  padding: 1rem 4rem 3rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 1rem 2rem 3rem;
    border-radius: 1rem;
  }
}
.p-voice__item.--01 {
  background-color: rgba(214, 201, 181, 0.2);
  --item-color: var(--color-brown);
}
.p-voice__item.--02 {
  background-color: rgba(171, 176, 145, 0.1);
  --item-color: var(--color-olive);
}

.p-voice__head {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  margin: 0 -3rem;
  padding: 2rem 0;
  border-radius: 2rem 2rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice__head {
    flex-direction: column;
    row-gap: 0.5rem;
    margin: 0 -1rem;
    padding: 1rem 0 1.4rem;
    border-radius: 0.6rem 0.6rem 0 0;
  }
}

.p-voice__dt {
  font-size: max(1.4rem, 10px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice__dt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-voice__dd {
  padding: 0.4rem 1.6rem;
  border-radius: 9999px;
  background-color: var(--item-color);
  font-weight: 700;
  line-height: 1.4375;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice__dd {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.p-voice__title {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5416666667;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1279px) {
  .p-voice__title {
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    margin-top: 1.5rem;
    margin-right: 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-voice__text {
  margin-top: 2.1rem;
  font-size: max(1.4rem, 10px);
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    margin-top: 1.2rem;
    line-height: 1.7857142857;
    letter-spacing: 0 !important;
  }
}

.p-voice__img-wrapper {
  position: relative;
}
.p-voice__img-wrapper.--01 {
  width: 37.2rem;
  margin: 4rem 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__img-wrapper.--01 {
    width: 28.7rem;
    margin: 3.35rem 0 0 0.8rem;
  }
}
.p-voice__img-wrapper.--02 {
  width: 43.2rem;
  margin: 3.2rem 0 0 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-voice__img-wrapper.--02 {
    width: 28.8rem;
    margin: 2rem 0 0 0.7rem;
  }
}

.p-voice__img-lg {
  display: block;
  width: 28rem;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__img-lg.--01 {
    width: 21.6rem;
  }
  .p-voice__img-lg.--02 {
    width: 18.7rem;
  }
}

.p-voice__img-sm {
  position: absolute;
  left: 0;
  height: auto;
  border: 0.36rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-voice__img-sm {
    border: 0.28rem solid #fff;
  }
}
.p-voice__img-sm.--01 {
  top: -1.1rem;
  width: 12.2rem;
  transform: rotate(-6.85deg);
}
@media screen and (max-width: 767px) {
  .p-voice__img-sm.--01 {
    top: -0.85rem;
    width: 9.4rem;
  }
}
.p-voice__img-sm.--02 {
  top: 3.45rem;
  width: 18.7rem;
  transform: rotate(-10.84deg);
}
@media screen and (max-width: 767px) {
  .p-voice__img-sm.--02 {
    top: 2.3rem;
    width: 12.5rem;
  }
}

.u-font-en {
  font-family: "Lusitana", serif;
}

.u-font-mincho {
  font-family: "Hannari", serif;
}

._text-box-trim {
  text-box: trim-both cap alphabetic;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
@media (any-hover: hover) {
  .u-hover-fade {
    transition: opacity 0.3s;
  }
  .u-hover-fade:hover {
    opacity: 0.7;
  }
}
.u-ls1 {
  letter-spacing: 0.01em;
}

.u-ls2 {
  letter-spacing: 0.02em;
}

.u-ls5 {
  letter-spacing: 0.05em;
}

.u-ls7 {
  letter-spacing: 0.07em;
}

.u-ls-1 {
  letter-spacing: -0.01em;
}

.u-ls-2 {
  letter-spacing: -0.02em;
}

.u-ls-3 {
  letter-spacing: -0.03em;
}

.u-ls-7 {
  letter-spacing: -0.07em;
}

.u-ls-8 {
  letter-spacing: -0.08em;
}

.u-ls-12 {
  letter-spacing: -0.12em;
}

.u-ls-13 {
  letter-spacing: -0.13em;
}

.u-ls-14 {
  letter-spacing: -0.14em;
}

.u-ls-16 {
  letter-spacing: -0.16em;
}

.u-ls-20 {
  letter-spacing: -0.2em;
}

.u-ls-28 {
  letter-spacing: -0.28em;
}/*# sourceMappingURL=style.css.map */