@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-family: "Cormorant", "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-size-adjust: 100%;
  scroll-padding: 6rem;
  scroll-behavior: auto;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 1.3020833333vw;
  background: #F5F4F1;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding: 8rem;
    -webkit-font-smoothing: antialiased;
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
html {
  /* IE11だけに適応 */
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  display: inline-block;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.5rem;
  line-height: 1;
  color: #262626;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 3rem;
    line-height: 1;
    min-width: 0;
  }
}

@media screen and (max-width: 767.98px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie p {
    font-feature-settings: "palt";
  }
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
main
************************ */
main {
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1450980392);
}

.c-top-more-btn {
  margin: 0 auto;
  width: 62.4rem;
}
@media screen and (min-width: 768px) {
  .c-top-more-btn {
    margin: 0;
    width: 32rem;
  }
}

.c-top-more-btn-link {
  position: relative;
  display: block;
  padding: 2.6rem 0;
  width: 100%;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .c-top-more-btn-link {
    padding: 1.7rem 0;
    font-size: 1.6rem;
  }
}
.c-top-more-btn-link::before, .c-top-more-btn-link::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  transition: background-size 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-top-more-btn-link::before {
  background: linear-gradient(#707070, #707070) left top/1px 100% no-repeat, linear-gradient(#707070, #707070) left bottom/100% 1px no-repeat;
}
.c-top-more-btn-link::after {
  background: linear-gradient(#707070, #707070) right top/1px 50% no-repeat, linear-gradient(#707070, #707070) right bottom/1px 50% no-repeat, linear-gradient(#707070, #707070) right top/100% 1px no-repeat, linear-gradient(#707070, #707070) right bottom/100% 1px no-repeat;
}
.c-top-more-btn-link:hover::before {
  background-size: 1px 100%, 16% 1px;
}
.c-top-more-btn-link:hover::after {
  background-size: 1px 35%, 1px 35%, 40% 1px, 8% 1px;
}

.c-section-ttl {
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-section-ttl {
    width: auto;
  }
}

.c-section-ttl-main {
  font-size: 20rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-section-ttl-main {
    font-size: 14rem;
  }
}

.c-section-ttl-sub {
  font-size: 2.7rem;
  line-height: 2.1851851852;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .c-section-ttl-sub {
    font-size: 1.4rem;
  }
}

.c-section-ttl-archive {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 2.4rem 6.8rem;
}
@media screen and (min-width: 768px) {
  .c-section-ttl-archive {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 7rem;
  }
}
.c-section-ttl-archive .c-section-ttl-main {
  font-size: 16rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-ttl-archive .c-section-ttl-main {
    font-size: 14rem;
  }
}
.c-section-ttl-archive .c-section-ttl-sub {
  position: relative;
  top: -1.6rem;
  right: -3rem;
  font-size: 2rem;
  line-height: 1.7;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-section-ttl-archive .c-section-ttl-sub {
    right: -1rem;
    font-size: 1.4rem;
  }
}

.c-section-ttl-single__wrap {
  margin-bottom: 3.2rem;
  padding: 0 4.8rem;
}
@media screen and (min-width: 768px) {
  .c-section-ttl-single__wrap {
    margin: 0 auto 8.5rem;
    padding: 0;
    width: 88.6vw;
    max-width: 1440px;
  }
}

@media screen and (min-width: 768px) {
  .c-section-ttl-single {
    display: flex;
    align-items: end;
    gap: 5rem;
  }
}

.c-section-ttl-single-main {
  position: relative;
  margin-bottom: 2.4rem;
  width: fit-content;
  font-size: 3.8rem;
  line-height: 0.9210526316;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-section-ttl-single-main {
    margin-bottom: 4rem;
  }
}
.c-section-ttl-single-main::after {
  position: absolute;
  right: -4rem;
  bottom: 1.1rem;
  content: "";
  display: block;
  height: 0.5px;
  width: 2.4rem;
  background: #262626;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c-section-ttl-single-main::after {
    right: -6.5rem;
    bottom: 0;
    width: 6.4rem;
  }
}

.c-section-ttl-single-sub {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-section-ttl-single-sub {
    font-size: 2.8rem;
  }
}

.c-arrow {
  display: block;
  position: relative;
}
.c-arrow::before {
  content: "";
  position: relative;
  top: 40%;
  display: block;
  width: 2.2rem;
  height: 4rem;
  background: url(../images/common/arrow.svg) center center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-arrow::before {
    top: 13%;
    width: 1.3rem;
    height: 3rem;
  }
}

.c-hover__color-slide {
  background: linear-gradient(to right, #8b5a2b 50%, #262626 50%) 100%;
  color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.4s;
}
.c-hover__color-slide:hover {
  background-position: 0 100%;
}

.c-hover__color-slide--02 {
  background: linear-gradient(to right, #707070 50%, #262626 50%) 100%;
  color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.4s;
}
.c-hover__color-slide--02:hover {
  background-position: 0 100%;
}

.c-hover__color-slide-g {
  background: linear-gradient(to right, #8b5a2b 50%, #7a7a7a 50%) 100%;
  color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.4s;
}
.c-hover__color-slide-g:hover {
  background-position: 0 100%;
}

.c-hover__color-slide-g--02 {
  background: linear-gradient(to right, #8b5a2b 50%, rgba(38, 38, 38, 0.5019607843) 50%) 100%;
  color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.4s;
}
.c-hover__color-slide-g--02:hover {
  background-position: 0 100%;
}

.c-hover__color-slide-w {
  background: linear-gradient(to right, #7edcdc 50%, #fff 50%) 100%;
  color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.4s;
}
.c-hover__color-slide-w:hover {
  background-position: 0 100%;
}

.c-hover__img-scale .c-hover__img-scale-pic {
  overflow: hidden;
}
.c-hover__img-scale .c-hover__img-scale-pic img {
  transition: 0.4s;
}
.c-hover__img-scale:hover .c-hover__img-scale-pic img {
  transform: scale(1.03);
}

.c-hover__bg-slide {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-hover__bg-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #5fa6a6;
  transform: translateX(calc(-100% - 2px));
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: -1;
}
.c-hover__bg-slide:hover::before {
  transform: translateX(0);
}
.c-hover__bg-slide > * {
  position: relative;
  z-index: 1;
}

.c-hover__opacity {
  transition: opacity 0.4s;
}
.c-hover__opacity:hover {
  opacity: 0.6;
}

.c-hover__change-logo {
  position: relative;
}
.c-hover__change-logo::before, .c-hover__change-logo::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  transition: background-size 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-hover__change-logo::before {
  background: linear-gradient(#707070, #707070) left top/1px 100% no-repeat, linear-gradient(#707070, #707070) left bottom/100% 1px no-repeat;
}
.c-hover__change-logo::after {
  background: linear-gradient(#707070, #707070) right top/1px 50% no-repeat, linear-gradient(#707070, #707070) right bottom/1px 50% no-repeat, linear-gradient(#707070, #707070) right top/100% 1px no-repeat, linear-gradient(#707070, #707070) right bottom/100% 1px no-repeat;
}
.c-hover__change-logo:hover::before {
  background: linear-gradient(#67B5B6, #67B5B6) left top/1px 100% no-repeat, linear-gradient(#67B5B6, #67B5B6) left bottom/16% 1px no-repeat;
}
.c-hover__change-logo:hover::after {
  background: linear-gradient(#A97443, #A97443) right top/1px 35% no-repeat, linear-gradient(#534331, #534331) right bottom/1px 35% no-repeat, linear-gradient(#A97443, #A97443) right top/40% 1px no-repeat, linear-gradient(#534331, #534331) right bottom/8% 1px no-repeat;
}

.c-pager {
  margin-top: 11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-pager {
    margin: 11rem auto 0;
    width: 73rem;
  }
}

.c-pager__button {
  display: flex;
  align-items: center;
  gap: 5rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-pager__button {
    font-size: 1.4rem;
  }
}
.c-pager__button.-next {
  justify-content: flex-end;
}

.c-pager__button .-prev,
.c-pager__button .-next {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 3.6rem;
}
@media screen and (min-width: 768px) {
  .c-pager__button .-prev,
  .c-pager__button .-next {
    width: 3.8rem;
    height: 7.2rem;
  }
}

.c-pager__button .-prev {
  transform: rotate(-180deg);
}

.c-pager__button .-prev::before,
.c-pager__button .-prev::after,
.c-pager__button .-next::before,
.c-pager__button .-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 1.6rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #707070;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (min-width: 768px) {
  .c-pager__button .-prev::before,
  .c-pager__button .-prev::after,
  .c-pager__button .-next::before,
  .c-pager__button .-next::after {
    width: 1rem;
  }
}

.c-pager__button .-prev::before,
.c-pager__button .-next::before {
  transform: rotate(65deg);
}

.c-pager__button .-prev::after,
.c-pager__button .-next::after {
  transform: rotate(-65deg);
}

.c-pager__nums {
  display: flex;
  justify-content: center;
}

.c-pager__num {
  padding: 1.6rem 4rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-pager__num {
    font-size: 1.4rem;
  }
}
.c-pager__num.-active {
  border: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .c-pager.-single {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-pager.-single .c-pager__button {
    width: 33rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
}

.c-pager__return {
  padding: 1rem 6.7rem;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  border-right: 1px solid #262626;
  border-left: 1px solid #262626;
}
@media screen and (min-width: 768px) {
  .c-pager__return {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}

.c-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  height: fit-content;
}
.c-breadcrumbs.-single {
  margin: 0 0 2.7rem auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs.-single {
    margin-bottom: 0;
  }
}

.c-breadcrumbs__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__txt {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs__txt:not(a) {
  display: block;
  max-width: 24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__txt:not(a) {
    max-width: 20rem;
  }
}

.c-breadcrumbs__link {
  position: relative;
  padding: 1rem 1.6rem;
}
.c-breadcrumbs__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2rem;
  background: rgba(38, 38, 38, 0.5019607843);
  transform: translateY(-50%);
}

.c-company__achievements {
  position: relative;
  margin-bottom: 6rem;
  padding: 32rem 0 0;
}
@media screen and (min-width: 768px) {
  .c-company__achievements {
    margin: 0;
    padding-top: 6rem;
  }
}

.c-company__achievements-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .c-company__achievements-container {
    position: static;
    margin-bottom: 3.2rem;
  }
}

.c-company__achievements-badge {
  padding: 7.5rem 2.2rem 10rem;
  background: #262626;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
}
@media screen and (min-width: 768px) {
  .c-company__achievements-badge {
    padding: 3.8rem 1.8rem 6.8rem;
  }
}

.c-company__achievements-txt {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-company__achievements-txt {
    font-size: 1.3rem;
  }
}
.c-company__achievements-txt span {
  display: block;
  padding-top: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-company__achievements-txt span {
    font-size: 0.9rem;
    padding-top: 0.4rem;
  }
}

.c-company__achievements-buildings {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-company__achievements-buildings {
    font-size: 1.3rem;
  }
}
.c-company__achievements-buildings span {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 5.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-company__achievements-buildings span {
    font-size: 4.8rem;
  }
}

.c-company__achievements-no1 {
  width: 100%;
}

.c-company__achievements-legacy {
  flex-shrink: 0;
  width: 38.4rem;
}
@media screen and (min-width: 768px) {
  .c-company__achievements-legacy {
    width: 30.5rem;
  }
}

.c-company__achievements-pic {
  width: 100%;
}

.l-header {
  position: fixed;
  z-index: 10001;
  width: 100vw;
  background: #f5f4f1;
  transition: background 0.4s ease;
}
.l-header.is-drawer-open {
  background: transparent;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.6rem;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 80px;
  }
}

.l-header__logo {
  width: 16.5rem;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 14.2rem;
  }
}
.is-drawer-open .l-header__logo {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .l-header__container {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}

.l-header__gnav {
  display: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  .l-header__gnav {
    display: block;
  }
}
.is-drawer-open .l-header__gnav {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .l-header__gnav__list {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .l-header__gnav__list-link {
    padding: 2rem;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
  }
}

.l-header__burger {
  position: relative;
  width: 7.2rem;
  height: 3.2rem;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .l-header__burger {
    width: 4rem;
    height: 2rem;
  }
}

.l-header__burger-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3e4a4e;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  cursor: pointer;
  transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease, background-size 0.4s ease, top 0.4s ease, bottom 0.4s ease;
}
.l-header__burger-line.-top {
  top: 0;
  background-image: linear-gradient(#A97443, #A97443);
}
.l-header__burger-line.-middle {
  top: 50%;
  background-image: linear-gradient(#534331, #534331);
  transition-delay: 0s, 0s, 0s, 0.08s, 0s, 0s;
}
.l-header__burger-line.-bottom {
  bottom: 0;
  background-image: linear-gradient(#67B5B6, #67B5B6);
  transition-delay: 0s, 0s, 0s, 0.16s, 0s, 0s;
}
.l-header__burger-line::after {
  content: "";
  position: absolute;
  inset: -1.6rem;
}
@media screen and (min-width: 768px) {
  .l-header__burger-line::after {
    inset: -2rem;
  }
}

.l-header__burger:hover .l-header__burger-line {
  background-size: 100% 100%;
}

.l-header__burger.is-active .l-header__burger-line {
  background-color: #fff;
  background-size: 0% 100%;
}
.l-header__burger.is-active .l-header__burger-line.-top {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  transition: top 0.3s ease, transform 0.3s ease 0.3s, background-color 0.3s ease, background-size 0.3s ease;
}
.l-header__burger.is-active .l-header__burger-line.-middle {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.2s ease, transform 0.3s ease, background-color 0.3s ease, background-size 0.3s ease;
}
.l-header__burger.is-active .l-header__burger-line.-bottom {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
  transition: bottom 0.3s ease, top 0.3s ease, transform 0.3s ease 0.3s, background-color 0.3s ease, background-size 0.3s ease;
}

body.is-drawer-open {
  overflow: hidden;
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100svh;
  height: 100vh;
  background: hsla(195, 11%, 27%, 0.9784313725);
  color: #fff;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}
.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-drawer__close {
  display: none;
}

.l-drawer__close-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  cursor: pointer;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.l-drawer__close-line.-left {
  transform: rotate(30deg);
}
.l-drawer__close-line.-right {
  transform: rotate(-30deg);
}
.l-drawer__close-line::after {
  content: "";
  position: absolute;
  inset: -1.6rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__close-line::after {
    inset: -2rem;
  }
}

.l-drawer__inner {
  padding: 12.5rem 7.5rem 20rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__inner {
    padding: 12.2rem 0 10rem;
  }
}

.l-drawer__wrap {
  margin-bottom: 17rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__wrap {
    width: fit-content;
    margin: 0 0 12.4rem;
    padding-left: min(27.8vw, 630px);
  }
}

.l-drawer__top {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin-bottom: 6.8rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__top {
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 7.28rem;
  }
}

.l-drawer__top-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding-left: 8.4rem;
  width: 100%;
  height: 12rem;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-drawer__top-link {
    gap: 3.2rem;
    padding-left: min(4vw, 70px);
    width: 29.8vw;
    max-width: 510px;
    height: 4.4vw;
    max-height: 76px;
    font-size: min(1.1vw, 20px);
  }
}
.l-drawer__top-link.-reserve::before {
  content: "";
  display: block;
  width: 13.4rem;
  height: 7.6rem;
  background: url(../images/common/icon_modelhouse.webp) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-drawer__top-link.-reserve::before {
    margin-top: 1rem;
    width: 9.3rem;
    height: 5.3rem;
  }
}
.l-drawer__top-link.-catalog::before {
  content: "";
  display: block;
  width: 12.3rem;
  height: 7rem;
  background: url(../images/common/icon_catalog.webp) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-drawer__top-link.-catalog::before {
    width: 8.4rem;
    height: 4.8rem;
  }
}
.l-drawer__top-link::after {
  position: absolute;
  right: 5.2rem;
  content: "";
  display: block;
  width: 4rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(40deg);
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .l-drawer__top-link::after {
    right: min(2.2vw, 33px);
    width: 1.875vw;
    max-width: 52px;
    height: 0.41vw;
    max-height: 10px;
  }
}
.l-drawer__top-link:hover::after {
  transform: skew(40deg) translateX(1rem);
}

.l-drawer__nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav {
    justify-content: start;
    flex-wrap: wrap;
    gap: min(4.72vw, 110px);
  }
}

.l-drawer__nav-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav-container {
    flex-direction: row;
    justify-content: start;
    gap: min(4.72vw, 110px);
  }
}

.l-drawer__nav-box {
  margin-bottom: 6.7rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav-box {
    margin-bottom: 0;
  }
}

.l-drawer__nav-item {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav-item {
    margin-bottom: 2.7rem;
  }
}
.l-drawer__nav-item:last-of-type {
  margin-bottom: 0;
}

.l-drawer__nav-item-link {
  font-size: 5.3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav-item-link {
    font-size: min(2.56vw, 45px);
  }
}
.l-drawer__nav-item-link small {
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav-item-link small {
    font-size: min(1.1vw, 20px);
  }
}

@media screen and (min-width: 768px) {
  .l-drawer__nav-item.-child {
    margin-bottom: 0;
  }
}
.l-drawer__nav-item.-child .l-drawer__nav-item-link {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav-item.-child .l-drawer__nav-item-link {
    padding: 1.25rem 0;
    font-size: min(0.97vw, 16px);
  }
}
.l-drawer__nav-item.-child .l-drawer__nav-item-link::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .l-drawer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 90.27vw;
    max-width: 1645px;
  }
}

.l-drawer__bottom__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.44rem;
  margin-bottom: 7.8rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__bottom__sns {
    gap: 4rem;
    margin-bottom: 0;
  }
}

.l-drawer__bottom__sns-item.-insta {
  width: 5.2rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__bottom__sns-item.-insta {
    width: 1.38vw;
    max-width: 25px;
  }
}
.l-drawer__bottom__sns-item.-fb {
  width: 5.5rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__bottom__sns-item.-fb {
    width: 1.38vw;
    max-width: 25px;
  }
}
.l-drawer__bottom__sns-item.-youtube {
  width: 5.8rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__bottom__sns-item.-youtube {
    width: 1.38vw;
    max-width: 25px;
  }
}

.l-drawer__bottom__sns-link {
  display: flex;
  align-items: center;
}

.l-drawer__bottom__logo {
  margin: 0 auto 3.94rem;
  width: 28.8rem;
}
@media screen and (min-width: 768px) {
  .l-drawer__bottom__logo {
    margin-bottom: 0;
    position: absolute;
    top: min(22.2vw, 320px);
    left: min(5.97vw, 164px);
    width: 12.36vw;
    max-width: 236px;
  }
}

.l-drawer__bottom__logo-link {
  width: 100%;
}

.l-drawer__bottom__other {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.l-drawer__bottom__other-item:last-of-type .l-drawer__bottom__other-link::after {
  display: none;
}

.l-drawer__bottom__other-link {
  position: relative;
  padding: 1.7rem;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-drawer__bottom__other-link {
    padding: 2rem;
    font-size: min(0.83vw, 14px);
  }
}
.l-drawer__bottom__other-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 1.4rem;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-drawer__bottom__other-link::after {
    height: 1.2rem;
  }
}

.l-site-contact {
  padding: 11rem 3rem 20rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact {
    padding: 14.7rem 0 13.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-site-contact__inner {
    margin: 0 auto;
    width: 80rem;
    max-width: 800px;
  }
}

.l-site-contact__top .c-section-ttl {
  margin: 0 auto 13rem;
  width: 63rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__top .c-section-ttl {
    margin-bottom: 8.4rem;
    width: fit-content;
  }
}
.l-site-contact__top .c-section-ttl-main {
  margin-bottom: 2.7rem;
  font-size: 15.9rem;
  line-height: 0.6666666667;
}
@media screen and (min-width: 768px) {
  .l-site-contact__top .c-section-ttl-main {
    margin-bottom: 1.4rem;
    font-size: 10rem;
  }
}
.l-site-contact__top .c-section-ttl-main span {
  display: block;
  margin-left: auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-site-contact__top .c-section-ttl-main span {
    display: inline;
    margin: 0;
    width: auto;
  }
}
.l-site-contact__top .c-section-ttl-main span small {
  font-size: 9rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__top .c-section-ttl-main span small {
    font-size: 5.7rem;
  }
}
.l-site-contact__top .c-section-ttl-sub {
  margin-left: auto;
  width: fit-content;
}

.l-site-contact__links {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-bottom: 13rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__links {
    gap: 1.6rem;
    margin-bottom: 11rem;
  }
}

.l-site-contact__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 0 7rem;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link {
    flex-direction: row;
    gap: 6.8rem;
    padding: 4rem 0 3.3rem;
  }
}
.l-site-contact__link.-half {
  padding: 6.5rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link.-half {
    flex-direction: column;
    gap: 0;
    padding: 2.7rem 0 5.3rem;
    width: calc((100% - 1.6rem) / 2);
  }
}
.l-site-contact__link.-half.-model .l-site-contact__link-half-ttl {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link.-half.-model .l-site-contact__link-half-ttl {
    margin-bottom: 2rem;
  }
}

.l-site-contact__link-box {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.l-site-contact__link-ttl {
  margin-bottom: 3.8rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link-ttl {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
  }
}

.l-site-contact__link-time {
  margin-bottom: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link-time {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.l-site-contact__link-num {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 7.1rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link-num {
    font-size: 4.5rem;
  }
}

.l-site-contact__links-container {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__links-container {
    flex-direction: row;
    gap: 1.6rem;
  }
}

.l-site-contact__link-half-ttl {
  margin-bottom: 1rem;
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link-half-ttl {
    font-size: 2.8rem;
  }
}

.l-site-contact__link-half-pic {
  width: 64rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link-half-pic {
    margin-bottom: 2rem;
    width: 32rem;
  }
}

.l-site-contact__link-half-txt {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-site-contact__link-half-txt {
    font-size: 2.4rem;
  }
}

.l-site-contact__sns-ttl {
  margin-bottom: 8.4rem;
  font-size: 6.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-site-contact__sns-ttl {
    margin-bottom: 6rem;
    font-size: 3.3rem;
  }
}

.l-site-contact__sns-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6.8rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__sns-list {
    gap: 4.7rem;
  }
}

.l-site-contact__sns-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.l-site-contact__sns-icon {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-site-contact__sns-icon {
    margin-bottom: 3rem;
  }
}

.l-site-contact__sns-txt {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-site-contact__sns-txt {
    font-size: 1.8rem;
  }
}

.l-wp-post-content {
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content {
    font-size: 1.5rem;
  }
}
.l-wp-post-content h2 {
  margin-top: 3.5em;
  margin-bottom: 0.75em;
  font-size: 4.8rem;
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content h2 {
    font-size: 3.4rem;
  }
}
.l-wp-post-content h2:first-child {
  margin-top: 0;
}
.l-wp-post-content h3 {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  font-size: 3.6rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.l-wp-post-content h3:first-child {
  margin-top: 0;
}
.l-wp-post-content h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content h4 {
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}
.l-wp-post-content h4:first-child {
  margin-top: 0;
}
.l-wp-post-content p {
  margin-bottom: 1.87em;
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content p {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.l-wp-post-content p:last-child {
  margin-bottom: 0;
}
.l-wp-post-content strong {
  font-weight: 700;
}
.l-wp-post-content em {
  font-style: italic;
}
.l-wp-post-content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.l-wp-post-content a:hover {
  opacity: 0.7;
}
.l-wp-post-content ul,
.l-wp-post-content ol {
  margin-top: 0.75rem;
  margin-bottom: 2.8rem;
  padding-left: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .l-wp-post-content ul,
  .l-wp-post-content ol {
    margin-bottom: 4.4rem;
  }
}
.l-wp-post-content ul:last-child,
.l-wp-post-content ol:last-child {
  margin-bottom: 0;
}
.l-wp-post-content ul {
  list-style: disc;
}
.l-wp-post-content ol {
  list-style: decimal;
}
.l-wp-post-content li {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content li {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.l-wp-post-content li:last-child {
  margin-bottom: 0;
}
.l-wp-post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.8rem auto;
}
@media screen and (max-width: 767.98px) {
  .l-wp-post-content img {
    margin: 4.4rem auto;
  }
}
.l-wp-post-content img:first-child {
  margin-top: 0;
}
.l-wp-post-content img:last-child {
  margin-bottom: 0;
}
.l-wp-post-content figure {
  margin: 2.8rem 0;
}
@media screen and (max-width: 767.98px) {
  .l-wp-post-content figure {
    margin: 4.4rem 0;
  }
}
.l-wp-post-content figure img {
  margin: 0 auto;
}
.l-wp-post-content figure figcaption {
  margin-top: 0.5em;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #888;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content figure figcaption {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.l-wp-post-content blockquote {
  margin: 2.8rem 0;
  padding: 1em 1.5em;
  border-left: 4px solid #ccc;
  color: #666;
}
.l-wp-post-content blockquote p {
  margin-bottom: 0;
}
.l-wp-post-content table {
  width: 100%;
  margin: 2.8rem 0;
  border-collapse: collapse;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content table {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-wp-post-content th,
.l-wp-post-content td {
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.l-wp-post-content th {
  background: #f5f5f5;
  font-weight: 500;
}
.l-wp-post-content hr {
  margin: 2.5em 0;
  border: none;
  border-top: 1px solid #ddd;
}

.wp-block-limhouse-custom-button {
  margin: 2.8rem 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .wp-block-limhouse-custom-button {
    margin: 4.4rem 0;
  }
}

.l-wp-post-content-btn {
  display: inline-block;
  padding: 3.2rem 8rem;
  color: #fff !important;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content-btn {
    padding: 2.4rem 6.4rem;
    font-size: 1.8rem;
  }
}
.l-wp-post-content-btn.-teal {
  background: #5fa6a6;
}
.l-wp-post-content-btn.-brown {
  background: #8b5a2b;
}

.l-footer {
  background: rgba(139, 89, 43, 0.1294117647);
}

.l-footer__inner {
  padding: 16rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 11.5rem 0 9.4rem;
  }
}

.l-footer__container {
  margin-bottom: 32.8rem;
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 22rem;
    margin: 0 auto 15.5rem;
    width: 77.7vw;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__container {
    justify-content: space-between;
  }
}

.l-footer__nav {
  margin: 0 2.4rem 30rem 9.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    display: flex;
    gap: 9rem;
    margin: 0;
  }
}

.l-footer__nav-list {
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    margin-bottom: 0;
  }
}
.l-footer__nav-list:last-of-type {
  margin-bottom: 0;
}

.l-footer__nav-item {
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item {
    margin-bottom: 3.6rem;
  }
}
.l-footer__nav-item:last-of-type {
  margin-bottom: 0;
}

.l-footer__nav-item-link {
  display: block;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item-link {
    font-size: 1.2rem;
  }
}
.l-footer__nav-item-link span {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 7.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item-link span {
    margin-bottom: 0.6rem;
    font-size: 3.8rem;
  }
}
.l-footer__nav-item-link.-child {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item-link.-child {
    margin-bottom: 1.6rem;
  }
}
.l-footer__nav-item-link.-child:last-of-type {
  margin-bottom: 0;
}
.l-footer__nav-item-link.-child::before {
  position: relative;
  top: -1.3rem;
  content: "";
  display: inline-block;
  margin-right: 3rem;
  width: 8rem;
  height: 1px;
  background: #707070;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item-link.-child::before {
    top: -0.8rem;
    margin-right: 1.6rem;
    width: 3rem;
  }
}
.l-footer__nav-item-link.-child span {
  display: inline;
  margin-right: 1.4rem;
  margin-bottom: 0;
  font-size: 4.9rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item-link.-child span {
    font-size: 2.4rem;
  }
}

.l-footer__logo {
  display: block;
  margin: 0 auto;
  width: 32.4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin: 0;
    width: 26.2rem;
  }
}

.l-footer__bottom {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    justify-content: flex-end;
    margin-right: 8rem;
    gap: 2.4rem;
  }
}

.l-footer__bottom-link {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom-link {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
}

.l-footer__copy {
  padding: 3.8rem 0;
  background: #3e4a4e;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding: 2rem 0;
    font-size: 1.5rem;
  }
}

.l-outer__archive {
  padding-top: 18rem;
}
@media screen and (min-width: 768px) {
  .l-outer__archive {
    padding-top: 15rem;
  }
}

.l-outer__single {
  padding-top: 14rem;
}
@media screen and (min-width: 768px) {
  .l-outer__single {
    padding-top: 21rem;
  }
}

.l-outer__page {
  padding-top: 14rem;
}
@media screen and (min-width: 768px) {
  .l-outer__page {
    padding-top: 21rem;
  }
}

.flatpickr-calendar {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.l-form__outer {
  margin: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-form__outer {
    margin: 0 auto;
    width: 94rem;
  }
}

.l-form {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.l-form__ttl {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l-form__ttl {
    margin-bottom: 5.4rem;
  }
}
.l-form__ttl::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 8.3rem;
  height: 0.1rem;
  background: #5fa6a6;
}
@media screen and (min-width: 768px) {
  .l-form__ttl::after {
    width: 5.4rem;
  }
}

.l-form__ttl-sub {
  margin-bottom: 5.6rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-form__ttl-sub {
    margin-bottom: 3.6rem;
    font-size: 1.4rem;
  }
}

.l-form__ttl-main {
  padding-bottom: 5.5rem;
  font-size: 5.3rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-form__ttl-main {
    padding-bottom: 3.6rem;
    font-size: 3.5rem;
  }
}

.l-form__event__ttl {
  margin-bottom: 9.6rem;
  padding: 3.15rem;
  width: 100%;
  background: #f1ece5;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  border: 1px solid #e0d8ca;
}
@media screen and (min-width: 768px) {
  .l-form__event__ttl {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 10.6rem;
    padding: 4.3rem 8rem;
  }
}

.l-form__event__ttl-item {
  margin-bottom: 2.8rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-form__event__ttl-item {
    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.l-form__event__ttl-content {
  font-size: 2.8rem;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-form__event__ttl-content {
    font-size: 1.6rem;
  }
}

.l-form__item {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .l-form__item {
    display: flex;
    gap: 2rem;
    margin-bottom: 4.2rem;
  }
}

.l-form__item__head {
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 768px) {
  .l-form__item__head {
    flex-shrink: 0;
    margin-bottom: 0;
    padding-top: 1.5rem;
    width: 28rem;
  }
}

.l-form__item__head-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-form__item__head-inner {
    gap: 3.5rem;
  }
}

.l-form__item__head-title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-form__item__head-title {
    font-size: 1.6rem;
  }
}

.l-form__required {
  flex-shrink: 0;
  padding: 1rem 0.8rem;
  height: fit-content;
  background: #5fa6a6;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .l-form__required {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}

.l-form__item__body {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media screen and (min-width: 768px) {
  .l-form__item__body {
    gap: 2rem;
    width: 100%;
  }
}

.l-form__item__body-inner {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media screen and (min-width: 768px) {
  .l-form__item__body-inner {
    flex-direction: row;
    gap: 2rem;
  }
}
.l-form__item__body-inner:has(.-right_text) {
  flex-direction: row;
  align-items: center;
}

.l-form__box {
  font-size: 2.8rem;
  line-height: 1.5;
  border: 1px solid #d2ccc1;
}
@media screen and (min-width: 768px) {
  .l-form__box {
    width: 100%;
    font-size: 1.6rem;
  }
}
.l-form__box.-small {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-form__box.-small {
    width: 50%;
  }
}
.l-form__box.-left_text {
  width: 14%;
  flex-shrink: 0;
  border: none;
}
.l-form__box.-right_text {
  width: fit-content;
  border: none;
}

.l-form__select-label {
  position: relative;
  display: block;
}
.l-form__select-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 0;
  height: 0;
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
  border-top: 1.2rem solid #c7bdad;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-form__select-label::after {
    right: 1.6rem;
    border-left-width: 0.6rem;
    border-right-width: 0.6rem;
    border-top-width: 0.7rem;
  }
}

.l-form__select {
  padding: 3rem 8rem 3rem 4rem;
  width: 100%;
  background: #fff;
  appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-form__select {
    padding: 1.7rem 2.4rem;
  }
}

.l-form__input-text {
  padding: 3rem 4rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-form__input-text {
    padding: 1.7rem 2.4rem;
  }
}

.l-form__small-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-form__small-card-wrapper {
    gap: 0.68rem 1.6rem;
  }
}

.l-form__small-card {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-form__small-card {
    gap: 1.3rem;
  }
}

.l-form__small-card__checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #d2ccc1;
  background: #fff;
  border-radius: 0.4rem;
  transition: background 0.2s, border-color 0.2s;
  cursor: pointer;
}
.l-form__small-card__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.l-form__small-card__checkbox:has(input:checked) {
  border-color: #5fa6a6;
}
@media screen and (min-width: 768px) {
  .l-form__small-card__checkbox {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.l-form__checkbox-svg {
  position: absolute;
  width: 58%;
  color: #5fa6a6;
  pointer-events: none;
}
.l-form__checkbox-svg path {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
}

.l-form__small-card__checkbox:has(input:checked) .l-form__checkbox-svg path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.l-form__small-card__text {
  flex-shrink: 0;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-form__small-card__text {
    font-size: 1.6rem;
  }
}

.l-form__textarea {
  padding: 2rem;
  width: 100%;
  resize: none;
}
.l-form__questionnaire {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .l-form__questionnaire {
    margin-bottom: 10rem;
  }
}

.l-form__questionnaire__btn {
  position: relative;
  padding: 4.2rem 0;
  background: #8b5a2b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-form__questionnaire__btn {
    margin: 0 auto;
    padding: 3.2rem 0;
    width: 57.6rem;
    font-size: 2rem;
  }
}

.l-form__questionnaire__btn-plus {
  position: absolute;
  top: 50%;
  right: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-form__questionnaire__btn-plus {
    right: 6rem;
  }
}

.l-form__questionnaire__btn-plus::before,
.l-form__questionnaire__btn-plus::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 3rem;
  height: 2px;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-form__questionnaire__btn-plus::before,
  .l-form__questionnaire__btn-plus::after {
    width: 2.4rem;
  }
}

.l-form__questionnaire__btn-plus::after {
  transform: rotate(90deg);
}

.l-form__questionnaire__btn.is-open .l-form__questionnaire__btn-plus::after {
  transform: rotate(0deg);
}

.l-form__questionnaire__content {
  display: none;
  padding: 5.4rem 0 0;
}
@media screen and (min-width: 768px) {
  .l-form__questionnaire__content {
    padding: 6rem 0 0;
  }
}

.l-form__small-card__radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #d2ccc1;
  background: #fff;
  border-radius: 50%;
  transition: border-color 0.2s;
  cursor: pointer;
}
.l-form__small-card__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.l-form__small-card__radio::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #5fa6a6;
  transform: scale(0);
  transition: transform 0.15s;
}
.l-form__small-card__radio:has(input:checked) {
  border-color: #5fa6a6;
}
.l-form__small-card__radio:has(input:checked)::after {
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .l-form__small-card__radio {
    width: 1.8rem;
    height: 1.8rem;
  }
  .l-form__small-card__radio::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.l-form__text {
  margin-bottom: 8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .l-form__text {
    font-size: 1.3rem;
    margin-bottom: 6rem;
  }
}

.l-form__text-link {
  text-decoration: underline;
}

.l-form__submit {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 3.6rem 0;
  width: 100%;
  background: #5fa6a6;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  border-radius: 12rem;
  transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1;
}
.l-form__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: -1;
}
.l-form__submit:hover {
  color: #5fa6a6;
}
.l-form__submit:hover::before {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .l-form__submit {
    padding: 2.6rem 0;
    width: 36rem;
    font-size: 1.8rem;
  }
}

.l-form-modal {
  display: none;
}

.l-form-modal[aria-hidden=false] {
  display: block;
}

.l-form-modal__overlay {
  position: fixed;
  z-index: 100000;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.l-form-modal__content {
  position: fixed;
  z-index: 100001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2.4rem 1.2rem;
  width: 92%;
  max-height: 84svh;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-form-modal__content {
    padding: 2.4rem;
    width: 80%;
    max-height: 84vh;
  }
}

.l-form-modal__body {
  padding: 2rem 0.4rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-form-modal__body {
    padding: 4rem;
  }
}

.l-form-modal__title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .l-form-modal__title {
    font-size: 2rem;
  }
}

.l-form-modal__text {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-form-modal__text {
    font-size: 1.4rem;
  }
}
.l-form-modal__text span {
  color: #02993b;
}

.l-form-modal__footer {
  margin-top: 1rem;
  padding-top: 1.4rem;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .l-form-modal__footer {
    padding-top: 2rem;
  }
}

.l-form-modal__confirm {
  display: block;
  margin: 0 auto;
  padding: 1.2rem 2.4rem;
  border-radius: 0.5rem;
  background: #5fa6a6;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-form-modal__confirm {
    font-size: 1.8rem;
  }
}

.l-form-error {
  margin-bottom: 8rem;
  color: #bb2121;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-form-error {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
}

.l-404 {
  padding-top: 16rem;
}

.l-404__wrap {
  margin: 0 2.4rem 21rem;
}
@media screen and (min-width: 768px) {
  .l-404__wrap {
    margin: 0 auto 8rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.l-404__ttl {
  margin-bottom: 4rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  text-align: center;
}

.l-404__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}

.p-top-mv {
  padding-bottom: 12rem;
  height: 100svh;
  height: 100vh;
  max-height: 80rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    margin-bottom: 11.4rem;
    padding-bottom: 1rem;
    max-height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 1440px) {
  .p-top-mv {
    padding-bottom: min(2.08vw, 40px);
  }
}

.p-top-mv__inner {
  position: relative;
  margin: 0 0 0 2rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__inner {
    margin-left: 4rem;
  }
}

.p-top-mv__swiper {
  margin-right: 0 !important;
  width: 67.2rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__swiper {
    width: 83.3vw;
  }
}

.p-top-mv__slide.-first .p-top-mv__slide-img img {
  object-position: 20% center;
}
@media screen and (min-width: 768px) {
  .p-top-mv__slide.-first .p-top-mv__slide-img img {
    object-position: center;
  }
}

.p-top-mv__slide-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-mv__slide-img img {
  width: 110%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-mv__slide-img img {
    width: 100%;
  }
}

@keyframes mvPanLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-9.09%);
  }
}
@keyframes mvZoomOut {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .p-top-mv__slide-img img {
    transform: translateX(-9.09%);
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv__slide-img img {
    transform: scale(1.08);
  }
}

@media (max-width: 767px) {
  .swiper-slide-active .p-top-mv__slide-img img,
  .swiper-slide-prev .p-top-mv__slide-img img {
    animation: mvPanLeft 5s linear forwards;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide-active .p-top-mv__slide-img img,
  .swiper-slide-prev .p-top-mv__slide-img img {
    animation: mvZoomOut 10s linear forwards;
  }
}

.p-top-mv__catch {
  position: absolute;
  top: 6.6rem;
  right: 4.8rem;
  z-index: 1;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catch {
    top: initial;
    right: 2.6rem;
    bottom: 1rem;
    font-size: 3.8rem;
    line-height: 1;
    font-size: min(2.63vw, 51px);
    writing-mode: initial;
  }
}
.p-top-mv__catch span {
  padding-top: 21.6rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catch span {
    padding-top: 0;
  }
}

.p-top-mv__deco {
  position: absolute;
  bottom: -7.6rem;
  left: 0;
  z-index: 1;
  font-size: 16.4rem;
  line-height: 0.8353658537;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-mv__deco {
    bottom: -3rem;
    font-size: 21.1rem;
    line-height: 0.8151658768;
    font-size: min(14.65vw, 247px);
  }
}
@media screen and (min-width: 1440px) {
  .p-top-mv__deco {
    bottom: max(-3.4vw, -63px);
  }
}
.p-top-mv__deco span {
  display: block;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top-mv__deco.is-show span {
  opacity: 1;
  transform: translate(0, 0);
}

.p-top-mv__deco-txt.-top {
  transform: translateY(-60px);
  transition-delay: 0.1s;
}
.p-top-mv__deco-txt.-middle {
  transform: translateX(-40px);
  transition-delay: 0.3s;
}
.p-top-mv__deco-txt.-bottom {
  transform: translateY(60px);
  transition-delay: 0.5s;
}

.p-top-intro {
  margin-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro {
    margin-bottom: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-intro__inner {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-intro__inner {
    margin: 0 auto;
  }
}

.p-top-intro__ttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro__ttl {
    margin: 0 auto 4.8rem;
    width: fit-content;
  }
}

.p-top-intro__ttl-catch {
  margin-bottom: 4.8rem;
  font-size: 3rem;
  line-height: 1.5666666667;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-intro__ttl-catch {
    margin-bottom: 2rem;
    font-size: 2.7rem;
    line-height: 1;
    text-align: left;
  }
}

.p-top-intro__ttl-main {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 6.2rem;
  line-height: 1.4677419355;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-intro__ttl-main {
    line-height: 1;
    text-align: left;
  }
}
.p-top-intro__ttl-main span {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro__ttl-main span {
    font-size: 6.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-intro__box {
    display: flex;
    gap: 8rem;
  }
}

.p-top-intro__pic {
  margin: 0 auto 5.6rem;
  width: 72rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro__pic {
    margin: 0;
    width: 80rem;
  }
}

.p-top-intro__txt {
  margin: 0 auto;
  width: 64.3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-intro__txt {
    flex-shrink: 0;
    margin: 0;
    padding-top: 9.4rem;
    width: fit-content;
    font-size: 1.5rem;
    line-height: 2.6666666667;
    text-align: right;
  }
}

.p-top-concept {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept {
    margin-bottom: 20rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 5.4rem;
    width: 144rem;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-concept__inner {
    margin: 0 auto;
  }
}

.p-top-concept__pic-box {
  position: relative;
  margin: 0 auto 8.2rem;
  width: 40.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__pic-box {
    margin: 0;
    width: 48rem;
  }
}

.p-top-concept__pic {
  width: 100%;
}
.p-top-concept__pic.-sub01 {
  position: absolute;
  top: -7.7rem;
  right: -8.7rem;
  width: 21.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__pic.-sub01 {
    width: 26.5rem;
  }
}
.p-top-concept__pic.-sub02 {
  position: absolute;
  bottom: -10rem;
  left: -9.6rem;
  width: 24rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__pic.-sub02 {
    left: initial;
    right: -10.7rem;
    bottom: 4rem;
    width: 28.5rem;
  }
}

.p-top-concept__container {
  margin-left: 1.3rem;
  padding: 14rem 2.4rem 11rem 3.5rem;
  border-left: 1px solid #262626;
}
@media screen and (min-width: 768px) {
  .p-top-concept__container {
    display: flex;
    gap: 7rem;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: none;
  }
}

.p-top-concept__ttl {
  margin-bottom: 9rem;
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-concept__ttl {
    position: relative;
    margin: 0;
    font-size: 5.3rem;
    writing-mode: vertical-lr;
  }
  .p-top-concept__ttl::after {
    position: absolute;
    bottom: -16px;
    left: 36%;
    content: "";
    display: block;
    width: 1px;
    height: 60.4rem;
    background: #707070;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__content {
    padding-top: 3rem;
  }
}

.p-top-concept__content-item {
  margin-bottom: 10rem;
}
.p-top-concept__content-item:last-of-type {
  margin-bottom: 0;
}

.p-top-concept__content-ttl {
  margin-bottom: 4.2rem;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-ttl {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}

.p-top-concept__content-txt {
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-top-event {
  position: relative;
  padding-bottom: 16rem;
  background: rgba(139, 89, 43, 0.1294117647);
}
.p-top-event::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 14rem;
  background: #f5f4f1;
}
@media screen and (min-width: 768px) {
  .p-top-event {
    padding-bottom: 2.8rem;
  }
}

.p-top-event__swiper {
  margin-bottom: 4.6rem;
}

.p-top-event__slide {
  width: fit-content !important;
  padding: 2.4rem 1rem 1rem;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-event__slide {
    padding: 1.2rem 0.4rem 0.4rem;
  }
}
.p-top-event__slide.swiper-slide-active {
  transform: translateY(-2.4rem) !important;
}
@media screen and (min-width: 768px) {
  .p-top-event__slide.swiper-slide-active {
    transform: translateY(-1.2rem) !important;
  }
}

.p-top-event__link {
  display: block;
  width: 62.4rem;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1450980392);
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-event__link {
    width: 32rem;
  }
}

.p-top-event__link.-ended {
  position: relative;
  pointer-events: none;
}

.p-top-event__slide-pic {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-top-event__slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-top-event__slide-box {
    margin-bottom: 1.4rem;
  }
}

.p-top-event__slide__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.4rem 1.6rem 3.4rem 2.8rem;
  height: 31.2rem;
}
@media screen and (min-width: 768px) {
  .p-top-event__slide__content {
    padding: 1.6rem 1rem 1.4rem;
    height: 20rem;
  }
}

.p-top-event__slide-ttl {
  margin-bottom: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-event__slide-ttl {
    margin-bottom: 2.3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-top-event__slide-date {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-event__slide-date {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.p-top-event__slide-more {
  display: flex;
  gap: 1rem;
  margin-left: auto;
  width: fit-content;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-event__slide-more {
    font-size: 1.8rem;
  }
}
.p-top-event__slide-more .c-arrow {
  display: block;
  position: relative;
}
.p-top-event__slide-more .c-arrow::before {
  content: "";
  position: relative;
  top: 40%;
  display: block;
  width: 2.2rem;
  height: 4rem;
  background: url(../images/common/arrow.svg) center center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-event__slide-more .c-arrow::before {
    width: 1.3rem;
    height: 2.3rem;
  }
}

.p-top-event__slide-ended {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.55);
}

.p-top-event__slide-ended-txt {
  padding: 2.5rem 5.5rem 2rem;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-event__slide-ended-txt {
    padding: 1.2rem 3.5rem 1rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-event__btn {
    margin: 0 auto;
  }
}

.p-top-topics {
  background: rgba(139, 89, 43, 0.1294117647);
}

.p-top-topics__inner {
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__inner {
    display: flex;
    gap: 9.8rem;
    justify-content: center;
    padding-bottom: min(6.94vw, 12rem);
  }
}

.p-top-topics__top .c-section-ttl {
  display: flex;
  align-items: flex-end;
  margin: 0 0 7rem 6.6rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-topics__top .c-section-ttl {
    margin-left: 0;
  }
}
.p-top-topics__top .c-section-ttl-sub {
  position: absolute;
  right: -13rem;
  bottom: -1rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__top .c-section-ttl-sub {
    right: 0;
    bottom: -2rem;
  }
}

.p-top-topics__nav__list {
  display: none;
  margin: 0 2.4rem 0 auto;
  width: 24rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-topics__nav__list {
    display: block;
    margin: 0 0 0 10rem;
    width: auto;
    color: #7a7a7a;
    font-size: 1.6rem;
  }
}
.p-top-topics__nav__list.-all {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-topics__nav__list.-all {
    position: relative;
    color: #262626;
    font-size: 2.4rem;
  }
  .p-top-topics__nav__list.-all::before {
    position: absolute;
    left: -3rem;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1rem;
    height: 1px;
    background: #262626;
  }
}

.p-top-topics__nav__list-link {
  padding: 1.6rem 0;
  width: 100%;
  border: 1px solid #707070;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-topics__nav__list-link {
    border: none;
    text-align: left;
  }
}

.p-top-topics__content {
  padding: 0 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content {
    margin: 0;
    padding-top: 6.4rem;
    width: 44.4vw;
    max-width: 800px;
  }
}

.p-top-topics__content-list {
  margin-bottom: 8.6rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content-list {
    margin-bottom: 3rem;
  }
}

.p-top-topics__content-item {
  border-bottom: 1px solid #d8d8d8;
}

.p-top-topics__content-link {
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content-link {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 3rem 0;
  }
}

.p-top-topics__content-tag {
  margin-bottom: 2.4rem;
  padding: 1rem 2rem;
  width: fit-content;
  background: rgba(139, 89, 43, 0.168627451);
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content-tag {
    padding: 0.8rem 0;
    width: 12rem;
    height: fit-content;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-top-topics__content-box {
  margin-left: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content-box {
    margin-left: 0;
  }
}

.p-top-topics__content-date {
  margin-bottom: 2.4rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content-date {
    font-size: 1.3rem;
  }
}

.p-top-topics__content-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content-ttl {
    font-size: 1.3rem;
  }
}

.p-top-topics__content__more {
  display: flex;
  gap: 1rem;
  margin-left: auto;
  width: fit-content;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content__more {
    font-size: 1.8rem;
  }
}
.p-top-topics__content__more .c-arrow {
  top: 0.6rem;
}

.p-top-model {
  position: relative;
  background: #fff;
}
.p-top-model::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10rem;
  background: #f5f4f1;
}
@media screen and (min-width: 768px) {
  .p-top-model::before {
    height: 6.6rem;
  }
}
.p-top-model::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10rem;
  background: rgba(139, 89, 43, 0.1294117647);
}
@media screen and (min-width: 768px) {
  .p-top-model::after {
    height: 6.6rem;
  }
}

.p-top-model__inner {
  padding-bottom: 11rem;
}
@media screen and (min-width: 768px) {
  .p-top-model__inner {
    position: relative;
    margin: 0 auto;
    width: 130rem;
  }
}

.p-top-model__top {
  margin: 0 auto 8.4rem;
  width: 70rem;
}
@media screen and (min-width: 768px) {
  .p-top-model__top {
    margin: 0 0 8.3rem;
    width: fit-content;
  }
}
.p-top-model__top .c-section-ttl-main {
  margin-bottom: 1.6rem;
  font-size: 20rem;
  line-height: 0.7;
}
@media screen and (min-width: 768px) {
  .p-top-model__top .c-section-ttl-main {
    font-size: 14rem;
  }
}
.p-top-model__top .c-section-ttl-main span {
  display: block;
  margin-left: auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-model__top .c-section-ttl-main span {
    display: inline;
  }
}
.p-top-model__top .c-section-ttl-sub {
  margin-left: auto;
  width: fit-content;
}

.p-model__content {
  position: relative;
}

.p-model__swiper {
  margin: 0 4.8rem 10rem;
}
@media screen and (min-width: 768px) {
  .p-model__swiper {
    margin: 0 10rem 6.6rem;
  }
}
.p-model__swiper .p-model__pagination.swiper-pagination-progressbar {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(112, 112, 112, 0.2352941176);
}
.p-model__swiper .p-model__pagination .swiper-pagination-progressbar-fill {
  background: #5fa6a6;
}

.p-model__swiper-wrapper {
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .p-model__swiper-wrapper {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-model__slide-link {
    position: relative;
    width: 100%;
    height: 44.8rem;
  }
}

.p-model__slide-inner {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-model__slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    padding-bottom: 5rem;
    width: calc(100% - 64rem - 4.8rem);
    height: 100%;
  }
}

.p-model__slide-top {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-model__slide-top {
    margin-bottom: 0;
    padding-top: 2rem;
    height: fit-content;
  }
}

.p-model__slide-tag {
  position: relative;
  left: -1rem;
  margin-bottom: 3.4rem;
  padding: 1rem 2.4rem 1.4rem;
  width: fit-content;
  background: #262626;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-model__slide-tag {
    margin-bottom: 2rem;
    padding: 1rem 1.8rem 1.2rem;
    font-size: 1.5rem;
  }
}

.p-model__slide-ttl {
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-model__slide-ttl {
    font-size: 2.8rem;
    line-height: 1.3571428571;
  }
}

.p-model__slide-pic {
  margin-bottom: 3.6rem;
  height: 47.4rem;
}
@media screen and (min-width: 768px) {
  .p-model__slide-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 64rem;
    height: 44.8rem;
    margin-bottom: 0;
  }
}
.p-model__slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-model__slide-bottom {
  margin-bottom: 3.4rem;
}
@media screen and (min-width: 768px) {
  .p-model__slide-bottom {
    margin-bottom: 0;
    height: fit-content;
  }
}

.p-model__slide-address {
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-model__slide-address {
    font-size: 1.6rem;
  }
}

.p-model__slide-txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-model__slide-txt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.p-model__slide-more {
  display: flex;
  gap: 1rem;
  margin-left: auto;
  width: fit-content;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-model__slide-more {
    position: absolute;
    right: 2.6rem;
    bottom: 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-model__slide-more .c-arrow {
    top: 0.6rem;
    width: 1.2rem;
    height: 2rem;
  }
}

.p-model__prev,
.p-model__next {
  position: absolute;
  top: 32rem;
  display: inline-block;
  width: 11rem;
  height: 40rem;
}
@media screen and (min-width: 768px) {
  .p-model__prev,
  .p-model__next {
    top: 13rem;
    width: 5.4rem;
    height: 19.2rem;
  }
}

.p-model__prev {
  transform: rotate(180deg);
}

.p-model__prev::before,
.p-model__prev::after,
.p-model__next::before,
.p-model__next::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 20rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #707070;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (min-width: 768px) {
  .p-model__prev::before,
  .p-model__prev::after,
  .p-model__next::before,
  .p-model__next::after {
    width: 9.6rem;
  }
}

.p-model__prev::before,
.p-model__next::before {
  transform: rotate(65deg);
}

.p-model__prev::after,
.p-model__next::after {
  transform: rotate(-65deg);
}

@media screen and (min-width: 768px) {
  .p-top-model__btn {
    position: absolute;
    top: 10rem;
    right: 0;
  }
}

.p-top-works {
  padding: 15.7rem 0 13rem;
}
@media screen and (min-width: 768px) {
  .p-top-works {
    padding: 4.6rem 0 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-works__inner {
    position: relative;
    margin: 0 auto;
    width: 130rem;
  }
}

.p-top-works__top {
  position: relative;
  margin: 0 auto 3rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-works__top {
    margin: 0 0 3.4rem;
  }
}
.p-top-works__top .c-section-ttl-sub {
  position: relative;
  top: -2rem;
  margin-left: auto;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-works__content {
    margin: 0 calc(50% - 50vw);
  }
}

.p-works__swiper {
  margin-bottom: 9.4rem;
}
@media screen and (min-width: 768px) {
  .p-works__swiper {
    margin: 0;
  }
}

.p-works__slide {
  width: 71.6rem;
}
@media screen and (min-width: 768px) {
  .p-works__slide {
    width: 64rem;
  }
}

.p-works__slide-link {
  width: 100%;
}

.p-works__slide-pic {
  margin-bottom: 2rem;
  width: 100%;
  height: 53.8rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-works__slide-pic {
    height: 48rem;
  }
}
.p-works__slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works__slide-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-works__slide-ttl {
    font-size: 1.4rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-top-works__btn {
    position: absolute;
    top: 7.5rem;
    right: 0;
  }
}

.p-top-about {
  background: rgba(139, 89, 43, 0.1294117647);
  overflow: hidden;
}

.p-top-about__inner {
  padding: 13rem 2.4rem 7.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__inner {
    margin: 0 auto;
    padding: 6.8rem 0 11.6rem;
    max-width: 1920px;
  }
}

.p-top-about__wrap {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__wrap {
    position: relative;
    width: 73.61vw;
    max-width: 1360px;
    margin-bottom: 16rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-about__wrap {
    padding-left: 10rem;
  }
}

.p-top-about__top {
  margin-bottom: 8.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__top {
    display: flex;
    align-items: flex-end;
    gap: 7.8rem;
    margin: 0 auto 13rem;
    width: 91.6rem;
  }
}
.p-top-about__top .c-section-ttl {
  position: relative;
  margin: 0 auto;
  margin-bottom: 12rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-about__top .c-section-ttl {
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-top-about__top .c-section-ttl-sub {
  margin-left: auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-about__top .c-section-ttl-sub {
    margin: -1.2rem auto 0;
  }
}

.p-top-about__intro {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-about__intro {
    font-size: 1.5rem;
  }
}

.p-top-about__content {
  display: flex;
  gap: 1.4rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__content {
    margin-bottom: 6.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__content-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 89rem;
  }
}

.p-top-about__content-list {
  padding: 3rem 3rem 5rem 1rem;
  border-bottom: 1px solid rgba(139, 89, 43, 0.1450980392);
}
@media screen and (min-width: 768px) {
  .p-top-about__content-list {
    padding: 3rem 7.8rem 4rem 8rem;
  }
}
.p-top-about__content-list:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-about__content-list:first-of-type {
    padding-top: 3rem;
  }
}
.p-top-about__content-list:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-top-about__content-list:nth-of-type(odd) {
    width: 48rem;
    border-right: 1px solid rgba(139, 89, 43, 0.1450980392);
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__content-list:nth-of-type(even) {
    padding-right: 2.8rem;
    padding-left: 4.4rem;
    width: 41rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__content-list:nth-of-type(3) {
    border-bottom: none;
  }
}

.p-top-about__content-num {
  margin-bottom: 3rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 9.5rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-about__content-num {
    margin-bottom: 2rem;
    font-size: 4.7rem;
  }
}

.p-top-about__content-ttl {
  margin-bottom: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-about__content-ttl {
    margin-bottom: 2.8rem;
    font-size: 1.8rem;
  }
}
.p-top-about__content-ttl span {
  font-size: 6.3rem;
  line-height: 1.3968253968;
}
@media screen and (min-width: 768px) {
  .p-top-about__content-ttl span {
    font-size: 3.5rem;
  }
}
.p-top-about__content-ttl .-another {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-about__content-ttl .-another {
    font-size: 3.5rem;
  }
}

.p-top-about__content-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5666666667;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-about__content-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.p-top-about__content-pics {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex-shrink: 0;
  width: 16.8rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about__content-pics {
    position: absolute;
    top: 0;
    right: 2rem;
    right: -35rem;
    width: 25vw;
    max-width: 400px;
  }
}
.p-top-about__content-pic {
  width: 100%;
  overflow: hidden;
}
.p-top-about__content-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-about__btn {
  position: relative;
  width: 100%;
  height: fit-content;
  border: 1px solid #3e4a4e;
}
@media screen and (min-width: 768px) {
  .p-top-about__btn {
    margin: 0 auto;
    width: 54rem;
  }
}
.p-top-about__btn::before {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #3e4a4e;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.p-top-about__btn:hover::before {
  transform: translate(-0.8rem, -0.8rem);
}

.p-top-about__btn-link {
  padding: 5rem 0;
  height: fit-content;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1.3529411765;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about__btn-link {
    padding: 4.6rem 0;
    font-size: 1.6rem;
  }
}

.p-top-about__other-container {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__other-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.5rem;
    margin-bottom: 6rem;
  }
}
.p-top-about__other-container:last-of-type {
  margin-bottom: 0;
}
.p-top-about__other-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.p-top-about__other-pic {
  margin-bottom: 3rem;
  height: 26.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__other-pic {
    margin-bottom: 0;
    width: 61.4rem;
    height: 24rem;
  }
}
.p-top-about__other-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-about__other-content .c-section-ttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__other-content .c-section-ttl {
    margin-bottom: 2.2rem;
  }
}
.p-top-about__other-content .c-section-ttl-main {
  font-size: 9.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about__other-content .c-section-ttl-main {
    font-size: 6.4rem;
  }
}
.p-top-about__other-content .c-section-ttl-sub {
  font-size: 2.7rem;
  line-height: 2.1851851852;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about__other-content .c-section-ttl-sub {
    font-size: 1.4rem;
  }
}

.p-top-about__other-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-top-about__other-txt {
    font-size: 1.4rem;
  }
}

.p-top-company {
  background: rgba(139, 89, 43, 0.1294117647);
}

.p-top-company__inner {
  padding: 0 2.4rem 15rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__inner {
    display: flex;
    gap: 10rem;
    margin: 0 auto;
    padding: 0 0 12rem;
    width: 108rem;
    max-width: 1080px;
  }
}

.p-top-company__top {
  margin-bottom: 13rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__top {
    margin-bottom: 6rem;
    white-space: nowrap;
  }
}
.p-top-company__top .c-section-ttl {
  margin: 0 auto;
  width: fit-content;
}
.p-top-company__top .c-section-ttl-main {
  font-size: 14.5rem;
  line-height: 0.5517241379;
}
@media screen and (min-width: 768px) {
  .p-top-company__top .c-section-ttl-main {
    font-size: 10.8rem;
  }
}
.p-top-company__top .c-section-ttl-sub {
  margin-left: auto;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-company__top .c-section-ttl-sub {
    font-size: 1.4rem;
  }
}

.p-company__content-txt {
  margin-bottom: 9rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company__content-txt {
    margin: 0 0 7.2rem auto;
    width: 40rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__btn {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__btn-link {
    font-size: 1.4rem;
  }
}

.p-archive-works {
  padding-top: 13rem;
}

.p-archive-works__wrap {
  margin: 0 2.4rem 14rem;
}
@media screen and (min-width: 768px) {
  .p-archive-works__wrap {
    margin: 0 auto 15.4rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

@media screen and (min-width: 768px) {
  .p-archive-works__container {
    display: flex;
    gap: 7.8rem;
  }
}

.p-archive-works__side-nav {
  margin: 0 auto 9rem;
  width: 62.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-works__side-nav {
    position: sticky;
    top: 12rem;
    align-self: flex-start;
    flex-shrink: 0;
    margin: 0;
    width: 24.3rem;
  }
}

.p-archive-works__side-nav__box:last-of-type .p-archive-works__side-nav__list {
  padding-bottom: 0;
}

.p-archive-works__side-nav__cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-archive-works__side-nav__cat {
    font-size: 1.6rem;
  }
}

.p-archive-works__side-nav__cat::before,
.p-archive-works__side-nav__cat::after {
  content: "";
  display: block;
  width: 14.5rem;
  height: 1px;
  background: #707070;
}
@media screen and (min-width: 768px) {
  .p-archive-works__side-nav__cat::before,
  .p-archive-works__side-nav__cat::after {
    width: 3.6rem;
  }
}

.p-archive-works__side-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding: 3.6rem 2.4rem 5.6rem;
}
@media screen and (min-width: 768px) {
  .p-archive-works__side-nav__list {
    padding: 4.2rem 0;
  }
}

.p-archive-works__side-nav__item.-active {
  background: rgba(139, 89, 43, 0.07);
}

.p-archive-works__side-nav__link {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  padding: 1.6rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive-works__side-nav__link {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}

.p-archive-works__content {
  width: 100%;
}

.p-archive-works__content-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5.8rem 0.8rem;
  margin-bottom: 11rem;
}
@media screen and (min-width: 768px) {
  .p-archive-works__content-list {
    gap: 6.4rem 0.6rem;
    margin-bottom: 9rem;
  }
}

.p-archive-works__content-item {
  width: calc((100% - 0.8rem) / 2);
}
@media screen and (min-width: 768px) {
  .p-archive-works__content-item {
    width: calc((100% - 1.2rem) / 3);
  }
}

.p-archive-works__content-pic {
  margin-bottom: 2.4rem;
  width: 100%;
  height: 44rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-archive-works__content-pic {
    margin-bottom: 2.2rem;
    height: 45.4rem;
  }
}
.p-archive-works__content-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-archive-works__content-ttl {
  margin-bottom: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.3571428571;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-archive-works__content-ttl {
    margin-bottom: 2.2rem;
    font-size: 1.7rem;
  }
}

.p-archive-works__content-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.7rem;
  padding: 0 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-archive-works__content-cats {
    gap: 0.8rem 1.3rem;
    padding: 0 1rem;
  }
}

.p-archive-works__content-cat {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-archive-works__content-cat {
    font-size: 1.3rem;
  }
}

.p-archive-works__empty {
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-archive-works__empty {
    font-size: 2.2rem;
  }
}

.p-single-works__gallery {
  margin-bottom: 8.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single-works__gallery {
    margin-bottom: 8rem;
  }
}

.p-single-works__swiper {
  overflow: visible;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__swiper {
    margin-bottom: 0.8rem;
  }
}

.p-single-works__swiper-slide {
  width: 72rem;
  height: 48rem;
  overflow: hidden;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-single-works__swiper-slide {
    width: 96rem;
    height: 64rem;
  }
}
.p-single-works__swiper-slide.swiper-slide-active {
  filter: grayscale(0);
}
.p-single-works__swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single-works__thumbs {
  margin: 0 auto;
  width: 72rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__thumbs {
    width: 96rem;
  }
}

.p-single-works__thumbs__swiper-slide {
  height: 6.4rem;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-single-works__thumbs__swiper-slide {
    height: 8rem;
  }
}
.p-single-works__thumbs__swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-single-works__thumbs__swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single-works__content__top {
  margin-bottom: 8.6rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__top {
    margin-bottom: 7.8rem;
  }
}

.p-single-works__content__top-catch {
  margin-bottom: 3.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__top-catch {
    margin-bottom: 4.6rem;
    font-size: 2.4rem;
  }
}

.p-single-works__content__top-intro {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__top-intro {
    font-size: 1.5rem;
  }
}

.p-single-works__content__list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8rem 0.8rem;
  }
}

.p-single-works__content__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__item {
    width: calc((100% - 0.8rem) / 2);
  }
}

.p-single-works__content__item-pic {
  margin-bottom: 2.8rem;
  width: 100%;
  height: 44.8rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__item-pic {
    margin-bottom: 2rem;
    height: 31.7rem;
  }
}
.p-single-works__content__item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single-works__content__item-txt {
  padding: 0 2.8rem;
  font-size: 3rem;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__item-txt {
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }
}

.p-single-works__content__reserve {
  position: relative;
  display: flex;
  margin: 8rem auto 0;
  width: 100%;
  border: 1px solid #85734e;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(133, 115, 78, 0.4274509804);
}
@media screen and (min-width: 768px) {
  .p-single-works__content__reserve {
    width: 80rem;
    margin-top: 12rem;
  }
}
.p-single-works__content__reserve::after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__reserve::after {
    right: 4rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-single-works__content__reserve:hover::after {
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__reserve:hover::after {
    right: 3.2rem;
  }
}

.p-single-works__content__reserve__pic {
  flex-shrink: 0;
  width: 18rem;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__reserve__pic {
    width: 21rem;
  }
}
.p-single-works__content__reserve__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single-works__content__reserve__container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem 8rem 2.4rem 2rem;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__reserve__container {
    gap: 1.2rem;
    padding: 3rem 10rem 3rem 4rem;
  }
}

.p-single-works__content__reserve__cat {
  color: #85734e;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__reserve__cat {
    font-size: 1.3rem;
  }
}

.p-single-works__content__reserve__txt {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__reserve__txt {
    font-size: 1.8rem;
  }
}

.p-single-works__content__reserve__guide {
  color: #888780;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single-works__content__reserve__guide {
    font-size: 1.5rem;
  }
}

.p-single-works__other {
  margin: 11rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__other {
    margin-bottom: 11rem 0 12rem;
  }
}

.p-single-works__container {
  margin: 0 auto;
  width: 67.2rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__container {
    width: 96rem;
  }
}

.p-single-works__pager {
  margin-bottom: 17rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__pager {
    margin-bottom: 11.2rem;
  }
}

.p-single-works__other__ttl {
  margin-bottom: 5.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-single-works__other__ttl {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}

.p-single-works__other__swiper .swiper-slide {
  width: calc((100% - 0.8rem) / 2);
}
@media screen and (min-width: 768px) {
  .p-single-works__other__swiper .swiper-slide {
    width: calc((100% - 1.2rem) / 3);
  }
}

.p-single-works__other__link {
  display: block;
}

.p-single-works__other__pic {
  margin-bottom: 2rem;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single-works__other__pic {
    height: 39rem;
  }
}
.p-single-works__other__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single-works__other__card-ttl {
  margin-bottom: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single-works__other__card-ttl {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.p-single-works__other__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.7rem;
  padding: 0 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__other__cats {
    gap: 0.6rem 0.8rem;
    padding: 0 0.8rem;
  }
}

.p-single-works__other__cat {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single-works__other__cat {
    font-size: 1.2rem;
  }
}

.p-archive-event__wrap {
  margin: 0 2.4rem 14rem;
}
@media screen and (min-width: 768px) {
  .p-archive-event__wrap {
    margin: 0 auto 15.4rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.p-archive-event__nav {
  margin-bottom: 13.8rem;
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-event__nav {
    margin: 0 auto 7rem;
    padding: 0;
    width: 80rem;
  }
}

.p-archive-event__nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.6rem;
  margin-bottom: 3.6rem;
  border-bottom: 1px solid #313131;
}
@media screen and (min-width: 768px) {
  .p-archive-event__nav__container {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.p-archive-event__nav__container:last-of-type {
  margin-bottom: 0;
}

.p-archive-event__nav__kind {
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-archive-event__nav__kind {
    padding: 0 0 0 2.4rem;
    font-size: 2.8rem;
  }
}

.p-archive-event__nav__list {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 1.6rem;
  width: 48rem;
}
@media screen and (min-width: 768px) {
  .p-archive-event__nav__list {
    gap: 0.8rem;
    width: 52rem;
  }
}

.p-archive-event__nav__link {
  padding: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background: hsla(195, 11%, 27%, 0.5);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-archive-event__nav__link {
    padding: 1rem 1.6rem;
    font-size: 1.5rem;
  }
}
.p-archive-event__nav__link.-active {
  background: #3e4a4e;
}
.p-archive-event__nav__link.c-hover__bg-slide::before {
  background: #3e4a4e;
}

.p-archive-event__list {
  display: flex;
  flex-direction: column;
  gap: 6.2rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-archive-event__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8rem 4rem;
    margin-bottom: 10rem;
  }
}

.p-archive-event__item {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 14px 0px hsla(0, 0%, 0%, 0.16);
}
@media screen and (min-width: 768px) {
  .p-archive-event__item {
    width: calc((100% - 8rem) / 3);
  }
}

.p-archive-event__link {
  padding: 3rem 2.5rem 4.2rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive-event__link {
    padding: 1rem 1rem 2rem;
  }
}

.p-archive-event__link-wrap {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-archive-event__link-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0.8rem;
  }
}

.p-archive-event__link-container {
  margin-bottom: 1.8rem;
}

.p-archive-event__box {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-event__box {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.p-archive-event__ttl {
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-archive-event__ttl {
    margin-bottom: 1.3rem;
  }
}

.p-archive-event__ttl-main {
  margin-bottom: 2.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-archive-event__ttl-main {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

.p-archive-event__ttl-date {
  margin: 0 auto;
  padding: 2.5rem 0;
  width: 48rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  border-top: 1px dashed hsla(0, 0%, 15%, 0.25);
  border-bottom: 1px dashed hsla(0, 0%, 15%, 0.25);
}
@media screen and (min-width: 768px) {
  .p-archive-event__ttl-date {
    padding: 1.6rem 0;
    width: 100%;
    font-size: 1.8rem;
  }
}

.p-archive-event__pic {
  margin: 0 auto;
  width: 48rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-archive-event__pic {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.p-archive-event__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-archive-event__info {
  margin: 0 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive-event__info {
    margin: 0 0.8rem;
  }
}

.p-archive-event__info-time {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-archive-event__info-time {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.p-archive-event__info-place {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-archive-event__info-place {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.p-archive-event__tags {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-archive-event__tags {
    gap: 0.3rem;
    margin-bottom: 0;
    margin-left: 0.8rem;
  }
}

.p-archive-event__tag {
  padding: 0.8rem 1.6rem;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #5fa6a6;
}
@media screen and (min-width: 768px) {
  .p-archive-event__tag {
    font-size: 1.2rem;
    font-weight: 900;
  }
}
.p-archive-event__tag.-black {
  background: #3e4a4e;
}

.p-archive-event__more {
  display: flex;
  gap: 0.8rem;
  margin-left: auto;
  width: fit-content;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-archive-event__more {
    font-size: 2rem;
  }
}
.p-archive-event__more .c-arrow {
  position: relative;
  top: 0.2rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-archive-event__more .c-arrow {
    top: 0.7rem;
  }
}

.p-archive-event__empty {
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-archive-event__empty {
    font-size: 2.2rem;
  }
}

.p-single-event__main__wrap {
  margin-bottom: 18rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__main__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8rem;
    margin: 0 auto 11.4rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.p-single-event__main-content {
  margin: 0 2.4rem 8.8rem;
  padding: 4rem 4rem 8rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-content {
    margin: 0;
    width: 72rem;
  }
}

.p-single-event__main-content__pic {
  margin-bottom: 4rem;
  width: 100%;
  height: 64rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-single-event__main-content__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single-event__main-content__ttl-date {
  margin-bottom: 4rem;
  padding: 3rem 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  border-top: 1px dashed hsla(0, 0%, 15%, 0.25);
  border-bottom: 1px dashed hsla(0, 0%, 15%, 0.25);
}
@media screen and (min-width: 768px) {
  .p-single-event__main-content__ttl-date {
    padding: 2.8rem 0;
    font-size: 2.6rem;
  }
}

.p-single-event__main-content__info {
  margin-bottom: 7.6rem;
  padding-left: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-content__info {
    margin-bottom: 6.7rem;
  }
}

.p-single-event__main-content__info-time {
  margin-bottom: 1.8rem;
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-content__info-time {
    margin-bottom: 1.4rem;
    font-size: 2rem;
    font-weight: 500;
  }
}

.p-single-event__main-content__info-place {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-content__info-place {
    font-size: 2rem;
  }
}

.p-single-event__main-content__button {
  margin: 0 auto 5.6rem;
  width: fit-content;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-content__button {
    margin-bottom: 9rem;
  }
}

.p-single-event__main-content__button-link {
  padding: 3.2rem 8rem;
  background: #5fa6a6;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-content__button-link {
    padding: 2.4rem 6.4rem;
    font-size: 1.8rem;
  }
}
.p-single-event__main-content__button-link:hover {
  opacity: 0.7;
}

.p-single-event__main-side {
  margin: 0 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side {
    position: sticky;
    top: 10rem;
    flex-shrink: 0;
    margin: 0;
    padding-bottom: 6rem;
    width: 40rem;
    max-height: calc(100vh - 10rem);
    overflow-y: auto;
  }
}

.p-single-event__main-side__tags {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__tags {
    margin-bottom: 2.6rem;
  }
}

.p-single-event__main-side__tag {
  padding: 0.8rem 1.6rem;
  background: #5fa6a6;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__tag {
    font-size: 1.5rem;
  }
}
.p-single-event__main-side__tag.-black {
  background: #3e4a4e;
}

.p-single-event__main-side__ttl-main {
  margin-bottom: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__ttl-main {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

.p-single-event__main-side__gmap {
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__gmap {
    margin-bottom: 2.3rem;
  }
}

.p-single-event__main-side__gmap-content {
  margin-bottom: 1rem;
  width: 100%;
  height: 32rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__gmap-content {
    margin-bottom: 0.7rem;
    height: 19rem;
  }
}

.p-single-event__main-side__gmap-link {
  display: block;
  margin-left: auto;
  padding: 0.6rem 2.3rem;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #707070;
  border-radius: 8rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__gmap-link {
    padding: 0.4rem 1.6rem;
    font-size: 1rem;
  }
}

.single-event__main-side__tel {
  margin-bottom: 2.2rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-event__main-side__tel {
    margin-bottom: 1.2rem;
    font-size: 2.7rem;
  }
}

.single-event__main-side__open {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-event__main-side__open {
    font-size: 1.5rem;
  }
}

.p-single-event__main-side__ttl-date {
  margin-bottom: 4rem;
  padding: 2.5rem 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  border-top: 1px dashed hsla(0, 0%, 15%, 0.25);
  border-bottom: 1px dashed hsla(0, 0%, 15%, 0.25);
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__ttl-date {
    margin-bottom: 2.5rem;
    padding: 1.4rem 0;
    font-size: 2rem;
  }
}

.p-single-event__main-side__info {
  margin-bottom: 7.6rem;
  padding-left: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__info {
    margin-bottom: 4rem;
    padding: 0;
  }
}

.p-single-event__main-side__info-time {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__info-time {
    margin-bottom: 1.1rem;
    font-size: 1.5rem;
  }
}

.p-single-event__main-side__info-place {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__info-place {
    font-size: 1.5rem;
  }
}

.p-single-event__main-side__button {
  margin: 0 auto 5.6rem;
  width: fit-content;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__button {
    margin-bottom: 2.2rem;
    width: 100%;
    max-width: 100%;
  }
}

.p-single-event__main-side__button-link {
  padding: 3.2rem 8rem;
  background: #5fa6a6;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-single-event__main-side__button-link {
    padding: 1.6rem 0;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-single-event__bottom {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 87.6rem;
    gap: 5.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single-event__bottom .p-single-event__main-side__gmap {
    max-width: 40rem;
  }
}

.p-single-event__banner {
  display: block;
  margin: 0 auto 8rem;
  width: 67.2rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__banner {
    margin: 5rem auto;
    width: 96rem;
  }
}

.p-single-event__form__outer {
  margin: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__form__outer {
    margin: 0 auto;
    width: 96rem;
  }
}

.p-single-event__form {
  margin-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__form {
    margin-bottom: 12rem;
  }
}

.p-single-event__pager {
  margin-bottom: 24rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__pager {
    margin-bottom: 11.6rem;
  }
}

.p-single-event__other {
  margin: 11rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__other {
    margin: 11rem auto 12rem;
    width: 110rem;
  }
}

.p-single-event__other__ttl {
  margin-left: 8rem;
  margin-bottom: 5.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-single-event__other__ttl {
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 5rem;
  }
}

.p-single-event__other__swiper .swiper-slide {
  width: 62.4rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__other__swiper .swiper-slide {
    width: 32rem;
  }
}

.p-single-event__other__link {
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 0.5rem;
}

.p-single-event__other__pic {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-single-event__other__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single-event__other__card__box {
  padding: 3.4rem 1.6rem 3.4rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-single-event__other__card__box {
    padding: 1.6rem 1rem 1.4rem;
  }
}

.p-single-event__other__card-ttl {
  margin-bottom: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single-event__other__card-ttl {
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-single-event__other__card-date {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-event__other__card-date {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.p-single-event__other__more {
  display: flex;
  gap: 1rem;
  margin-left: auto;
  padding: 0 2.8rem 3.4rem;
  width: fit-content;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-single-event__other__more {
    padding: 0 1rem 1.4rem;
    font-size: 1.8rem;
  }
}

.p-archive-news__wrap {
  margin: 0 2.4rem 14rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__wrap {
    margin: 0 auto 15.4rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

@media screen and (min-width: 768px) {
  .p-archive-news__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-archive-news__side-nav {
  margin: 0 auto 9rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav {
    position: sticky;
    top: 12rem;
    flex-shrink: 0;
    margin: 0;
    width: 24.3rem;
  }
}

.p-archive-news__side-nav__box:last-of-type .p-archive-news__side-nav__list {
  padding-bottom: 0;
}

.p-archive-news__side-nav__cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__cat {
    font-size: 1.6rem;
  }
}

.p-archive-news__side-nav__cat::before,
.p-archive-news__side-nav__cat::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #707070;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__cat::before,
  .p-archive-news__side-nav__cat::after {
    width: 4.2rem;
  }
}

.p-archive-news__side-nav__cat::after {
  width: 52.8rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__cat::after {
    width: 4.2rem;
  }
}

.p-archive-news__side-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding: 3.6rem 2.4rem 5.6rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__list {
    gap: 0.8rem;
    padding: 4.2rem 0;
  }
}

.p-archive-news__side-nav__link {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  padding: 1.6rem;
  background: hsla(29, 53%, 36%, 0.5);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__link {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
}
.p-archive-news__side-nav__link.-active {
  background: #8b5a2b;
}
.p-archive-news__side-nav__link.c-hover__bg-slide::before {
  background: #8b5a2b;
}

@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__archives {
    padding-top: 2rem;
  }
}

.p-archive-news__side-nav__archives-container {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__archives-container {
    font-size: 1.5rem;
  }
}

.p-archive-news__side-nav__archives-year {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6.8rem;
  padding: 3.8rem 3.8rem 3.8rem 0;
  font-weight: 500;
  text-align: right;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__archives-year {
    padding: 1.8rem 2.6rem 1.8rem 2.2rem;
    justify-content: space-between;
  }
}

.p-archive-news__side-nav__archives-year .-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__archives-year .-plus {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.p-archive-news__side-nav__archives-year .-plus::before,
.p-archive-news__side-nav__archives-year .-plus::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
}

.p-archive-news__side-nav__archives-year .-plus::after {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.p-archive-news__side-nav__archives-year.is-open .-plus::after {
  transform: rotate(0deg);
}

.p-archive-news__side-nav__archives-list {
  display: none;
}

.p-archive-news__side-nav__archives-item {
  font-weight: 600;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__archives-item {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-archive-news__side-nav__archives-item:nth-of-type(odd) {
  background: hsla(0, 0%, 87%, 0.2);
}

.p-archive-news__side-nav__archives-link {
  padding: 3.8rem 3.8rem 3.8rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive-news__side-nav__archives-link {
    padding: 1.8rem 2.6rem 1.8rem 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-archive-news__content {
    width: 66.6vw;
    max-width: 1040px;
  }
}

.p-archive-news__content-list {
  margin-bottom: 14.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-list {
    margin-bottom: 10rem;
  }
}

.p-archive-news__content-item {
  border-bottom: 1px solid #d8d8d8;
}

.p-archive-news__content-link {
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 3.2rem 0 3.2rem 36rem;
    min-height: 30rem;
  }
}

.p-archive-news__content-item:first-of-type .p-archive-news__content-link {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-item:first-of-type .p-archive-news__content-pic {
    top: 0;
  }
}

.p-archive-news__content-wrap {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-wrap {
    display: block;
  }
}

.p-archive-news__content-container {
  margin-right: 2.4rem;
  width: 100%;
}

.p-archive-news__content-pic {
  flex-shrink: 0;
  width: 16.8rem;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-pic {
    position: absolute;
    top: 3.2rem;
    left: 0;
    width: 32rem;
    height: 24rem;
  }
}
.p-archive-news__content-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-archive-news__content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-box {
    margin-bottom: 3rem;
  }
}

.p-archive-news__content-tag {
  padding: 0.8rem 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background: hsla(29, 53%, 36%, 0.2);
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-tag {
    font-size: 1.2rem;
  }
}

.p-archive-news__content-date {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-date {
    font-size: 1.4rem;
  }
}

.p-archive-news__content-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-ttl {
    font-size: 2rem;
  }
}

.p-archive-news__content-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content-txt {
    margin-right: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.p-archive-news__empty {
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-archive-news__empty {
    font-size: 2.2rem;
  }
}

.p-single-news__container {
  margin: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__container {
    margin: 0 auto;
    width: 66.6vw;
    max-width: 1120px;
  }
}

.p-single-news__info {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin: 0 2.8rem 2rem auto;
  width: fit-content;
}

.p-single-news__tags {
  display: flex;
  gap: 0.8rem;
}

.p-single-news__tag {
  padding: 0.8rem 1.6rem;
  background: hsla(29, 53%, 36%, 0.15);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-single-news__tag {
    font-size: 1.2rem;
  }
}

.p-single-news__date {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-news__date {
    font-size: 1.4rem;
  }
}

.p-single-news__content {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content {
    margin-bottom: 8rem;
  }
}

.p-single-news__staff {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__staff {
    margin: 0 auto 10.8rem;
    width: 64rem;
  }
}

.p-single-news__staff__link {
  display: flex;
  align-items: center;
  gap: 9.4rem;
  padding: 4.6rem 3rem 2.1rem 7.4rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__staff__link {
    gap: 9.8rem;
    padding: 1.8rem 4rem 2.2rem 10rem;
  }
}

.p-single-news__staff__pic {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single-news__staff__pic {
    width: 12.3rem;
    height: 12.3rem;
  }
}

.p-single-news__staff__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 300;
}

.p-single-news__staff__name {
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-single-news__staff__name {
    font-size: 1.5rem;
  }
}

.p-single-news__staff__txt {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-single-news__staff__txt {
    font-size: 1.5rem;
  }
}

.p-single-news__pager {
  margin-bottom: 17rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__pager {
    margin-bottom: 11.2rem;
  }
}

.p-archive-staff {
  padding-top: 13rem;
}

.p-archive-staff__wrap {
  margin: 0 2.4rem 21rem;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__wrap {
    margin: 0 auto 8rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.p-archive-staff__content {
  margin: 0 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content {
    margin: 0 auto;
    width: 128rem;
  }
}

.p-archive-staff__content-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 10rem;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
  }
}

.p-archive-staff__content-item {
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content-item {
    width: 50%;
    border: none;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}

.p-archive-staff__content-link {
  display: block;
  position: relative;
  padding: 5.7rem 2.4rem 2.7rem;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content-link {
    padding: 2.5rem 4rem;
    width: 100%;
  }
}
.p-archive-staff__content-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #5FA6A6;
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
}
.p-archive-staff__content-link:hover::before {
  transform: translateX(0);
}
.p-archive-staff__content-link > * {
  position: relative;
  z-index: 1;
}

.p-archive-staff__content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content-box {
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 3rem;
    width: 100%;
  }
}

.p-archive-staff__content-ttl {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 6.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #3E4A4E;
  transition: color 0.4s 0.08s ease;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content-ttl {
    font-size: 5.8rem;
  }
}
.p-archive-staff__content-link:hover .p-archive-staff__content-ttl {
  color: #fff;
}
.p-archive-staff__content-ttl span {
  position: relative;
  padding-left: 4rem;
  font-size: 9.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content-ttl span {
    font-size: 8.7rem;
  }
}
.p-archive-staff__content-ttl span:after {
  position: absolute;
  bottom: 3.4rem;
  left: 0.6rem;
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.5px;
  background: #262626;
  transform: rotate(-45deg);
  transition: background 0.4s 0.08s ease;
}
.p-archive-staff__content-link:hover .p-archive-staff__content-ttl span:after {
  background: #fff;
}

.p-archive-staff__content-position {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.8846153846;
  font-weight: 500;
  transition: color 0.4s 0.12s ease;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content-position {
    font-size: 1.6rem;
  }
}
.p-archive-staff__content-link:hover .p-archive-staff__content-position {
  color: #fff;
}

.p-archive-staff__content-pic {
  width: 100%;
  height: 37rem;
}
@media screen and (min-width: 768px) {
  .p-archive-staff__content-pic {
    flex-shrink: 0;
    width: 100%;
    height: 32rem;
  }
}
.p-archive-staff__content-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single-staff__main .c-section-ttl-single__wrap {
  margin-bottom: 8.7rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__main .c-section-ttl-single__wrap {
    margin-bottom: 5.8rem;
  }
}
.p-single-staff__main .c-section-ttl-single {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__main .c-section-ttl-single {
    align-items: end;
    gap: 5rem;
  }
}
.p-single-staff__main .c-section-ttl-single-main {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-single-staff__main .c-section-ttl-single-main {
    margin-bottom: 4rem;
  }
}
.p-single-staff__main .c-section-ttl-single-main::after {
  right: -3.4rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__main .c-section-ttl-single-main::after {
    right: -6.5rem;
  }
}
.p-single-staff__main .c-section-ttl-single-sub {
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__main .c-section-ttl-single-sub {
    margin-bottom: 0;
  }
}
.p-single-staff__main .c-pager {
  width: 67.6rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__main .c-pager {
    width: 127rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-staff__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
    width: 144rem;
  }
}

.p-single-staff__top-name {
  margin: 0 auto 3.8rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__top-name {
    margin-bottom: 0;
  }
}

.p-single-staff__top-name-main {
  margin-bottom: 2rem;
  font-size: 7.9rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-staff__top-name-main {
    margin-bottom: 4.8rem;
    font-size: 5.8rem;
  }
}
.p-single-staff__top-name-main span {
  font-size: 11.7rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__top-name-main span {
    font-size: 8.7rem;
  }
}

.p-single-staff__top-name-sub {
  font-size: 1.9rem;
  line-height: 1.8421052632;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-staff__top-name-sub {
    font-size: 1.4rem;
  }
}

.p-single-staff__top-pic {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-staff__top-pic {
    width: 80rem;
  }
}

.p-single-staff__detail {
  margin-bottom: 14.8rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail {
    margin-bottom: 13rem;
  }
}

.p-single-staff__detail__introduction {
  position: relative;
  top: -4.5rem;
  margin: 0 auto 3.5rem;
  padding: 5.6rem 7.8rem;
  width: 67.6rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__introduction {
    top: -4.8rem;
    margin-bottom: 6rem;
    padding: 4.7rem 8rem;
    width: 96rem;
  }
}

.p-single-staff__detail__introduction-ttl {
  margin-bottom: 4rem;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__introduction-ttl {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
}

.p-single-staff__detail__introduction-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__introduction-txt {
    font-size: 1.5rem;
  }
}

.p-single-staff__detail__container {
  margin: 0 auto 12rem;
  width: 67.6rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__container {
    display: flex;
    justify-content: flex-end;
    gap: 8rem;
    width: 127rem;
  }
}
.p-single-staff__detail__container:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__container:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

.p-single-staff__detail__box {
  margin-bottom: 10rem;
}

.p-single-staff__detail__list {
  margin-bottom: 5.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__list {
    margin-bottom: 5.8rem;
    font-size: 2.4rem;
  }
}

.p-single-staff__detail__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__item {
    font-size: 1.5rem;
  }
}

.p-single-staff__detail__pic {
  margin: 0 auto;
  width: 47.6rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__pic {
    flex-shrink: 0;
    margin: 0;
    height: 31.7rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single-staff__detail__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-single-staff__pager.c-pager.-single {
  margin: 0 auto 17rem;
  width: 72rem;
}
@media screen and (min-width: 768px) {
  .p-single-staff__pager.c-pager.-single {
    margin-bottom: 10rem;
    width: 96rem;
  }
}

.p-page-privacy {
  padding-top: 13rem;
}

.p-page-privacy__wrap {
  margin: 0 2.4rem 21rem;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__wrap {
    margin: 0 auto 8rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.p-page-privacy__main .c-section-ttl-archive {
  flex-direction: column-reverse;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__main .c-section-ttl-archive {
    flex-direction: row;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-privacy__main .c-section-ttl-main {
    font-size: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-privacy__main .c-section-ttl-sub {
    top: 0;
  }
}
.p-page-privacy__main .c-breadcrumbs {
  margin-left: auto;
}

.p-page-privacy__content {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__content {
    margin: 0 auto;
    width: 66.6vw;
    max-width: 1280px;
  }
}

.p-page-privacy__intro {
  margin-bottom: 10rem;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__intro {
    margin-bottom: 8rem;
    font-size: 1.5rem;
  }
}

.p-page-privacy__item {
  padding: 6rem 0;
  border-bottom: 1px solid #D2CCC1;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__item {
    padding: 4rem 0;
  }
}
.p-page-privacy__item:first-of-type {
  padding-top: 0;
}

.p-page-privacy__ttl {
  margin-bottom: 4rem;
  padding: 0.8rem 0 0.8rem 2.6rem;
  font-size: 3rem;
  line-height: 0.8;
  border-left: 3px solid #D2CCC1;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__ttl {
    margin-bottom: 3.2rem;
    padding: 0.4rem 0 0.4rem 2.6rem;
    font-size: 2rem;
  }
}

.p-page-privacy__txt {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__txt {
    font-size: 1.5rem;
  }
}

.p-page-privacy__points {
  padding: 3.2rem 3.2rem 0 3.2rem;
}

.p-page-privacy__point {
  display: flex;
  gap: 2rem;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__point {
    font-size: 1.5rem;
  }
}
.p-page-privacy__point:before {
  position: relative;
  top: 1.6rem;
  content: "";
  flex-shrink: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: #262626;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__point:before {
    top: 0.8rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}

.p-page-feature {
  padding-top: 13rem;
}

.p-page-feature__top {
  margin: 0 2.4rem 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__top {
    margin: 0 auto 5.5rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}
.p-page-feature__top .c-section-ttl-archive {
  flex-direction: column-reverse;
  gap: 4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-page-feature__top .c-section-ttl-archive {
    flex-direction: row;
  }
}
.p-page-feature__top .c-section-ttl-main {
  font-size: 14rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__top .c-section-ttl-main {
    font-size: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-feature__top .c-section-ttl-sub {
    top: 0;
  }
}
.p-page-feature__top .c-breadcrumbs {
  margin-left: auto;
}

.p-page-feature__intro {
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__intro {
    margin: 0 auto 8rem;
    max-width: 1920px;
  }
}

.p-page-feature__intro__container {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__intro__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(3.3vw, 170px);
    margin-bottom: 7.6rem;
    width: 96vw;
    max-width: 1644px;
  }
}

.p-page-feature__intro__pic {
  margin-bottom: 7.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-feature__intro__pic {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 61.1vw;
    max-width: 1000px;
  }
}

.p-page-feature__intro__txt {
  padding: 0 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__intro__txt {
    padding: 0;
    font-size: min(1.04vw, 16px);
  }
}

.p-page-feature__intro__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__intro__nav {
    gap: 0.8rem;
  }
}

.p-page-feature__intro__nav-item {
  height: 8.8rem;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-page-feature__intro__nav-item {
    height: 6.4rem;
  }
}

.p-page-feature__intro__nav-link {
  display: flex;
  align-items: center;
  padding: 0 6.4rem;
  height: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__intro__nav-link {
    font-size: 1.6rem;
  }
}

.p-page-feature__concept {
  overflow: clip;
  margin-bottom: 15rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept {
    margin: 0 0 31rem;
  }
}

.p-page-feature__concept__deco {
  width: 100vw;
  color: hsla(36, 25%, 88%, 0.58);
  font-size: 24.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__deco {
    margin: 0 auto;
    font-size: min(17.1vw, 36.4rem);
  }
}

.p-page-feature__concept__wrap {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__wrap {
    flex-direction: row;
    margin: 0 auto 7.4rem;
    width: 124rem;
  }
}

.p-page-feature__concept__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__content {
    position: static;
    display: flex;
    gap: 4.8rem;
    padding-top: 6rem;
  }
}

.p-page-feature__concept__ttl {
  position: absolute;
  top: -54rem;
  left: 0;
  font-size: 12.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__ttl {
    position: static;
    font-size: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-feature__concept__content__box {
    width: fit-content;
  }
}

.p-page-feature__concept__subttl {
  margin-bottom: 7rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__subttl {
    margin-bottom: 8.8rem;
    width: fit-content;
    font-size: 4.7rem;
    line-height: 1.1914893617;
    text-align: center;
  }
}
.p-page-feature__concept__subttl span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__subttl span {
    display: block;
    width: fit-content;
    margin-left: auto;
    transform: translateX(-4.4rem);
  }
}

.p-page-feature__concept__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__txt {
    font-size: min(1.04vw, 16px);
  }
}

.p-page-feature__concept__pics {
  position: relative;
  top: -2rem;
  display: flex;
  gap: 2.6rem;
  margin: 0 0 6.2rem auto;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__pics {
    top: -6.8rem;
    margin-bottom: 0;
  }
}

.p-page-feature__concept__pics__box {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  width: 22rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__pics__box {
    width: 24.2rem;
  }
}
.p-page-feature__concept__pics__box.-right {
  position: relative;
  top: -5.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__pics__box.-right {
    top: -6rem;
  }
}

.p-page-feature__concept__pic {
  width: 100%;
  height: 28.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__concept__pic {
    height: 31.4rem;
  }
}
.p-page-feature__concept__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-page-feature__element {
    margin: 0 auto;
    max-width: 1920px;
  }
}

.p-page-feature__element__top {
  position: relative;
  margin-bottom: 8rem;
  padding: 0 2.4rem 0 4.6rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__top {
    margin-bottom: 5rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-page-feature__element__top__container {
    margin: 0 auto;
    width: 144rem;
  }
}

.p-page-feature__element__top-ttl {
  margin-bottom: 8rem;
  width: 53rem;
  font-size: 12.6rem;
  line-height: 0.9523809524;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__top-ttl {
    margin: 0 0 3rem auto;
    padding-right: 16rem;
    width: fit-content;
    font-size: 14rem;
  }
}
.p-page-feature__element__top-ttl span {
  display: block;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__top-ttl span {
    display: inline;
  }
}

.p-page-feature__element__top-catch {
  font-size: 2.7rem;
  line-height: 2.1851851852;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__top-catch {
    padding-right: 20rem;
    font-size: 3rem;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
  }
}

.p-page-feature__element__top-pics {
  width: 100%;
  overflow: hidden;
}

.p-page-feature__element__top-pic {
  position: absolute;
  z-index: -1;
}
.p-page-feature__element__top-pic.-pic01 {
  top: -20rem;
  right: 0;
  width: 26.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__top-pic.-pic01 {
    top: -24rem;
    width: 32rem;
  }
}
.p-page-feature__element__top-pic.-pic02 {
  bottom: -18rem;
  left: -4rem;
  width: 16rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__top-pic.-pic02 {
    left: 0;
    width: 24rem;
    height: 56.7rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__top-pic.-pic02 img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
.p-page-feature__element__top-pic.-pic03 {
  bottom: -9.6rem;
  left: 8rem;
  width: 16rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__top-pic.-pic03 {
    left: 16rem;
    width: 32rem;
  }
}

.p-page-feature__element__section {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section {
    margin-bottom: 11.4rem;
  }
}

.p-page-feature__element__section-top {
  position: relative;
  z-index: -2;
  margin-bottom: 9.6rem;
  padding: 4rem 2.4rem;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.8rem;
    margin-bottom: 13rem;
    padding: 6rem 2.4rem;
  }
}

.p-page-feature__element__section-top__num {
  margin-bottom: 6rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-top__num {
    margin-bottom: 0;
    font-size: 20rem;
  }
}

.p-page-feature__element__section-top__ttl {
  margin-bottom: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-top__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    text-align: left;
  }
}

.p-page-feature__element__section-top__ttl-en {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-top__ttl-en {
    padding-left: 1rem;
    font-size: 7.5rem;
  }
}

.p-page-feature__element__section-content {
  margin-bottom: 10rem;
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-content {
    margin: 0 auto 11.6rem;
    padding: 0;
    width: 96rem;
  }
}

.p-page-feature__element__design__container {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__design__container {
    margin-bottom: 11.6rem;
  }
}
.p-page-feature__element__design__container:last-of-type {
  margin-bottom: 0;
}

.p-page-feature__element__design__catch, .p-page-feature__element__quality-catch, .p-page-feature__element__performance__intro-catch {
  margin-bottom: 8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__design__catch, .p-page-feature__element__quality-catch, .p-page-feature__element__performance__intro-catch {
    margin-bottom: 4.8rem;
    font-size: 2.4rem;
    text-align: center;
  }
}

.p-page-feature__element__design__txt, .p-page-feature__element__quality-txt, .p-page-feature__element__performance__intro-txt {
  margin-bottom: 5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__design__txt, .p-page-feature__element__quality-txt, .p-page-feature__element__performance__intro-txt {
    margin-bottom: 5.2rem;
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-page-feature__element__design__pics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.p-page-feature__element__design__pic {
  flex: 1;
}
.p-page-feature__element__design__pic.-small {
  flex: auto;
  width: calc(25% - 2.4rem);
}

.p-page-feature__element__section-banner {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 9rem 0 7.2rem;
  width: 67.2rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    padding: 7rem 0 8rem;
    width: 80rem;
  }
}
.p-page-feature__element__section-banner {
  overflow: hidden;
}
.p-page-feature__element__section-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/feature/banner_bg_sp.webp) center center/cover no-repeat;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-banner::before {
    background: url(../images/feature/banner_bg_pc.webp) center center/cover no-repeat;
  }
}
.p-page-feature__element__section-banner:hover::before {
  transform: scale(1.05);
}
.p-page-feature__element__section-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #2e2929;
  opacity: 0.75;
}

.p-page-feature__element__section-banner-txt {
  margin: 0 0 5.2rem 7.2rem;
  color: #fff;
  font-size: 3.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-banner-txt {
    margin: 0;
    font-size: 2.4rem;
  }
}

.p-page-feature__element__section-banner-reserve {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  margin: 0 auto;
  width: 57.6rem;
  background: #fff;
  font-size: 2.8rem;
  line-height: 1.4642857143;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  transition: color 0.4s ease;
  z-index: 1;
}
.p-page-feature__element__section-banner-reserve::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #262626;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: -1;
}
.p-page-feature__element__section-banner:hover .p-page-feature__element__section-banner-reserve {
  color: #fff;
}
.p-page-feature__element__section-banner:hover .p-page-feature__element__section-banner-reserve::before {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__section-banner-reserve {
    margin: 0;
    padding: 1.8rem 0;
    width: 32rem;
    font-size: 1.4rem;
  }
}

.p-page-feature__element__performance__intro {
  margin-bottom: 18rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__intro {
    margin-bottom: 11.6rem;
  }
}

.p-page-feature__element__performance__intro-pic {
  width: 100%;
}

.p-page-feature__element__performance__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem 1.7rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8rem;
  }
}

.p-page-feature__element__performance__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 40rem;
  background: hsla(32, 25%, 87%, 0.82);
  color: #8c6a21;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card {
    grid-column: auto;
    width: 31.6rem;
    height: 29.6rem;
  }
}
.p-page-feature__element__performance__card.-left {
  grid-column: 1;
  margin-top: -7.2rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card.-left {
    grid-column: auto;
    margin-top: 0;
  }
}
.p-page-feature__element__performance__card.-right {
  grid-column: 2;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card.-right {
    grid-column: auto;
  }
}
.p-page-feature__element__performance__card:first-child {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page-feature__element__performance__card:first-child img {
  width: 100%;
}

.p-page-feature__element__performance__card__badge {
  padding-top: 6rem;
  width: 31.2rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card__badge {
    padding-top: 0;
    width: 24.3rem;
  }
}

.p-page-feature__element__performance__card__label {
  margin-bottom: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card__label {
    font-size: 1.2rem;
  }
}

.p-page-feature__element__performance__card__name {
  margin-bottom: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.8rem;
  line-height: 1.2631578947;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card__name {
    font-size: 2.2rem;
  }
}

.p-page-feature__element__performance__card__grade {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  color: #865629;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card__grade {
    font-size: 8rem;
  }
}
.p-page-feature__element__performance__card__grade span {
  padding: 0.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card__grade span {
    font-size: 2.2rem;
  }
}

.p-page-feature__element__performance__card__rank {
  margin-bottom: 0.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card__rank {
    margin-bottom: 0.6rem;
    font-size: 2rem;
  }
}
.p-page-feature__element__performance__card__rank::before {
  content: "";
  display: block;
  margin: 0 auto 0.6rem;
  width: 1.8rem;
  height: 1.4rem;
  background: url(../images/feature/crown.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card__rank::before {
    margin-bottom: 0.4rem;
    width: 1.3rem;
    height: 1.1rem;
  }
}

.p-page-feature__element__performance__card__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__card__note {
    font-size: 1.2rem;
  }
}

.p-page-feature__element__performance__content {
  margin-bottom: 14rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content {
    margin-bottom: 16.5rem;
  }
}

.p-page-feature__element__performance__content-top {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-top {
    margin-bottom: 7rem;
  }
}

.p-page-feature__element__performance__content-top__ttl {
  margin-bottom: 6.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-top__ttl {
    margin-bottom: 7rem;
  }
}

.p-page-feature__element__performance__content-top__ttl-catch {
  margin-bottom: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 2.1851851852;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-top__ttl-catch {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
}

.p-page-feature__element__performance__content-top__ttl-main {
  margin-bottom: 1.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-top__ttl-main {
    margin-bottom: 1.9rem;
    font-size: 3.5rem;
  }
}

.p-page-feature__element__performance__content-top__ttl-sub {
  color: #d2ccc1;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 60;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-top__ttl-sub {
    font-size: 2.3rem;
  }
}

.p-page-feature__element__performance__content-top__catch {
  margin-bottom: 3.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-top__catch {
    font-size: 2.4rem;
    text-align: center;
  }
}

.p-page-feature__element__performance__content-top__txt {
  margin-bottom: 4.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-top__txt {
    margin-bottom: 3.8rem;
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-page-feature__element__performance__content-top__pic {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-top__pic {
    margin: 0 auto;
    width: 75rem;
  }
}

.p-page-feature__element__performance__content-list {
  margin: 0 calc(50% - 50vw);
  border-top: 1px solid #7a7a7a;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-list {
    margin: 0;
  }
}

.p-page-feature__element__performance__content-item {
  padding: 1.8rem 4.8rem 4.8rem;
  border-bottom: 1px solid #7a7a7a;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item {
    padding: 1.8rem 0 4.8rem;
  }
}

.p-page-feature__element__performance__content-item__tags, .p-page-feature__element__quality__item-tags {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__tags, .p-page-feature__element__quality__item-tags {
    margin-bottom: 4.8rem;
  }
}

.p-page-feature__element__performance__content-item__tag, .p-page-feature__element__quality__item-tag {
  padding: 1rem 3.4rem;
  background: hsla(29, 53%, 36%, 0.41);
  color: #f5f4f1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__tag, .p-page-feature__element__quality__item-tag {
    padding: 0.8rem 2.4rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
  }
}

.p-page-feature__element__performance__content-item__pic {
  margin: 0 auto 8.4rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__pic {
    flex-shrink: 0;
    margin: 0;
    width: 35rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__box {
    width: 44rem;
  }
}

.p-page-feature__element__performance__content-item__ttl {
  margin-bottom: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__ttl {
    font-size: 2.4rem;
  }
}

.p-page-feature__element__performance__content-item__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-page-feature__element__performance__content-item__flex {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__flex {
    flex-direction: row;
    gap: 6.4rem;
    padding-top: 4rem;
  }
}

.p-page-feature__element__performance__content-item__flex__container {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__flex__container {
    display: block;
  }
}
.p-page-feature__element__performance__content-item__flex__container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.p-page-feature__element__performance__content-item__flex-pic {
  flex-shrink: 0;
  width: 33.6rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__flex-pic {
    margin-bottom: 4.8rem;
    width: 100%;
  }
}

.p-page-feature__element__performance__content-item__flex-ttl {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__flex-ttl {
    font-size: 2rem;
  }
}

.p-page-feature__element__performance__content-item__flex-txt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__flex-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-page-feature__element__performance__content-item__skirt {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.4rem;
  padding: 5.2rem 5rem 4.6rem;
  margin-top: 8rem;
  background: #e5ddd2;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__skirt {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    margin-top: 3rem;
    padding: 2rem 4rem;
  }
}

.p-page-feature__element__performance__content-item__skirt-pic {
  margin: 0 auto;
  width: 33.6rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__skirt-pic {
    flex-shrink: 0;
    width: 20rem;
  }
}

.p-page-feature__element__performance__content-item__skirt-ttl {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__skirt-ttl {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}

.p-page-feature__element__performance__content-item__skirt-txt {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__performance__content-item__skirt-txt {
    font-size: 1.6rem;
  }
}

.p-page-feature__element__quality__list {
  margin: 0 calc(50% - 50vw);
  border-top: 1px solid #7a7a7a;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__list {
    margin: 0;
  }
}

.p-page-feature__element__quality__item {
  padding: 1.8rem 4.8rem 4.8rem;
  border-bottom: 1px solid #7a7a7a;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item {
    padding: 1.8rem 0 4.8rem;
  }
}

.p-page-feature__element__quality__item-ttl {
  margin-bottom: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-ttl {
    font-size: 2.4rem;
  }
}

.p-page-feature__element__quality__item-txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-page-feature__element__quality__item-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-flex {
    margin-top: 4rem;
  }
}

.p-page-feature__element__quality__item-flex__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 1.6rem) / 2);
  height: 21rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-flex__box {
    width: calc((100% - 3.2rem) / 3);
    height: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-flex__box.-small {
    width: calc((100% - 4.8rem) / 4);
  }
}

.p-page-feature__element__quality__item-flex__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.p-page-feature__element__quality__item-flex__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-feature__element__quality__item-flex__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #3e4a4e;
  opacity: 0.76;
}

.p-page-feature__element__quality__item-flex__num {
  margin-bottom: 1.8rem;
  padding: 0.8rem 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-flex__num {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
}

.p-page-feature__element__quality__item-flex__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.2608695652;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-flex__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-page-feature__element__quality__item-guarantee {
  width: 100%;
  overflow-x: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-guarantee {
    margin: 4rem 0 8rem;
    width: 100%;
    overflow: hidden;
  }
}
.p-page-feature__element__quality__item-guarantee img {
  width: 126rem;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-guarantee img {
    width: 100%;
  }
}

.p-page-feature__element__quality__item-guarantee-flex {
  display: flex;
  flex-direction: column;
  gap: 5.8rem;
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-guarantee-flex {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3.6rem 8rem;
  }
}

.p-page-feature__element__quality__item-guarantee-flex__box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-guarantee-flex__box {
    width: calc((100% - 8rem) / 2);
  }
}

.p-page-feature__element__quality__item-guarantee-flex__pic {
  margin-bottom: 2.8rem;
  width: 100%;
}

.p-page-feature__element__quality__item-guarantee-flex__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-guarantee-flex__ttl {
    font-size: 2rem;
  }
}

.p-page-feature__element__quality__item-guarantee-flex__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item-guarantee-flex__txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem;
  }
}

.p-page-feature__element__quality__item__pic {
  margin: 0 auto 8.4rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item__pic {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 42.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-feature__element__quality__item__box {
    width: 43.8rem;
  }
}

.p-page-company {
  padding-top: 13rem;
}

.p-page-company__top {
  margin: 0 2.4rem 13rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__top {
    margin: 0 auto 12rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}
.p-page-company__top .c-section-ttl-archive {
  flex-direction: column-reverse;
  gap: 4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-page-company__top .c-section-ttl-archive {
    flex-direction: row;
  }
}
.p-page-company__top .c-section-ttl-main {
  font-size: 14rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__top .c-section-ttl-main {
    font-size: 14rem;
  }
}
.p-page-company__top .c-section-ttl-sub {
  right: -10rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__top .c-section-ttl-sub {
    top: -2rem;
    right: -6rem;
  }
}
.p-page-company__top .c-breadcrumbs {
  margin-left: auto;
}

.p-page-company__achievements {
  margin-bottom: 12rem;
}
.p-page-company__achievements .c-company__achievements {
  margin: 0 auto;
  padding: 0 4.2rem;
  width: fit-content;
}
.p-page-company__achievements .c-company__achievements-container {
  position: static;
  gap: 5.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-page-company__achievements .c-company__achievements-container {
    gap: 6.4rem;
  }
}
.p-page-company__achievements .c-company__achievements-badge {
  width: 27rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__achievements .c-company__achievements-badge {
    width: 27rem;
  }
}
.p-page-company__achievements .c-company__achievements-legacy {
  width: 35rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__achievements .c-company__achievements-legacy {
    width: 41rem;
  }
}

.p-page-company__message {
  margin-bottom: 5.8rem;
  padding: 0 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__message {
    margin: 0 auto 14rem;
    padding: 0;
    width: 112rem;
  }
}

.p-page-company__message__catch {
  margin: 0 auto 9.5rem;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-company__message__catch {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-company__message__container {
    display: flex;
    align-items: start;
    gap: 6rem;
  }
}

.p-page-company__message__ttl {
  margin-bottom: 7rem;
  font-size: 7.6rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-company__message__ttl {
    margin-bottom: 0;
    font-size: 13rem;
    writing-mode: vertical-lr;
  }
}

.p-page-company__message__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-company__message__txt {
    font-size: 1.5rem;
  }
}

.p-page-company__swiper {
  margin-bottom: 17rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__swiper {
    margin-bottom: 13rem;
  }
}

@keyframes companyMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-page-company__swiper {
  overflow: hidden;
  height: 76rem;
}

.p-page-company__swiper-wrap {
  display: flex;
  align-items: flex-start;
  width: max-content;
  will-change: transform;
  animation: companyMarquee 60s linear infinite;
}

.p-page-company__swiper-slide {
  width: 32rem;
  height: 56.8rem;
  margin-right: 4rem;
}
.p-page-company__swiper-slide.-small {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 24rem;
}
.p-page-company__swiper-slide.-small .p-page-company__swiper-slide__pic {
  flex-shrink: 0;
  height: 32rem;
}
.p-page-company__swiper-slide.-large {
  width: 46rem;
  height: 55rem;
}
.p-page-company__swiper-slide.-no01 {
  margin-top: 10rem;
}
.p-page-company__swiper-slide.-no02 {
  margin-top: 18rem;
}
.p-page-company__swiper-slide.-no03 {
  margin-top: 12rem;
}
.p-page-company__swiper-slide.-no04 {
  margin-top: 5rem;
}
.p-page-company__swiper-slide.-no05 {
  margin-top: 0;
}

.p-page-company__swiper-slide__pic {
  height: 48rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-company__swiper-slide__pic {
    height: 55rem;
  }
}
.p-page-company__swiper-slide__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-page-company__outline {
  margin-bottom: 20rem;
  padding: 0 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__outline {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    gap: 4rem;
    margin: 0 auto 16rem;
    padding: 0;
    width: 112rem;
  }
}

.p-page-company__outline__ttl {
  margin-bottom: 7rem;
  font-size: 7.6rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-company__outline__ttl {
    margin-bottom: 0;
    font-size: 13rem;
    writing-mode: vertical-lr;
  }
}

.p-page-company__outline__container {
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-page-company__outline__container {
    width: 100%;
  }
}

.p-page-company__outline__dl {
  display: flex;
  padding: 4.8rem 2rem;
  border-bottom: 1px solid #000000;
  gap: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-page-company__outline__dl {
    font-size: 1.6rem;
  }
}

.p-page-company__outline__dt {
  flex-shrink: 0;
  width: 21.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-company__outline__dt {
    width: 30rem;
  }
}

.p-page-sitemap {
  padding-top: 13rem;
}

.p-page-sitemap__wrap {
  margin: 0 2.4rem 21rem;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__wrap {
    margin: 0 auto 8rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.p-page-sitemap__main .c-section-ttl-archive {
  flex-direction: column-reverse;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__main .c-section-ttl-archive {
    flex-direction: row;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__main .c-section-ttl-main {
    font-size: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__main .c-section-ttl-sub {
    top: 0;
    right: -11rem;
  }
}
.p-page-sitemap__main .c-breadcrumbs {
  margin-left: auto;
}

.p-page-sitemap__content {
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__content {
    margin: 0 auto;
    padding: 0;
    width: 80rem;
  }
}

.p-page-sitemap__list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  position: relative;
  padding: 3rem 0;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__list {
    gap: 2.4rem;
    padding: 2.2rem 0;
  }
}

.p-page-sitemap__list.-top {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__list.-top {
    margin-bottom: 4.4rem;
  }
}

.p-page-sitemap__list-ttl {
  font-size: 6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__list-ttl {
    font-size: 4.8rem;
  }
}

.p-page-sitemap__list-sub {
  padding-top: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__list-sub {
    padding-top: 1rem;
    font-size: 1.2rem;
  }
}

.p-page-sitemap__container {
  position: relative;
  padding: 0 0 0 9rem;
}
.p-page-sitemap__container::before {
  position: absolute;
  top: -5.9rem;
  left: 3.5rem;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #707070;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__container::before {
    top: -4.55rem;
  }
}

.p-page-sitemap__list.-inner::before {
  position: absolute;
  top: 50%;
  left: -5.4rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #707070;
}

.p-page-sitemap__box {
  padding: 0 0 0 12rem;
}

.p-page-sitemap__privacy__box {
  padding-left: 9rem;
}

.p-page-thanks {
  padding-top: 15rem;
}

.p-page-thanks__wrap {
  margin: 0 2.4rem 21rem;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__wrap {
    margin: 0 auto 8rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.p-page-thanks__main {
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__main {
    margin: 0 auto;
    padding: 0;
    width: 80rem;
  }
}

.p-page-thanks__check {
  margin: 0 auto 6rem;
  width: 15rem;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__check {
    margin-bottom: 2.8rem;
    width: 10rem;
    height: 10rem;
  }
}

.p-page-thanks__check-svg {
  width: 100%;
  height: 100%;
}

.p-page-thanks__check-circle {
  stroke-dasharray: 302;
  stroke-dashoffset: 302;
  transform-origin: center;
  transform: rotate(-90deg);
  animation: thanksCircle 0.8s ease-out forwards;
}

.p-page-thanks__check-mark {
  stroke-dasharray: 72;
  stroke-dashoffset: 72;
  animation: thanksCheck 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

@keyframes thanksCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes thanksCheck {
  to {
    stroke-dashoffset: 0;
  }
}
.p-page-thanks__top {
  position: relative;
  padding-bottom: 4.2rem;
  margin-bottom: 3.8rem;
  color: #8b5a2b;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__top {
    padding-bottom: 3rem;
    margin-bottom: 2.6rem;
  }
}
.p-page-thanks__top::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background: #8b5a2b;
}

.p-page-thanks__ttl {
  margin-bottom: 4.2rem;
  font-size: 10rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__ttl {
    margin-bottom: 1.8rem;
    font-size: 5.3rem;
  }
}

.p-page-thanks__ttl-sub {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__ttl-sub {
    font-size: 2.8rem;
  }
}

.p-page-thanks__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__txt {
    font-size: 1.4rem;
  }
}

.p-page-thanks__txt-note {
  padding-top: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__txt-note {
    padding-top: 3rem;
    font-size: 1.4rem;
  }
}

.p-page-thanks__btn {
  margin: 12rem auto 0;
  width: 48rem;
  border: 1px solid #262626;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__btn {
    margin-top: 9rem;
    width: 51rem;
  }
}

.p-page-thanks__btn-link {
  position: relative;
  padding: 3.4rem 0;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__btn-link {
    padding: 2.8rem 0;
    font-size: 2rem;
  }
}
.p-page-thanks__btn-link::after {
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5rem;
  height: 1rem;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
  transform: translateY(-50%) skew(45deg);
  transition: 0.4s;
}
.p-page-thanks__btn-link:hover::after {
  right: 3.4rem;
}

.p-page-catalog {
  padding-top: 15rem;
}

.p-page-catalog__wrap {
  margin: 0 2.4rem 21rem;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__wrap {
    margin: 0 auto 8rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.p-page-catalog__main {
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__main {
    margin: 0 auto;
    padding: 0;
  }
}

.p-page-catalog__top {
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__top {
    margin-bottom: 6.8rem;
  }
}

.p-page-catalog__ttl {
  margin-bottom: 1rem;
  font-size: 16rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__ttl {
    font-size: 14rem;
  }
}

.p-page-catalog__ttl-sub {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__ttl-sub {
    font-size: 1.4rem;
  }
}

.p-page-catalog__txt {
  margin-bottom: 9rem;
  font-size: 4.8rem;
  line-height: 1.625;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__txt {
    margin-bottom: 5.8rem;
    font-size: 3rem;
  }
}

@keyframes bookOpenLeft {
  0% {
    transform: rotateY(160deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes bookOpenRight {
  0% {
    transform: rotateY(-160deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes bookOpenShadow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
.p-page-catalog__pics {
  position: relative;
  margin-bottom: 12rem;
  height: 86rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__pics {
    margin: 0 auto 10rem;
    width: 92.4rem;
    height: 36rem;
  }
}

.p-page-catalog__pic {
  position: absolute;
  width: 44rem;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__pic {
    width: 30rem;
  }
}
.p-page-catalog__pic.is-opened {
  box-shadow: 0px 3px 6px 0px hsla(0, 0%, 0%, 0.16);
  transition: box-shadow 0.3s ease;
}

.p-catalog-fold {
  display: flex;
  width: 100%;
  height: 100%;
}
.p-catalog-fold__left, .p-catalog-fold__right {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  perspective: 1000px;
  overflow: hidden;
}

.p-catalog-fold__left .p-catalog-fold__page {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: right center;
  transform: rotateY(160deg);
}
.p-catalog-fold__left .p-catalog-fold__front img {
  margin-left: 0;
}
.p-catalog-fold__left .p-catalog-fold__back {
  background: linear-gradient(to right, #e8e3d5, #f0ece2);
}
.p-catalog-fold__left .p-catalog-fold__back::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.18), transparent);
}

.p-catalog-fold__right .p-catalog-fold__page {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: left center;
  transform: rotateY(-160deg);
}
.p-catalog-fold__right .p-catalog-fold__front img {
  margin-left: -100%;
}
.p-catalog-fold__right .p-catalog-fold__back {
  background: linear-gradient(to left, #e8e3d5, #f0ece2);
}
.p-catalog-fold__right .p-catalog-fold__back::after {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18), transparent);
}

.p-catalog-fold__front,
.p-catalog-fold__back {
  backface-visibility: hidden;
}

.p-catalog-fold__front {
  overflow: hidden;
}
.p-catalog-fold__front img {
  display: block;
  width: 200%;
  height: 100%;
  object-fit: cover;
}

.p-catalog-fold__back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
}
.p-catalog-fold__back::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  pointer-events: none;
}

.p-page-catalog__pic.-no01.is-visible {
  animation-delay: 0s;
}
.p-page-catalog__pic.-no01.is-visible .p-catalog-fold__left .p-catalog-fold__page {
  animation: bookOpenLeft 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.p-page-catalog__pic.-no01.is-visible .p-catalog-fold__right .p-catalog-fold__page {
  animation: bookOpenRight 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.p-page-catalog__pic.-no01.is-visible .p-catalog-fold__left::after,
.p-page-catalog__pic.-no01.is-visible .p-catalog-fold__right::before {
  animation: bookOpenShadow 1.5s 0s forwards;
}
.p-page-catalog__pic.-no02.is-visible {
  animation-delay: 0.5s;
}
.p-page-catalog__pic.-no02.is-visible .p-catalog-fold__left .p-catalog-fold__page {
  animation: bookOpenLeft 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}
.p-page-catalog__pic.-no02.is-visible .p-catalog-fold__right .p-catalog-fold__page {
  animation: bookOpenRight 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}
.p-page-catalog__pic.-no02.is-visible .p-catalog-fold__left::after,
.p-page-catalog__pic.-no02.is-visible .p-catalog-fold__right::before {
  animation: bookOpenShadow 1.2s 0.5s forwards;
}
.p-page-catalog__pic.-no03.is-visible {
  animation-delay: 0.8s;
}
.p-page-catalog__pic.-no03.is-visible .p-catalog-fold__left .p-catalog-fold__page {
  animation: bookOpenLeft 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
}
.p-page-catalog__pic.-no03.is-visible .p-catalog-fold__right .p-catalog-fold__page {
  animation: bookOpenRight 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
}
.p-page-catalog__pic.-no03.is-visible .p-catalog-fold__left::after,
.p-page-catalog__pic.-no03.is-visible .p-catalog-fold__right::before {
  animation: bookOpenShadow 1s 0.8s forwards;
}
.p-page-catalog__pic.-no04.is-visible {
  animation-delay: 1s;
}
.p-page-catalog__pic.-no04.is-visible .p-catalog-fold__left .p-catalog-fold__page {
  animation: bookOpenLeft 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
}
.p-page-catalog__pic.-no04.is-visible .p-catalog-fold__right .p-catalog-fold__page {
  animation: bookOpenRight 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
}
.p-page-catalog__pic.-no04.is-visible .p-catalog-fold__left::after,
.p-page-catalog__pic.-no04.is-visible .p-catalog-fold__right::before {
  animation: bookOpenShadow 1.5s 1s forwards;
}
.p-page-catalog__pic.-no01 {
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__pic.-no01 {
    top: 2.5rem;
    left: 0;
    z-index: 0;
  }
}
.p-page-catalog__pic.-no02 {
  top: 18rem;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__pic.-no02 {
    top: initial;
    bottom: 0;
    left: 20rem;
    z-index: 2;
  }
}
.p-page-catalog__pic.-no03 {
  top: 40rem;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__pic.-no03 {
    top: 0;
    left: 36rem;
    z-index: 1;
  }
}
.p-page-catalog__pic.-no04 {
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-page-catalog__pic.-no04 {
    top: 6rem;
    right: 0;
    bottom: initial;
  }
}

.js-scrollReveal > * {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-scrollReveal > *.is-show {
  opacity: 1;
  transform: translateX(0);
}

.js-staggerIn > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-staggerIn > *.is-show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUpOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpMove {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
}
.js-fadeUp.is-show {
  visibility: visible;
  animation: fadeUpOpacity 1.3s var(--fadeUp-delay, 0) ease both, fadeUpMove 2s var(--fadeUp-delay, 0) cubic-bezier(0.19, 1, 0.22, 1) both;
}

.js-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-stagger.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeDir [data-dir] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .js-fadeDir [data-dir][data-dir=left-down] {
    transform: translate(-30px, -30px);
  }
  .js-fadeDir [data-dir][data-dir=right-down] {
    transform: translate(30px, -30px);
  }
  .js-fadeDir [data-dir][data-dir=left-up] {
    transform: translate(-30px, 30px);
  }
  .js-fadeDir [data-dir][data-dir=right-up] {
    transform: translate(30px, 30px);
  }
  .js-fadeDir [data-dir][data-dir=left] {
    transform: translateX(-30px);
  }
  .js-fadeDir [data-dir][data-dir=right] {
    transform: translateX(30px);
  }
}
.js-fadeDir [data-dir].is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.is-hidden {
  display: none; /* フェードアウト完了後に非表示にする */
}

.is-visible {
  opacity: 1;
  filter: blur(0); /* ぼかしがなくなる */
}

/* モーダル */
.modal__course {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: #383838;
}
@media screen and (min-width: 768px) {
  .modal__course {
    position: static;
    z-index: 10;
    display: block;
    width: 88.6rem;
    height: fit-content;
    opacity: 1;
    padding: 0;
    background-color: transparent;
    pointer-events: all;
  }
}

/* モーダルがactiveの時 */
.modal__course.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__course .swiper-backface-hidden .swiper-slide {
  overflow-y: auto;
  height: 84vh;
}
@media screen and (min-width: 768px) {
  .modal__course .swiper-backface-hidden .swiper-slide {
    height: 100%;
  }
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    display: block;
    margin: 0;
  }
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -26px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* モーダル自体のスタイル */
.modal__course .modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 86vw; /* モーダルの横幅 */
  max-width: 600px; /* モーダルの最大横幅 */
  max-height: 76vh; /* 高さを画面の90%に制限 */
  z-index: 100;
  padding: 0; /* モーダル内の余白 */
  box-sizing: border-box; /* パディング込みでサイズを計算 */
}
@media screen and (min-width: 768px) {
  .modal__course .modal__content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #faf8f5;
  }
}

.js-parallax {
  overflow: hidden;
}
.js-parallax img {
  display: block;
  width: 100%;
  object-fit: cover;
  will-change: transform;
}

/* モーダルオーバーレイが画面全体を覆うようにする */
.modal__course .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100; /* モーダルの重なり順を最前面に */
}

.u-pt-0 {
  padding-top: 0;
}