@charset "UTF-8";
:root {
  --bc01: #6F7F6A;
  --bc02: #896A19;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  color: var(--bc02);
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  img {
    display: block;
    height: auto;
    width: 100%;
  }
}

ul {
  list-style: none;
}

a {
  color: var(--bc02);
  text-decoration: none;
}

.l-header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 9.3333333333vw 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header {
    padding: 34px 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-logo {
    width: 46.1333333333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .l-header-button {
    margin-left: auto;
  }
}
.l-header-button a {
  background: var(--bc01);
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-header-button a {
    font-size: 5.7333333333vw;
    height: 18.1333333333vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-button a {
    font-size: 1rem;
    height: 50px;
    width: 213px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-button a:hover {
    opacity: 0.7;
  }
}
.l-header-button span {
  background: url("../img/icon-external.svg") no-repeat right center/21px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .l-header-button span {
    background-size: 7.6vw;
    padding-right: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-button span {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-instagram {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-instagram {
    margin-left: 15px;
  }
}
.l-header-instagram a {
  background: url("../img/icon-instagram.svg") no-repeat left top;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .l-header-instagram a {
    height: 45px;
    width: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-instagram a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-menu-button {
    background: #fff;
    display: block;
    height: 13.3333333333vw;
    position: fixed;
    right: 4.2666666667vw;
    top: 3.4666666667vw;
    width: 13.3333333333vw;
    z-index: 1000;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button {
    display: none;
  }
}
.l-header-menu-button span {
  visibility: hidden;
}
.l-header-menu-button::before, .l-header-menu-button::after {
  background: var(--bc02);
  content: "";
  display: block;
  height: 2px;
  left: 1.3333333333vw;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 10.6666666667vw;
}
.l-header-menu-button::before {
  translate: 0 -3px;
}
.l-header-menu-button::after {
  translate: 0 3px;
}
.l-header-menu-button.is-active::before {
  translate: 0 0;
  rotate: 9.93deg;
}
.l-header-menu-button.is-active::after {
  translate: 0 0;
  rotate: -9.93deg;
}

@media only screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 8.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-main {
    padding-bottom: 130px;
    position: relative;
  }
}

.l-nav {
  z-index: 500;
}
@media only screen and (max-width: 768px) {
  .l-nav {
    background: #F5F2EB;
    height: 0;
    left: 0;
    overflow: hidden;
    padding: 0 11.4666666667vw 6.6666666667vw;
    position: fixed;
    top: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    width: 100%;
    z-index: 999;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav {
    padding-top: 20px;
    position: absolute;
    right: 50px;
    top: 0;
    width: 174px;
  }
}
.l-nav .l-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-list {
    gap: 4.2666666667vw;
    margin-bottom: 16vw;
    padding-top: 25.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-list {
    gap: 15px;
  }
}
.l-nav .l-nav-list a {
  background: url("../img/icon-arrrow01.svg") no-repeat left center/19px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-list a {
    font-size: 5.4666666667vw;
    background-size: 6.9333333333vw;
    padding-left: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-list a {
    font-size: 1rem;
    line-height: 1.3125;
    padding-left: 33px;
  }
}
.l-nav .l-nav-list a::after {
  background: var(--bc01);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  scale: 0 1;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-list a:hover::after {
    scale: 1 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-header-nav-instagram {
    margin-top: 9.3333333333vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-header-nav-instagram {
    display: none;
  }
}
.l-nav .l-header-nav-instagram a {
  background: url("../img/icon-instagram.svg") no-repeat left top/cover;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-header-nav-instagram a {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
}

.l-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F2EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    border-radius: 6.6666666667vw 6.6666666667vw 0 0;
    padding-block: 9.0666666667vw 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    border-radius: 50px 50px 0 0;
    padding-block: 72px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-logo {
    margin: 0 auto 6.6666666667vw;
    width: 40vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-logo {
    margin-bottom: 60px;
  }
}
.l-footer .l-footer-heading {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-heading {
    font-size: 3.7333333333vw;
    margin-bottom: 6.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-heading {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.l-footer .l-footer-text {
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-text {
    font-size: 3.4666666667vw;
    line-height: 1.69;
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-text {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-button {
    margin-bottom: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-button {
    margin-bottom: 45px;
  }
}
.l-footer .l-footer-button a {
  background: var(--bc01);
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-button a {
    font-size: 4.6666666667vw;
    height: 15.7333333333vw;
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-button a {
    font-size: 1.1875rem;
    height: 60px;
    width: 254px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-button a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer-button span {
  background: url("../img/icon-external.svg") no-repeat right center/25px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-button span {
    background-size: 6.6666666667vw;
    padding-right: 11.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-button span {
    padding-right: 34px;
  }
}
.l-footer .l-footer-inquiry-title {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-inquiry-title {
    font-size: 3.7333333333vw;
    margin-bottom: 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-inquiry-title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.l-footer .l-footer-inquiry-mail {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-inquiry-mail {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-inquiry-mail {
    font-size: 1.25rem;
    margin-bottom: 14px;
  }
}
.l-footer .l-footer-inquiry-mail a {
  position: relative;
}
.l-footer .l-footer-inquiry-mail a::after {
  background: var(--bc01);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  scale: 0 1;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-inquiry-mail a:hover::after {
    scale: 1 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.l-footer .l-footer-instagram {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-instagram {
    margin-bottom: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-instagram {
    margin-bottom: 30px;
  }
}
.l-footer .l-footer-instagram a {
  background: url("../img/icon-instagram.svg") no-repeat left top/cover;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-instagram a {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-instagram a {
    height: 30px;
    width: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-instagram a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer-copyright {
  color: #343434;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-copyright {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-copyright {
    font-size: 0.875rem;
  }
}

.c-ttl01 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .c-ttl01 {
    font-size: 7.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01 {
    font-size: 1.875rem;
  }
}

.c-ttl02 {
  border-bottom: 1px solid var(--bc02);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .c-ttl02 {
    font-size: 4.8vw;
    padding-bottom: 2.4vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl02 {
    font-size: 1.25rem;
    padding-bottom: 15px;
    padding-left: 18px;
  }
}

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

.p-mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-mv {
    margin-bottom: 20.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 50px;
    margin: 0 auto 152px;
    max-width: 1366px;
    width: 100%;
  }
}
.p-mv .p-mv-detail {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-detail {
    bottom: 21.3333333333vw;
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-detail {
    left: 100px;
    top: 290px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-catch {
    font-size: 4.8vw;
    font-weight: bold;
    margin-bottom: 6.6666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-catch {
    font-size: 1.75rem;
    margin-bottom: 38px;
  }
}
.p-mv .p-mv-text {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-text {
    font-size: 3.2vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-text {
    font-size: 1rem;
    padding-left: 10px;
  }
}
.p-mv .p-mv-button {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-button {
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-button {
    right: 0;
  }
}
.p-mv .p-mv-button a {
  background: var(--bc01);
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-button a {
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-button a {
    font-size: 1rem;
    height: 73px;
    width: 333px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-button a:hover {
    opacity: 0.7;
  }
}
.p-mv .p-mv-button span {
  background: url("../img/icon-arrrow02.svg") no-repeat right center/37px;
  display: inline-block;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-button span {
    background-size: 9.3333333333vw;
    padding-right: 13.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-button span {
    line-height: 3;
    padding-right: 50px;
  }
}

.p-about {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-about {
    background: url("../img/bg-about_sp.jpg") no-repeat center center/cover;
    margin-bottom: 13.3333333333vw;
    padding-block: 18vw 11.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about {
    background: url("../img/bg-about.jpg") no-repeat center center/cover;
    margin-bottom: 175px;
    padding: 108px 50px 74px;
  }
}
.p-about .p-about-logo {
  left: 50%;
  position: absolute;
  translate: -50%;
}
@media only screen and (max-width: 768px) {
  .p-about .p-about-logo {
    top: -4.9333333333vw;
    width: 10vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about .p-about-logo {
    top: -34px;
  }
}
.p-about .p-about-catch {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-about .p-about-catch {
    font-size: 4.8vw;
    line-height: 1.666;
    margin-bottom: 6.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about .p-about-catch {
    font-size: 1.125rem;
    line-height: 1.888;
    margin-bottom: 26px;
  }
}
.p-about .p-about-text {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-about .p-about-text {
    font-size: 3.2vw;
    line-height: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about .p-about-text {
    font-size: 0.875rem;
    line-height: 2.5;
  }
}

@media only screen and (max-width: 768px) {
  .p-menu .c-ttl01 {
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .c-ttl01 {
    margin-bottom: 50px;
  }
}
.p-menu .p-menu-catch {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-catch {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-catch {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-menu .p-menu-lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-lead {
    font-size: 3.2vw;
    line-height: 1.875;
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-lead {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-image {
    height: 81.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-image {
    height: 450px;
  }
}
.p-menu .p-menu-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-menu .p-menu-body {
  background: #F5F2EB;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-body {
    padding: 21.3333333333vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-body {
    padding: 80px 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-inner {
    margin-inline: auto;
    max-width: 900px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-item:not(:last-child) {
    margin-bottom: 18.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-item:not(:last-child) {
    margin-bottom: 90px;
  }
}
.p-menu .p-menu-heading {
  background: #896A19;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: 600;
  letter-spacing: 0.1em;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-heading {
    font-size: 4.8vw;
    height: 15.4666666667vw;
    margin: 0 auto 9.3333333333vw;
    width: 57.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-heading {
    font-size: 1.25rem;
    height: 75px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-content {
    padding-inline: 56px;
  }
}
.p-menu .p-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-flow-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 83px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-item:not(:last-child) {
    margin-bottom: 16vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-flow-item:not(:last-child) {
    margin-bottom: 62px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-item:first-child .p-flow-image {
    width: 56.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-item:last-child .p-flow-image {
    width: 60.6666666667vw;
  }
}
.p-menu .p-flow-image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-image {
    margin: 0 auto 4.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-flow-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 227px;
  }
}
.p-menu .p-flow-heading {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-heading {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-flow-heading {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-text {
    font-size: 3.7333333333vw;
    line-height: 1.785;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-flow-text {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-offer {
    margin-top: 7.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-flow-offer {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-flow-offer li {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-flow-offer li {
    font-size: 0.875rem;
    line-height: 1.785;
    margin-left: 1em;
    text-indent: -1em;
  }
}
.p-menu .p-removal {
  color: #5E5A4A;
}
.p-menu .p-removal-lead {
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-lead {
    font-size: 3.2vw;
    line-height: 1.875;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-lead {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.p-menu .p-removal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-buttons {
    gap: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-buttons li {
    width: 100%;
  }
}
.p-menu .p-removal-buttons a {
  background: #fff;
  color: #5E5A4A;
  display: -ms-grid;
  display: grid;
  font-weight: 600;
  letter-spacing: 0.1em;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-buttons a {
    border-radius: 0.6666666667vw;
    font-size: 4vw;
    height: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-buttons a {
    font-size: 1.125rem;
    border-radius: 5px;
    height: 60px;
    width: 360px;
  }
}
.p-menu .p-removal-buttons a.is-active {
  background: #5E6D5A;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-buttons a:hover {
    background: #5E6D5A;
    color: #fff;
  }
}
.p-menu .p-removal-tabs {
  position: relative;
}
.p-menu .p-removal-tab {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-tab {
    padding-top: 46px;
  }
}
.p-menu .p-removal-tab.is-active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-heading {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-heading {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.p-menu .p-removal-student {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-student {
    font-size: 3.2vw;
    margin-bottom: 0.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-student {
    font-size: 1rem;
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-block {
    margin-inline: -4vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-block:not(:first-child) {
    margin-top: 12.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-block:not(:first-child) {
    margin-top: 100px;
  }
}
.p-menu .p-removal-item {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.6666666667vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 556px) minmax(0, 100px) 1fr;
    grid-template-columns: minmax(0, 556px) minmax(0, 100px) 1fr;
    padding-block: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-item + .p-removal-item {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-item + .p-removal-item {
    margin-top: 22px;
  }
}
.p-menu .p-removal-subject {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-subject {
    font-size: 4vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-subject {
    font-size: 1.125rem;
    padding-inline: 50px 10px;
  }
}
.p-menu .p-removal-subject small {
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-subject small {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-subject small {
    font-size: 1rem;
  }
}
.p-menu .p-removal-time {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-time {
    margin-left: auto;
    width: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-time {
    font-size: 1.125rem;
  }
}
.p-menu .p-removal-price {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-price {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-price {
    font-size: 1.125rem;
    padding-right: 50px;
  }
}
.p-menu .p-removal-notice {
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-removal-notice {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-removal-notice {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p-menu-photos {
    margin-block: -15.2vw 14vw;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu-photos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 21px 1fr 21px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
    margin: 0 auto 200px;
    max-width: 1366px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu-photos .p-photo {
    width: 78.1333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-information {
    margin-bottom: 17.3333333333vw;
    padding-inline: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-information {
    margin-bottom: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .p-information .c-ttl01 {
    margin-bottom: 10vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-information .c-ttl01 {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-information .p-information-inner {
    margin-inline: auto;
    max-width: 1000px;
    padding-inline: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .p-faq {
    margin-bottom: 16vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-faq {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq .c-ttl02 {
    margin-bottom: 7.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-faq .c-ttl02 {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq .p-faq-item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-faq .p-faq-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-faq .p-faq-q a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F2EB;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  place-content: center start;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-faq .p-faq-q a {
    font-size: 4vw;
    height: 10.6666666667vw;
    padding-inline: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-faq .p-faq-q a {
    font-size: 1.125rem;
    height: 62px;
    padding-inline: 30px;
  }
}
.p-faq .p-faq-q a::before, .p-faq .p-faq-q a::after {
  background: var(--bc02);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-faq .p-faq-q a::before, .p-faq .p-faq-q a::after {
    border-radius: 0.6666666667vw;
    height: 0.6666666667vw;
    width: 5.0666666667vw;
    right: 2.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-faq .p-faq-q a::before, .p-faq .p-faq-q a::after {
    border-radius: 2px;
    height: 3px;
    right: 30px;
    width: 22px;
  }
}
.p-faq .p-faq-q a::before {
  rotate: 90deg;
}
.p-faq .p-faq-q a.is-active::before {
  rotate: 0deg;
}
@media only screen and (max-width: 768px) {
  .p-faq .p-faq-q a span {
    font-size: 3.2vw;
  }
}
.p-faq .p-faq-a {
  border: 0 solid #A68F51;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, border-width 0.3s ease;
  transition: height 0.3s ease, border-width 0.3s ease;
}
.p-faq .p-faq-a.is-open {
  border-width: 1px;
}
.p-faq .p-faq-a p {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-faq .p-faq-a p {
    font-size: 3.7333333333vw;
    padding: 4.8vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-faq .p-faq-a p {
    font-size: 1rem;
    padding: 28px 32px;
  }
}

@media only screen and (max-width: 768px) {
  .p-notice .c-ttl02 {
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-notice .c-ttl02 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-notice .p-notice-item {
    padding-inline: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .p-notice .p-notice-item + .p-notice-item {
    margin-top: 1.692em;
  }
}
@media print, screen and (min-width: 769px) {
  .p-notice .p-notice-item + .p-notice-item {
    margin-top: 2.28em;
  }
}
.p-notice .p-notice-item .p-notice-heading {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-notice .p-notice-item .p-notice-heading {
    font-size: 3.4666666667vw;
    line-height: 1.692;
  }
}
@media print, screen and (min-width: 769px) {
  .p-notice .p-notice-item .p-notice-heading {
    font-size: 0.875rem;
    line-height: 2.28;
  }
}
.p-notice .p-notice-item li {
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .p-notice .p-notice-item li {
    font-size: 3.4666666667vw;
    line-height: 1.692;
  }
}
@media print, screen and (min-width: 769px) {
  .p-notice .p-notice-item li {
    font-size: 0.875rem;
    line-height: 2.28;
  }
}
@media only screen and (max-width: 768px) {
  .p-notice .p-notice-item p {
    font-size: 3.4666666667vw;
    line-height: 1.692;
  }
}
@media print, screen and (min-width: 769px) {
  .p-notice .p-notice-item p {
    font-size: 0.875rem;
    line-height: 2.28;
  }
}

@media only screen and (max-width: 768px) {
  .p-access {
    padding-inline: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-access .c-ttl01 {
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-access .c-ttl01 {
    margin-bottom: 96px;
  }
}
.p-access .p-access-map {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-access .p-access-map {
    aspect-ratio: 688/800;
    margin-bottom: 8vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-access .p-access-map {
    aspect-ratio: 790/493;
    margin: 0 auto 50px;
    max-width: 790px;
  }
}
.p-access .p-access-map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-access .p-access-shop {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-access .p-access-shop {
    font-size: 3.7333333333vw;
    margin-bottom: 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-access .p-access-shop {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
.p-access .p-access-time {
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-access .p-access-time {
    font-size: 3.4666666667vw;
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-access .p-access-time {
    font-size: 1rem;
    margin-bottom: 23px;
  }
}
.p-access .p-access-address {
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-access .p-access-address {
    font-size: 3.4666666667vw;
    line-height: 1.3;
    margin-bottom: 4.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-access .p-access-address {
    font-size: 1rem;
    margin-bottom: 4px;
  }
}
.p-access .p-access-mail {
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-access .p-access-mail {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-access .p-access-mail {
    font-size: 1rem;
  }
}
.p-access .p-access-mail a {
  position: relative;
}
.p-access .p-access-mail a::after {
  background: var(--bc01);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  scale: 0 1;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-access .p-access-mail a:hover::after {
    scale: 1 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

/* display */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

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

.u-ml0 {
  margin-left: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}