@charset "UTF-8";
/*
theme Name: つむぎ舎
Author: Admin
Description: Tsumugisha
version： 1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none; /* 1 */
  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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

html {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  margin: 0;
  font-family: "HigureGothic-Regular", sans-serif;
}
*::before,
* ::after {
  box-sizing: inherit;
  margin: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  -webkit-font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
  background-color: #fff7ee;
  color: #231815;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.15;
  font-family: "HigureGothic-Regular", sans-serif;
          font-kerning: normal;
  letter-spacing: 0.1em;
  counter-reset: number 0;
}

h1 {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

img,
iframe,
video {
  max-width: 100%;
}

button {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

a {
  -webkit-transition: 0.5s;
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

.js-focus-visible:focus:not(.focus-visible) {
  outline: 0;
}

*:focus-visible {
  outline: none;
}

@font-face {
  src: url("./font/HigureGothic-Regular.woff2") format("woff2");
  font-family: "HigureGothic-Regular";
  font-display: swap;
}
@font-face {
  src: url("./font/HigureGothic-Medium.woff2") format("woff2");
  font-family: "HigureGothic-Medium";
  font-display: swap;
}
@font-face {
  src: url("./font/HigureGothic-Light.woff2") format("woff2");
  font-family: "HigureGothic-Light";
  font-display: swap;
}
@font-face {
  src: url("./font/HigureGothic-Bold.woff2") format("woff2");
  font-family: "HigureGothic-Bold";
  font-display: swap;
}
/* animation
----------------------------------------- */
.inview {
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.inview.is-anim {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* c-breadcrumbs
----------------------------------------- */
.c-breadcrumbs {
  z-index: 1;
  position: relative;
  padding: 1.875rem 0 0;
}

.c-breadcrumbs__list {
  display: unset;
}

.c-breadcrumbs__item {
  display: unset;
}
.c-breadcrumbs__item:not(:last-child) {
  position: relative;
  margin: 0 1.875rem 0 0;
}
.c-breadcrumbs__item:not(:last-child):before {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: calc(50% + 0.1rem);
  right: -1.125rem;
          transform: translate(0, -50%);
  content: "＞";
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
}

.c-breadcrumbs__link {
  display: unset;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
}

/* c-button
----------------------------------------- */
.c-button {
  -webkit-box-align: center;
  display: block;
  display: -webkit-inline-box;
  display: inline-flex;
          align-items: center;
  padding: 0.75rem 1.625rem;
  border: 0.125rem solid #231815;
  border-radius: 3.125rem;
}

.c-button--external {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  background-color: #231815;
}
.c-button--external .c-button__text {
  margin: 0 0.375rem 0 0;
  color: #fff;
}
.c-button--external .c-button__arrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
}
.c-button--external .c-button__arrow svg {
  width: 100%;
  height: 100%;
}
.c-button--external .c-button__arrow svg path {
  fill: #fff;
}

.c-button__text {
  color: #231815;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.06em;
}

/* swiper
----------------------------------------- */
.e-swiper {
  margin-bottom: 0 !important;
}
.e-swiper .swiper-pagination {
  -webkit-transform: translate(-50%, 0%);
  z-index: 2;
  position: absolute;
  bottom: calc(9.6% + 3rem) !important;
  left: 50% !important;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-right: 5rem;
  padding-left: 5rem;
          transform: translate(-50%, 0%);
  text-align: left;
}
.e-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8.2px;
  height: 8.2px;
  margin: 0 7px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.e-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.e-swiper .swiper-slide img {
  -o-object-position: bottom;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 720px;
     object-fit: cover;
     object-position: bottom;
  font-family: "object-fit: cover;";
}

/* container
----------------------------------------- */
.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 7.6923076923%;
}

/* footer
----------------------------------------- */
.l-footer {
  border-top: 0.125rem solid #231815;
  background-color: #fff;
}

.l-footer__main {
  padding: 6.375rem 0 2.5rem;
}

.l-footer__main-logo {
  display: block;
  width: 4.5rem;
  height: 5.625rem;
  margin: 0 0 4rem;
}
.l-footer__main-logo svg {
  width: 100%;
  height: 100%;
}
.l-footer__main-logo svg path {
  fill: #231815;
}

.l-footer__main-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
  gap: 4rem 0;
}

.l-footer__main-nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
  gap: 4rem 0;
}

.l-footer__main-nav-item address {
  font-style: normal;
}

.l-footer__main-nav-title {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 1.375rem;
  color: #c9c1b8;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}
.l-footer__main-nav-title:before {
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #c9c1b8;
  content: "";
}

.l-footer__main-nav-text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.l-footer__main-nav-link-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
}

.l-footer__main-nav-link {
  -webkit-box-align: center;
  display: -webkit-inline-box;
  display: inline-flex;
          align-items: center;
  padding: 0 0 0.3125rem;
  border-bottom: 1px solid #231815;
}
.l-footer__main-nav-link:not(:first-child) {
  margin: 1rem 0 0;
}

.l-footer__main-nav-link--text {
  margin: 0 0.5rem 0 0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.l-footer__main-nav-link--arrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
}
.l-footer__main-nav-link--arrow svg {
  width: 100%;
  height: 100%;
}

.l-footer__copy {
  padding: 6.25rem 0 0;
  color: #c9c1b8;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "HigureGothic-Regular", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-footer__bottom {
  position: relative;
  height: 18.125rem;
}

.l-footer__bottom-figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-footer__bottom-figure img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.l-footer__bottom-content {
  position: relative;
  padding: 2.75rem 7.6923076923% 2.5rem;
}

.l-footer__bottom-content-title {
  display: block;
  width: 11.5rem;
  height: 1.0625rem;
}
.l-footer__bottom-content-title img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
}

.l-footer__bottom-content-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-end;
          justify-content: flex-start;
  padding: 4.375rem 0 1.875rem;
  gap: 0.75rem 0;
  border-bottom: 1px solid #fff;
}

.l-footer__bottom-content-link {
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.8;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

/* l-form
----------------------------------------- */
.l-form__inner .wpcf7-response-output {
  display: none;
}
.l-form__inner .wpcf7-not-valid-tip {
  margin: 0.5rem 0 0;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0em;
}

.l-form__row:not(:last-child) {
  margin: 0 0 1.75rem;
}

.l-form__item {
  margin: 0 0 0.75rem;
}
.l-form__item p {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
}
.l-form__item p span.--title {
  display: block;
  margin: 0 0.5rem 0 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__item p span.--required {
  display: block;
  margin: 0 0 0.125rem;
  padding: 0.25rem 0.375rem 0.1875rem;
  background-color: #3d474f;
  color: #fff;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__detail input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #dddddd;
  border-radius: 0.3125rem;
  background-color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__detail input::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__detail input::placeholder {
  color: #cccccc;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__detail textarea {
  width: 100%;
  height: 13.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #dddddd;
  border-radius: 0.1875rem;
  background-color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__detail textarea::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__detail textarea::placeholder {
  color: #cccccc;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}

.l-form__agree {
  margin: 2rem 0;
}

.l-form__agree-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}

.l-form__agree-link {
  display: block;
  position: relative;
  padding: 0 0.75rem 0 0;
  color: #1571da;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__agree-link:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0.125rem;
  width: 0.5rem;
  height: 0.5rem;
          transform: translate(0%, -50%);
  background-image: url(./images/contact/contact_external.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-form__agree-text {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
}

.l-form__button-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
}
.l-form__button-block .wpcf7-spinner {
  display: none;
}
.l-form__button-block p {
  width: 100%;
}
.l-form__button-block .l-form__button {
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
  width: 100%;
  padding: 1.25rem 0;
  border-radius: 0.25rem;
  background-color: #383838;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* hamburger
----------------------------------------- */
.l-hamburger__toggle {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
  z-index: 3;
  position: fixed;
  top: 2.875rem;
  right: 1.25rem;
  width: 3.75rem;
  height: 2rem;
  padding: 0.625rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-hamburger__toggle.is-active .l-hamburger__toggle-wrap span {
  background-color: #231815;
}
.l-hamburger__toggle.is-active .l-hamburger__toggle-wrap span:nth-of-type(1) {
  -webkit-transform: translateY(0.3rem) rotate(-45deg);
          transform: translateY(0.3rem) rotate(-45deg);
}
.l-hamburger__toggle.is-active .l-hamburger__toggle-wrap span:nth-of-type(2) {
  -webkit-transform: translateY(-0.35rem) rotate(45deg);
          transform: translateY(-0.35rem) rotate(45deg);
}

.l-hamburger__toggle-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-hamburger__toggle-wrap span {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: inline-block;
  position: absolute;
  width: 2.5rem;
  height: 2px;
  border-radius: 0.125rem;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-hamburger__toggle-wrap span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.l-hamburger__toggle-wrap span:nth-of-type(2) {
  bottom: 0;
  left: 0;
}

/* header
----------------------------------------- */
.l-header.is-active .l-header__logo svg path {
  fill: #231815;
}
.l-header.is-change .l-header__logo svg path {
  fill: #231815 !important;
}
.l-header.is-change .l-hamburger__toggle-line {
  background-color: #231815;
}

.l-header__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
}

.l-header__logo {
  display: block;
  z-index: 3;
  position: fixed;
  top: 1.8125rem;
  left: 7.6923076923%;
  width: 3.25rem;
  height: 4.0625rem;
}
.l-header__logo svg {
  width: 100%;
  height: 100%;
}
.l-header__logo svg path {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
          transform: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.l-header__logoLink {
  display: block;
}

.l-header-menu__list {
  display: none;
  z-index: 2;
  position: absolute;
  top: 4rem;
  right: 10.5rem;
  gap: 0 3rem;
}

.l-header-menu__item--reservation .l-header-menu__link {
  padding: 0.6875rem 2.5rem;
  border: 0.125rem solid #fff;
  border-radius: 3.125rem;
}

.l-header-menu__link {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

/* menu
----------------------------------------- */
.l-menu {
  -webkit-transform: translate(100%, 0%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 8.9375rem 7.6923076923% 0;
  overflow-y: scroll;
          transform: translate(100%, 0%);
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-menu.is-active {
  -webkit-transform: translate(0%, 0%);
  visibility: visible;
  z-index: 2;
          transform: translate(0%, 0%);
  opacity: 1;
}

.l-menu__wrap {
  height: 23.125rem;
}

.l-menu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
  margin: 0 0 2.5rem;
  gap: 2rem 0;
}

.l-menu__link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.l-menu__social-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: flex-start;
  margin: 2.5rem 0;
  gap: 0 2rem;
}

.l-menu__social-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
  padding: 0 0 0.3125rem;
  border-bottom: 1px solid #231815;
}

.l-menu__social-text {
  margin: 0 0.5rem 0 0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.l-menu__social-arrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
}
.l-menu__social-arrow svg {
  width: 100%;
  height: 100%;
}

.l-menu__figure-wrap {
  position: relative;
  width: 100vw;
  height: calc(100vh - 32rem);
  margin: 0 calc(50% - 50vw);
}

.l-menu__figure {
  height: 100%;
}
.l-menu__figure img {
  -o-object-fit: cover;
  aspect-ratio: 390/174;
  height: 100%;
     object-fit: cover;
}

.l-menu__figure-text {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 47.1794871795%;
          transform: translate(-50%, -50%);
}
.l-menu__figure-text img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

/* section
----------------------------------------- */
.l-section__title--jp {
  display: block;
  margin: 0 0 0.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.l-section__title--en {
  display: block;
  position: relative;
  padding: 0 0 0 1.125rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}
.l-section__title--en:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #231815;
  content: "";
}

.l-section__text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

/* p-home-about
----------------------------------------- */
.p-home-about {
  padding: 4rem 0 28.875rem;
}

.p-home-about__title {
  position: relative;
  margin: 0 0 3.125rem;
  padding: 1.3125rem 0 0 7.6923076923%;
}
.p-home-about__title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(./images/common/closs_icon_black_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-home-about__title--text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-home-about__figure-wrap {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.p-home-about__figure {
  z-index: 1;
  position: relative;
  width: 76.9230769231%;
  margin: 0 0 0 auto;
  border-top: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
  border-left: 0.125rem solid #231815;
}

.p-home-about__inner {
  position: relative;
  width: 100vw;
  margin: -4.625rem calc(50% - 50vw) 0;
  padding: 7rem 0 10rem;
  border-top: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
  background-color: #fff;
}
.p-home-about__inner .l-section__text {
  margin: 0 0 2rem;
}

.p-home-about__content {
  padding: 0 7.5641025641%;
}

.p-home-about__content-title {
  display: block;
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.125rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}
.p-home-about__content-title:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #231815;
  content: "";
}

.p-home-about__english {
  display: block;
  position: absolute;
  right: 7.6923076923%;
  bottom: 3.75rem;
  color: #c9c1b8;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}

.p-home-about__content-figure-wrap {
  position: absolute;
  bottom: -17rem;
  left: 0;
  width: 71.7948717949vw;
}

.p-home-about__content-figure--one {
  width: 12.5rem;
  margin: 0 0 -5.8974358974vw 20.2564102564%;
  border: 0.125rem solid #231815;
  border-radius: 13.4375rem 13.4375rem 0 0;
}
.p-home-about__content-figure--one img {
  border-radius: 13.4375rem 13.4375rem 0 0;
}

.p-home-about__content-figure--two {
  position: relative;
  width: 10.5625rem;
  border-top: 0.125rem solid #231815;
  border-right: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
}

/* p-home-gallery
----------------------------------------- */
.p-home-gallery {
  position: relative;
}

.p-home-gallery__figure-top {
  border-top: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
}
.p-home-gallery__figure-top img {
  -o-object-fit: cover;
  aspect-ratio: 390/200;
     object-fit: cover;
}

.p-home-gallery__english {
  position: absolute;
  bottom: 52.8205128205vw;
  left: 7.6923076923%;
  color: #c9c1b8;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}

.p-home-gallery__figure {
  border: 0.125rem solid #231815;
}

.p-home-gallery__figure--one {
  position: relative;
  width: 41.0256410256%;
  margin: -2rem 7.6923076923% 5rem auto;
}

.p-home-gallery__figure--two {
  width: 51.2820512821%;
  margin: 0 auto 7.5rem 7.6923076923%;
}

.p-home-gallery__figure--three {
  width: 35.8974358974%;
  margin: 0 13.8461538462% -2rem auto;
  border-radius: 9.6875rem 9.6875rem 0 0;
}
.p-home-gallery__figure--three img {
  border-radius: 9.6875rem 9.6875rem 0 0;
}

/* p-home-kv
----------------------------------------- */
.p-home-kv {
  position: relative;
  height: 42.5rem;
}

.p-home-kv__english {
  display: block;
  position: absolute;
  bottom: 1.75rem;
  left: 7.6923076923%;
  padding: 0 0 0 1rem;
  color: #fff;
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-home-kv__english::before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.p-home-kv__catch {
  position: absolute;
  bottom: 9.4375rem;
  left: 2.8205128205%;
}

.p-home-kv__catch-text {
  display: block;
  margin: 0 0 1rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-home-kv__catch-eng {
  display: block;
  position: relative;
  margin: 0 0 0 1.125rem;
  padding: 0 0 0 1.75rem;
  color: #fff;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}
.p-home-kv__catch-eng::before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
          transform: translate(0%, -50%);
  background-image: url(./images/home/kv_catch_closs.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-home-kv__figure {
  height: 100%;
}
.p-home-kv__figure img {
  -o-object-fit: cover;
  aspect-ratio: 390/680;
  height: 100%;
     object-fit: cover;
}

/* p-home-news
----------------------------------------- */
.p-home-news {
  position: relative;
  padding: 0 0 5rem;
}

.p-home-news__figure-wrap {
  width: 100vw;
  margin: -4rem calc(50% - 50vw) 5rem;
}

.p-home-news__figure {
  width: 76.9230769231%;
  margin: 0 0 0 auto;
  border-top: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
  border-left: 0.125rem solid #231815;
}
.p-home-news__inner .c-button__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  margin: 2.75rem 0 0;
}

.p-home-news__list {
  margin: 2.5rem 0 2.75rem;
}

.p-home-news__item {
  border-top: 0.0625rem solid rgba(35, 24, 21, 0.5);
}
.p-home-news__item:last-child {
  border-bottom: 0.0625rem solid rgba(35, 24, 21, 0.5);
}

.p-home-news__link {
  display: block;
  padding: 1.5rem 0.75rem;
}
.p-home-news__link time {
  display: block;
  margin: 0 0 0.875rem;
  color: #958e85;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}

.p-home-news__link-title {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

/* p-home-service
----------------------------------------- */

.p-home-service__head {
  padding: 0 0 11.25rem;
}

.p-home-service__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: row-reverse;
          align-items: flex-start;
          justify-content: flex-start;
  margin: -16rem 6.6666666667% 0 0;
  padding: 2.125rem 0 0;
}
.p-home-service__title:before {
  position: absolute;
  top: 0;
  right: 0.1875rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(./images/common/closs_icon_black_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-home-service__title--text {
  -webkit-writing-mode: vertical-rl;
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.12em;
          writing-mode: vertical-rl;
}
.p-home-service__title--text:nth-child(2n) {
  margin: 2.125rem 1rem 0 0;
}
.p-home-service__content .l-section__text {
  margin: 0 -0.2564102564%;
}

.p-home-service__content-english {
  display: block;
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.125rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}
.p-home-service__content-english:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #231815;
  content: "";
}

.p-home-service__detail {
  position: relative;
  margin: 0 -7.6923076923% 0 auto;
  padding: 0 0 5.5rem;
  border-top: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
  border-left: 0.125rem solid #231815;
  background-color: #fff;
}
.p-home-service__detail .c-button__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
  margin: 0 0 6.25rem;
}
.p-home-service__detail:before {
  z-index: -1;
  position: absolute;
  bottom: -1.0625rem;
  left: -1.0625rem;
  width: 2rem;
  height: 2rem;
  background-image: url(./images/common/section_cross.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-home-service__list {
  width: 68.1690140845%;
  margin: -6.25rem auto 4.375rem;
}
.p-home-service__item:not(:last-child) {
  margin: 0 0 4.375rem;
}

.p-home-service__item-figure {
  margin: 0 0 1.625rem;
  border: 0.125rem solid #231815;
  border-radius: 11.875rem 11.875rem 0 0;
}
.p-home-service__item-figure img {
  border-radius: 11.875rem 11.875rem 0 0;
}

.p-home-service__item-title {
  position: relative;
  padding: 0 0 2.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-home-service__item-title:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1.375rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/service_title_line_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-home-service__english {
  display: block;
  margin: 0 7.6923076923% 0 0;
  color: #c9c1b8;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  text-align: right;
}

/* p-about
----------------------------------------- */
.p-about {
  padding: 5rem 0 0;
}

.p-about__lead {
  padding: 5rem 0 6.25rem;
}

.p-about__lead-figure {
  width: 66.6666666667%;
  margin: 0 auto;
}

.p-about-concept {
  position: relative;
  padding: 10rem 0 5rem;
}
.p-about-concept .l-container {
  position: relative;
}

.p-about-concept--primary {
  border-top: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
}
.p-about-concept--primary .p-about__content-title {
  color: #fff;
}
.p-about-concept--primary .p-about__content-bottom {
  border-bottom: 1px solid #fff;
}
.p-about-concept--primary .p-about__content-text {
  color: #fff;
}
.p-about-concept--primary .p-about__content-eng {
  color: #fff;
}

.p-about-concept__figure {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
          transform: translate(-50%, -50%);
}
.p-about-concept__figure img {
  -o-object-fit: cover;
  aspect-ratio: 390/809;
  height: 100%;
     object-fit: cover;
}

.p-about__content {
  margin: 0 -0.2564102564%;
}

.p-about__content-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-about__content-bottom {
  margin: 9.375rem 0 0;
  padding: 0 0 1.75rem;
  border-bottom: 1px solid #231815;
}

.p-about__content-text {
  margin: 0 0 7.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-about__content-eng {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-about-company {
  padding: 0 0 6.25rem;
}

.p-about-company__figure {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 5.625rem;
  border-top: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
}
.p-about-company__figure img {
  -o-object-fit: cover;
  aspect-ratio: 390/500;
  height: 100%;
     object-fit: cover;
}

.p-about-company__wrap {
  position: relative;
  margin: 1.875rem 0 0;
  padding: 2rem 9.0909090909% 4rem;
  border: 0.125rem solid #231815;
  background-color: #fff;
}
.p-about-company__wrap:before {
  z-index: -1;
  position: absolute;
  bottom: -1.0625rem;
  left: -1.0625rem;
  width: 2rem;
  height: 2rem;
  background-image: url(./images/common/section_cross.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-about-company__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
}

.p-about-company__item {
  flex-shrink: 0;
  width: 30.0751879699%;
  margin: 0 11.2781954887% 0 0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-about-company__detail {
  width: 57.1428571429%;
  margin: 0.0625rem 0 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-about-company__item-text {
  word-wrap: break-word;
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-about-company__item-link {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

/* p-information
----------------------------------------- */
body.post-type-archive-information .p-hero {
  padding: 10rem 0 0;
  background-color: #fff7ee;
}
body.post-type-archive-information .p-hero__title {
  -webkit-transform: translate(0%, 0%);
  position: static;
          transform: translate(0%, 0%);
}
body.post-type-archive-information .p-hero__title .p-hero__title--jp {
  color: #231815;
}
body.post-type-archive-information .p-hero__title .p-hero__title-sub {
  color: #231815;
}
body.single-information .l-header__logoLink svg path, body.post-type-archive-information .l-header__logoLink svg path {
  fill: #231815;
}
body.single-information .l-hamburger__toggle-line, body.post-type-archive-information .l-hamburger__toggle-line {
  background-color: #231815;
}

.p-information-detail {
  padding: 10rem 0 3rem;
}

.p-information__detail {
  padding: 0 0 5rem;
}
.p-information__detail .c-button__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
  margin: 2.5rem 0 0;
}

.p-information__header {
  padding: 0 0 0.875rem;
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
}
.p-information__header time {
  display: block;
  margin: 0 0 0.625rem;
  color: #958e85;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}

.p-information__header-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-information__content {
  margin: 3rem 0 0;
}
.p-information__content p {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}
.p-information__content p a {
  display: block;
  margin: 0.875rem 0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.p-information__content .c-button {
  margin: 0;
  text-decoration: none;
}

.p-information-summary {
  padding: 0.75rem 0 5rem;
}

/* p-reservation
----------------------------------------- */
.p-reservation {
  padding: 4rem 0 0;
}

.p-reservation-detail {
  padding: 0 0 6.25rem;
}

.p-reservation-detail__block {
  padding: 5rem 0 4rem;
  border-bottom: 1px solid #231815;
}
.p-reservation-detail__block:first-child {
  border-top: 1px solid #231815;
}

.p-reservation-detail__block-title {
  margin: 0 0 4rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-reservation-detail__block-text {
  margin: 2rem 0 0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}
.p-reservation-detail__block-text a {
  display: inline-block;
  font-weight: 500;
  font-family: "HigureGothic-Medium", sans-serif;
  text-decoration: underline;
}

.p-reservation-detail__block-list {
  margin: 2.25rem 0 0;
}

.p-reservation-detail__block-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
}
.p-reservation-detail__block-row:last-child {
  padding: 1.25rem 0 0;
  border-bottom: none;
}

.p-reservation-detail__block-item {
  flex-shrink: 0;
  width: 7.5rem;
  margin: 0 1.125rem 0 0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-reservation-detail__block-detail {
  width: 10.75rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}
.p-reservation-detail__block-detail .l-footer__main-nav-link {
  padding: 0;
  border-bottom: none;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

/* p-service
----------------------------------------- */
.p-service {
  padding: 4rem 0 0;
}
.p-service-lead {
  padding: 5rem 7.4358974359%;
}

.p-service-lead__title {
  margin: 0 0 4.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-service-lead__text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-service-detail {
  padding: 0 0 6.25rem;
}

.p-service-detail__head {
  margin: 0 0 6.25rem;
}

.p-service-detail__figure {
  border-top: 0.125rem solid #231815;
  border-bottom: 0.125rem solid #231815;
}
.p-service-detail__figure img {
  -o-object-fit: cover;
  aspect-ratio: 390/500;
  height: 100%;
     object-fit: cover;
}

.p-service-detail__block {
  padding: 5rem 0 4rem;
  border-bottom: 1px solid #231815;
}
.p-service-detail__block:first-child {
  border-top: 1px solid #231815;
}

.p-service-detail__block-title {
  margin: 0 0 4rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-service-detail__slider-main figure {
  margin: 0 0 0.375rem;
  border: 0.125rem solid #231815;
}
.p-service-detail__slider-main figure img {
  -o-object-fit: cover;
  aspect-ratio: 330/218;
  height: 100%;
     object-fit: cover;
}

.p-service-detail__slider-main-item img {
  -o-object-fit: cover;
  aspect-ratio: 330/219;
  height: 100%;
     object-fit: cover;
}

.p-service-detail__slider-thumbnail-item {
  border: 0.0625rem solid #231815 !important;
}
.p-service-detail__slider-thumbnail-item figure {
  overflow: hidden;
}
.p-service-detail__slider-thumbnail-item.is-active {
  border: 0.0625rem solid #231815 !important;
}
.p-service-detail__slider-thumbnail-item.is-active figure:before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
          transform: translate(-50%, -50%);
  background-color: #43342f;
  content: "";
  opacity: 0.6;
}
.p-service-detail__slider-thumbnail-item img {
  -o-object-fit: cover;
  aspect-ratio: 103/69;
  height: 100%;
     object-fit: cover;
}

.p-service-detail__block-text {
  margin: 2rem 0 0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}
.p-service-detail__block-text a {
  display: inline-block;
  font-weight: 500;
  font-family: "HigureGothic-Medium", sans-serif;
  text-decoration: underline;
}

.p-service-detail__list-wrap {
  margin: 4rem 0 0;
}

.p-service-detail__list-block:not(:last-child) {
  margin: 0 0 4rem;
}

.p-service-detail__list-title {
  position: relative;
  margin: 0 0 0.25rem;
  padding: 0 0 0 1.375rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  font-family: "HigureGothic-Bold", sans-serif;
  letter-spacing: 0.05em;
}
.p-service-detail__list-title:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #231815;
  content: "";
}

.p-service-detail__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
}

.p-service-detail__list-item {
  width: 13.75rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-service-detail__list-detail {
  width: 2.8125rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-service-detail__rental {
  margin: 3.5rem 0 0;
}

.p-service-detail__rental-block .p-service-detail__block-text {
  margin: 0;
}
.p-service-detail__rental-block:not(:last-child) {
  margin: 0 0 3.5rem;
}

.p-service-detail__rental-title {
  position: relative;
  margin: 0 0 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  font-family: "HigureGothic-Bold", sans-serif;
  letter-spacing: 0.05em;
}

.p-service-detail__rental-list {
  margin: 0 0 2rem;
}

.p-service-detail__rental-item:not(:last-child) {
  margin: 0 0 1rem;
}

/* hero
----------------------------------------- */
.p-hero {
  position: relative;
}
.p-hero .l-container {
  padding: 0 7.1794871795%;
}

.p-hero--about .p-hero__title {
  top: 17.3125rem;
  right: 1.875rem;
}
.p-hero--about .p-hero__title .p-hero__title--jp {
  padding: 0 7.6923076923% 0 0;
  text-align: right;
}
.p-hero--about .p-hero__figure {
  height: 56.25rem;
}
.p-hero--about .p-hero__figure img {
  aspect-ratio: 390/900;
}

.p-hero--service .p-hero__title-sub,
.p-hero--reservation .p-hero__title-sub,
.p-hero--information .p-hero__title-sub {
  margin: 0.75rem 0 0;
  padding: 0;
  text-align: center;
}
.p-hero--service .p-hero__title-sub:before,
.p-hero--reservation .p-hero__title-sub:before,
.p-hero--information .p-hero__title-sub:before {
  display: none;
}

.p-hero--information .p-hero__title--jp {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.p-hero__figure {
  height: 42.5rem;
}
.p-hero__figure img {
  -o-object-fit: cover;
  aspect-ratio: 390/680;
  height: 100%;
     object-fit: cover;
}

.p-hero__title {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
          transform: translate(-50%, -50%);
}
.p-hero__title .p-hero__title--jp {
  text-align: center;
}

.p-hero__title--jp {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-hero__wrap {
  margin: -21rem 0 0;
}

.p-hero__title-sub {
  display: block;
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.125rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}
.p-hero__title-sub:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "  ";
}

.p-hero__text span {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}

.p-hero__text--white {
  color: #fff;
}

/* p-page
----------------------------------------- */
.p-page__nav {
  padding: 0 0 2.25rem;
  border-bottom: 1px solid #231815;
}

.p-page__nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
  gap: 1.25rem 0;
}

.p-page__nav-link {
  display: block;
  position: relative;
  padding: 0 0 0 1.375rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
}
.p-page__nav-link:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
          transform: translate(0%, -50%);
  background-image: url(./images/common/nav_cross_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "  ";
}

.p-page-service {
  position: relative;
  padding: 4.875rem 0;
}

.p-page-service__figure {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
          transform: translate(-50%, -50%);
  border-top: 0.125rem solid #231815;
}
.p-page-service__figure img {
  -o-object-fit: cover;
  aspect-ratio: 390/280;
  height: 100%;
     object-fit: cover;
}

.p-page-service__wrap {
  position: relative;
}
.p-page-service__wrap .c-button__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
}
.p-page-service__wrap .c-button {
  margin: 0 auto;
  border: 0.125rem solid #fff;
  background-color: #fff;
}

.p-page-service__title {
  margin: 0 0 2.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "HigureGothic-Medium", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.u-only-sp {
  display: block;
}

.u-only-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  *:focus-visible {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
  .wrap {
    overflow: hidden;
  }
  .c-breadcrumbs {
    padding: 1.875rem 6.875rem 0;
  }
  .c-breadcrumbs__item:not(:last-child):before {
    top: calc(50% + 0.2rem);
  }
  .c-button--external .c-button__text {
    margin: 0 0.5rem 0 0;
  }
  .c-button__text {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .e-swiper .swiper-pagination {
    bottom: 4.5rem !important;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .e-swiper .swiper-slide img {
    min-height: unset;
  }
  .l-container {
    padding: 0;
  }
  .l-footer__main {
    padding: 10rem 7.5rem 10rem;
  }
  .l-footer__main-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
  }
  .l-footer__main-logo {
    flex-shrink: 0;
    width: 6.375rem;
    height: 7.9375rem;
    margin: 0;
  }
  .l-footer__main-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
    width: 28.75rem;
    gap: 0 6.25rem;
  }
  .l-footer__main-nav-list {
    gap: 3.5rem 0;
  }
  .l-footer__main-nav-list.l-footer__main-nav-list--one {
    width: 13.5rem;
  }
  .l-footer__main-nav-list.l-footer__main-nav-list--two {
    gap: 4.625rem 0;
  }
  .l-footer__main-nav-item address {
    white-space: nowrap;
  }
  .l-footer__main-nav-title {
    font-weight: 500;
    font-size: max(1.25rem, 12px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .l-footer__main-nav-title:before {
    top: 0.875rem;
    width: 0.375rem;
    height: 0.375rem;
  }
  .l-footer__main-nav-text {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .l-footer__main-nav-link:not(:first-child) {
    margin: 1.25rem 0 0;
  }
  .l-footer__main-nav-link--text {
    margin: 0 0.625rem 0 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .l-footer__copy {
    margin: -1.25rem 0 0;
    padding: 0;
    font-weight: 400;
    font-size: max(0.875rem, 8.4px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-end;
    height: 25rem;
  }
  .l-footer__bottom-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
    width: 75rem;
    margin: 0 auto 4rem;
    padding: 0 0 1.625rem;
    border-bottom: 1px solid #fff;
  }
  .l-footer__bottom-content-title {
    width: 15.3125rem;
    height: 1.375rem;
  }
  .l-footer__bottom-content-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-end;
            justify-content: flex-start;
    padding: 0;
    gap: 0 5rem;
    border-bottom: none;
  }
  .l-footer__bottom-content-link {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .l-form__inner .wpcf7-not-valid-tip {
    margin: 0.75rem 0 0;
    font-weight: 600;
    font-size: max(1rem, 9.6px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__row.--textarea {
    margin: 2.375rem 0 0;
  }
  .l-form__item {
    margin: 0 0 0.875rem;
  }
  .l-form__item p span.--title {
    margin: 0 0.625rem 0 0;
    font-weight: 700;
    font-size: max(1.125rem, 10.8px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__item p span.--required {
    margin: 0 0 0.0625rem;
    padding: 0.25rem 0.5rem 0.1875rem;
    font-weight: 700;
    font-size: max(0.75rem, 7.2px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail.--textarea {
    margin: 2.5625rem 0 0;
  }
  .l-form__detail input {
    padding: 0.875rem 1rem;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail input::placeholder {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail textarea {
    height: 15rem;
    padding: 0.9375rem 1rem;
    font-weight: 400;
    font-size: max(1rem, 9.6px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .l-form__detail textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: max(1rem, 9.6px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .l-form__detail textarea::placeholder {
    font-weight: 400;
    font-size: max(1rem, 9.6px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .l-form__agree {
    margin: 2.625rem 0 2.5rem;
  }
  .l-form__agree-link {
    padding: 0 1rem 0 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__agree-link:before {
    top: calc(50% + 0.02rem);
    right: 0.25rem;
  }
  .l-form__agree-text {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__button-block p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
  }
  .l-form__button-block .l-form__button {
    width: 27.5rem;
    padding: 1.8125rem 0;
    font-weight: 700;
    font-size: max(1.375rem, 13.2px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-hamburger__toggle {
    top: 3.5rem;
    right: 3.375rem;
    width: 4.75rem;
    height: 2.25rem;
  }
  .l-hamburger__toggle.is-active .l-hamburger__toggle-wrap span:nth-of-type(1) {
    -webkit-transform: translateY(0.45rem) rotate(-45deg);
            transform: translateY(0.45rem) rotate(-45deg);
  }
  .l-hamburger__toggle.is-active .l-hamburger__toggle-wrap span:nth-of-type(2) {
    -webkit-transform: translateY(-0.45rem) rotate(45deg);
            transform: translateY(-0.45rem) rotate(45deg);
  }
  .l-hamburger__toggle-wrap span {
    width: 3.5rem;
  }
  .l-header.is-active .l-header__logo svg path {
    fill: #fff;
  }
  .l-header__logo {
    left: 4rem;
    width: 4.5rem;
    height: 5.625rem;
  }
  .l-header-menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
  }
  .l-menu {
    z-index: 3;
    width: 40rem;
    padding: 8.875rem 0 0;
    box-shadow: -0.375rem 0 1.875rem 0 rgba(67, 52, 47, 0.25);
  }
  .l-menu__wrap {
    height: 22.75rem;
    padding: 0 0 0 5rem;
  }
  .l-menu__wrap .c-button--external {
    width: 20.625rem;
  }
  .l-menu__link {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .l-menu__social-text {
    margin: 0 0.625rem 0 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .l-menu__figure-wrap {
    width: 100%;
    height: calc(100vh - 31.625rem);
    margin: 0;
  }
  .l-menu__figure-text {
    -webkit-transform: translate(0%, 0%);
    top: auto;
    right: 2.5rem;
    bottom: 2.5rem;
    left: auto;
    width: 11.5rem;
    height: 1.0625rem;
            transform: translate(0%, 0%);
  }
  .l-section__title--jp {
    margin: 0 0 0.625rem;
    font-weight: 500;
    font-size: max(2.625rem, 25.2px);
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .l-section__title--en {
    padding: 0 0 0 1.75rem;
    font-weight: 500;
    font-size: max(1.375rem, 13.2px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .l-section__title--en:before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .l-section__text {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-home-about {
    padding: 12.5rem 0 0;
  }
  .p-home-about__title {
    margin: 0 0 4rem 10.625rem;
    padding: 2.5rem 0 0 3.125rem;
  }
  .p-home-about__title:before {
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(./images/common/closs_icon_black_pc.svg);
  }
  .p-home-about__title--text {
    font-weight: 500;
    font-size: max(2.625rem, 25.2px);
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .p-home-about__figure-wrap {
    width: 100%;
    margin: -20.625rem 0 0 0;
  }
  .p-home-about__figure {
    width: 40rem;
  }
  .p-home-about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row-reverse;
            align-items: flex-start;
            justify-content: space-between;
    width: 82.5rem;
    margin: -2.5rem 0 0;
    padding: 7.5rem 4.5rem 7.5rem 0;
    border-right: 0.125rem solid #231815;
  }
  .p-home-about__inner .l-section__text {
    margin: 0 0 3rem;
  }
  .p-home-about__inner:before {
    z-index: -1;
    position: absolute;
    right: -1.28125rem;
    bottom: -1.28125rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(./images/common/section_cross.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .p-home-about__content {
    width: 35.6875rem;
    padding: 2.5rem 0 0;
  }
  .p-home-about__content-title {
    margin: 0 0 2rem;
    padding: 0 0 0 1.75rem;
    font-weight: 500;
    font-size: max(1.375rem, 13.2px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-home-about__content-title:before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-home-about__english {
    right: 4.5rem;
    bottom: 4.5rem;
    font-weight: 300;
    font-size: max(1.125rem, 10.8px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-home-about__content-figure-wrap {
    position: static;
    width: 33.125rem;
  }
  .p-home-about__content-figure--one {
    width: 23.75rem;
    margin: 0 0 -2.6875rem 9.375rem;
  }
  .p-home-about__content-figure--two {
    width: 20rem;
  }
  .p-home-gallery__figure-top img {
    aspect-ratio: 1440/520;
  }
  .p-home-gallery__english {
    bottom: 9rem;
    left: 9.6875rem;
    font-weight: 300;
    font-size: max(3rem, 28.8px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-home-gallery__figure--one {
    width: 20rem;
    margin: -4rem 7.5rem 0 auto;
  }
  .p-home-gallery__figure--two {
    width: 31.25rem;
    margin: -11.375rem auto 0 7.5rem;
  }
  .p-home-gallery__figure--three {
    width: 15rem;
    margin: 0 13.875rem -3.625rem auto;
  }
  .p-home-kv {
    height: 56.25rem;
    min-height: 900px;
    max-height: 1200px;
  }
  .p-home-kv__english {
    -webkit-transform: rotateZ(90deg);
    position: absolute;
    right: -13.4375rem;
    bottom: 23.4375rem;
    left: auto;
    padding: 0 0 0 2rem;
            transform: rotateZ(90deg);
    font-weight: 200;
    font-size: max(1.375rem, 13.2px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-home-kv__english::before {
    width: 0.625rem;
    height: 0.625rem;
  }
  .p-home-kv__catch {
    bottom: 9.875rem;
    left: 2.6875rem;
  }
  .p-home-kv__catch-text {
    margin: 0 0 1.5rem;
    font-weight: 500;
    font-size: max(4rem, 38.4px);
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .p-home-kv__catch-eng {
    margin: 0 0 0 2.625rem;
    padding: 0 0 0 4rem;
    font-weight: 200;
    font-size: max(2rem, 19.2px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-home-kv__catch-eng::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-home-news {
    padding: 0 0 10rem;
  }
  .p-home-news__figure-wrap {
    margin: -4.9375rem calc(50% - 50vw) 0;
  }
  .p-home-news__figure {
    position: relative;
    width: 39.1875rem;
  }
  .p-home-news__inner {
    width: 62.5rem;
    margin: -6.25rem auto 0;
  }
  .p-home-news__inner .c-button__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
    margin: 3rem 0 0;
  }
  .p-home-news__list {
    margin: 5rem 0 0;
  }
  .p-home-news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    padding: 2.25rem 3rem;
  }
  .p-home-news__link time {
    flex-shrink: 0;
    margin: 0 4.1875rem 0 0;
    font-weight: 500;
    font-size: max(1.125rem, 10.8px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-home-news__link-title {
    overflow: hidden;
    font-weight: 500;
    font-size: max(1.125rem, 10.8px);
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-home-service {
    padding: 7.5rem 0 0;
  }
  .p-home-service__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row-reverse;
            align-items: flex-start;
            justify-content: space-between;
    width: 62.5rem;
    margin: 0 auto;
    padding: 0 0 15.5rem;
  }
  .p-home-service__title {
    margin: 0;
    padding: 3.5rem 0 0;
  }
  .p-home-service__title:before {
    right: 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(./images/common/closs_icon_black_pc.svg);
  }
  .p-home-service__title--text {
    font-weight: 500;
    font-size: max(2.625rem, 25.2px);
    line-height: 1.2;
    letter-spacing: 0.192em;
  }
  .p-home-service__title--text:nth-child(2n) {
    margin: 3.3125rem 1.5rem 0 0;
  }
  .p-home-service__content {
    padding: 2.25rem 0 0;
  }
  .p-home-service__content .l-section__text {
    margin: 0;
  }
  .p-home-service__content-english {
    margin: 0 0 2rem;
    padding: 0 0 0 1.75rem;
    font-weight: 400;
    font-size: max(1.375rem, 13.2px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-home-service__content-english:before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-home-service__detail {
    width: 83.125rem;
    margin: 0 0 0 auto;
    padding: 0 0 6.875rem;
  }
  .p-home-service__detail:before {
    bottom: -1.28125rem;
    left: -1.28125rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-home-service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
    width: 62.5rem;
    margin: -7.5rem 13.75rem 4.25rem 6.875rem;
  }
  .p-home-service__item {
    width: 17.5rem;
  }
  .p-home-service__item:not(:last-child) {
    margin: 0;
  }
  .p-home-service__item-figure {
    margin: 0 0 2rem;
  }
  .p-home-service__item-title {
    padding: 0 0 2.75rem;
    font-weight: 500;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .p-home-service__item-title:before {
    height: 1.625rem;
    background-image: url(./images/home/service_title_line_pc.svg);
  }
  .p-home-service__english {
    margin: 0 0 0 6.875rem;
    font-weight: 300;
    font-size: max(1.125rem, 10.8px);
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .p-about {
    margin: -6.25rem 0 0;
    padding: 0;
  }
  .p-about__lead {
    padding: 10rem 0;
  }
  .p-about__lead-figure {
    width: 28.25rem;
  }
  .p-about-concept {
    padding: 18.625rem 0 7.5rem;
  }
  .p-about-concept__figure img {
    aspect-ratio: 1440/900;
  }
  .p-about__content {
    margin: 0;
  }
  .p-about__content-title {
    font-weight: 500;
    font-size: max(2.625rem, 25.2px);
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .p-about__content-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-end;
            justify-content: space-between;
    width: 75rem;
    margin: 9.875rem auto 0;
    padding: 0 0 2rem;
  }
  .p-about__content-text {
    width: 32.5rem;
    margin: 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-about__content-eng {
    font-weight: 400;
    font-size: max(1.375rem, 13.2px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-about-company {
    position: relative;
    padding: 7.5rem 0 15rem;
  }
  .p-about-company__figure {
    z-index: 1;
    position: absolute;
    top: 7.5rem;
    right: 0;
    width: 34.1875rem;
    margin: 0;
    border-left: 0.125rem solid #231815;
  }
  .p-about-company__figure img {
    aspect-ratio: 547/702;
  }
  .p-about-company__content {
    width: 75rem;
    margin: 4rem auto 0;
  }
  .p-about-company__content .l-section__title {
    margin: 0 0 5rem 5rem;
  }
  .p-about-company__wrap {
    margin: 0;
    padding: 3rem 31.75rem 5rem 5rem;
  }
  .p-about-company__wrap:before {
    bottom: -1.28125rem;
    left: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-about-company__wrap:after {
    position: absolute;
    right: 8.9375rem;
    bottom: 7.3125rem;
    width: 8.8125rem;
    height: 10.9375rem;
    background-image: url(./images/common/main_logo_black.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .p-about-company__row {
    padding: 2rem 0;
  }
  .p-about-company__item {
    width: 6.25rem;
    margin: 0 4.125rem 0 0;
    font-weight: 500;
    font-size: max(1.125rem, 10.8px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-about-company__detail {
    width: 27.875rem;
    margin: 0.15625rem 0 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-about-company__item-text {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-about-company__item-link {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  body.post-type-archive-information .p-hero {
    padding: 15rem 0 0;
  }
  body.single-information .l-header-menu__item--reservation .l-header-menu__link, body.post-type-archive-information .l-header-menu__item--reservation .l-header-menu__link {
    border: 0.125rem solid #231815;
  }
  body.single-information .l-header-menu__link, body.post-type-archive-information .l-header-menu__link {
    color: #231815;
  }
  .p-information-detail {
    padding: 15rem 0 6.25rem;
  }
  .p-information-detail .l-container {
    width: 62.5rem;
    margin: 0 auto;
  }
  .p-information__detail .c-button__inner {
    margin: 4rem 0 0;
  }
  .p-information__header {
    padding: 0 0 2.25rem;
  }
  .p-information__header time {
    margin: 0 0 1.125rem;
    font-weight: 500;
    font-size: max(1.125rem, 10.8px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-information__header-title {
    font-weight: 500;
    font-size: max(2rem, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p-information__content {
    margin: 4rem 0 0;
  }
  .p-information__content p {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-information__content p a {
    margin: 1.25rem 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-information-summary {
    padding: 0 0 15rem;
  }
  .p-information-summary .l-container {
    width: 62.5rem;
    margin: 0 auto;
  }
  .p-information-summary .l-container .p-home-news__list {
    margin: 6.25rem 0 0;
  }
  .p-reservation {
    padding: 8.75rem 0 0;
  }
  .p-reservation-detail {
    padding: 0 0 15rem;
  }
  .p-reservation-detail .l-container {
    width: 75rem;
    margin: 0 auto;
  }
  .p-reservation-detail .p-service-detail__rental-list {
    margin: 0 0 3.5rem;
  }
  .p-reservation-detail .p-reservation-detail__block-text {
    margin: 0;
  }
  .p-reservation-detail .p-reservation-detail__block:last-child .p-reservation-detail__block-list {
    margin: -1.25rem 0 0;
  }
  .p-reservation-detail__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
    padding: 5rem 0;
  }
  .p-reservation-detail__block-title {
    flex-shrink: 0;
    margin: 0;
    font-weight: 500;
    font-size: max(2.1875rem, 21px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-reservation-detail__block-content {
    width: 36.25rem;
  }
  .p-reservation-detail__block-text {
    margin: 2.5rem 0 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-reservation-detail__block-item {
    width: 7.5rem;
    margin: 0 4.8125rem 0 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-reservation-detail__block-detail {
    width: 23.8125rem;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-reservation-detail__block-detail .l-footer__main-nav-link {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-service {
    padding: 5rem 0 0;
  }
  .p-service .p-page__nav {
    padding: 0 0 5rem;
  }
  .p-service .p-page__nav .p-page__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
    width: 100%;
  }
  .p-service-lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
    padding: 7.5rem;
  }
  .p-service-lead__title {
    flex-shrink: 0;
    margin: 0;
    font-weight: 500;
    font-size: max(2.1875rem, 21px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-service-lead__text {
    width: 36.25rem;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-service-detail {
    padding: 0 0 15rem;
  }
  .p-service-detail .l-container {
    width: 75rem;
    margin: 0 auto;
  }
  .p-service-detail__head {
    margin: 0 0 7.5rem;
  }
  .p-service-detail__figure img {
    aspect-ratio: 1440/900;
  }
  .p-service-detail__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
    padding: 5rem 0;
  }
  .p-service-detail__block-title {
    flex-shrink: 0;
    margin: 0;
    font-weight: 500;
    font-size: max(2.1875rem, 21px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-service-detail__block-content {
    width: 36.25rem;
  }
  .p-service-detail__slider-main figure {
    margin: 0 0 0.75rem;
  }
  .p-service-detail__slider-main figure img {
    aspect-ratio: 580/382;
  }
  .p-service-detail__block-text {
    margin: 2.5rem 0 0;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-service-detail__list-wrap {
    margin: 3.5rem 0 0;
  }
  .p-service-detail__list-block:not(:last-child) {
    margin: 0 0 3.5rem;
  }
  .p-service-detail__list-title {
    margin: 0 0 0.375rem;
    font-weight: 700;
    font-size: max(1.125rem, 10.8px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-service-detail__list-title:before {
    width: 0.375rem;
    height: 0.375rem;
  }
  .p-service-detail__list-item {
    width: 13.75rem;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p-service-detail__list-detail {
    width: auto;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p-service-detail__rental-title {
    margin: 0 0 0.75rem;
    font-weight: 700;
    font-size: max(1.125rem, 10.8px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-service-detail__rental-list {
    margin: 0 0 2.5rem;
  }
  .p-service-detail__rental-item:not(:last-child) {
    margin: 0 0 1.5rem;
  }
  .p-hero .l-container {
    padding: 0;
  }
  .p-hero--about .p-hero__title {
    top: 30.375rem;
    right: 7.5rem;
  }
  .p-hero--about .p-hero__title .p-hero__title--jp {
    padding: 0 7.5rem 0 0;
  }
  .p-hero--about .p-hero__figure {
    height: 56.25rem;
  }
  .p-hero--about .p-hero__figure img {
    aspect-ratio: 1440/900;
  }
  .p-hero--information .p-hero__title--jp {
    font-weight: 500;
    font-size: max(3.5rem, 33.6px);
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .p-hero__figure {
    height: 56.25rem;
  }
  .p-hero__figure img {
    aspect-ratio: 1440/900;
  }
  .p-hero__title--jp {
    font-weight: 500;
    font-size: max(3.5rem, 33.6px);
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .p-hero__wrap {
    margin: -20rem 7.5rem 0;
  }
  .p-hero__title-sub {
    margin: 0 0 2.5rem;
    padding: 0 0 0 1.875rem;
    font-weight: 400;
    font-size: max(2rem, 19.2px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-hero__title-sub:before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-hero__text span {
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-page__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-end;
    margin: 0 7.5rem;
    padding: 0 0 4.6875rem;
  }
  .p-page__nav-list {
    gap: 1.125rem 0;
  }
  .p-page__nav-link {
    padding: 0 0 0 1.625rem;
    font-weight: 500;
    font-size: max(1rem, 9.6px);
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .p-page__nav-link:before {
    width: 1rem;
    height: 1rem;
    background-image: url(./images/common/nav_cross_pc.svg);
  }
  .p-page-service {
    padding: 15.125rem 0;
  }
  .p-page-service__figure img {
    aspect-ratio: 1440/560;
  }
  .p-page-service__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
    width: 70rem;
    margin: 0 auto;
  }
  .p-page-service__wrap .c-button__text {
    font-weight: 500;
    font-size: max(1.25rem, 12px);
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  .p-page-service__title {
    margin: 0;
    font-weight: 500;
    font-size: max(2.625rem, 25.2px);
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .u-only-sp {
    display: none;
  }
  .u-only-pc {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-form__button-block .l-form__button:hover {
    background-color: #4e7293;
    color: #fcfcfc;
  }
}

@media screen and (min-width: 1560px) {
  .p-home-kv {
    height: 100vh;
  }
  .p-home-kv__english {
    right: -10.625rem;
    bottom: 17.5rem;
    font-weight: 200;
    font-size: max(1.125rem, 10.8px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-home-kv__catch {
    bottom: 7.5rem;
  }
}
/*# sourceMappingURL=style.css.map */