@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  overflow-x: clip;
  color: #FFFFFF;
  background: #171717;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

.u-pc {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}
@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
  }
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #DB1811;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #DB1811;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #DB1811;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #DB1811;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #DB1811;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め）。
   サイトの基調色（フッターと同系色）に案件ごとに変更する */
#container {
  background: #fff;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   どの背景上でも視認できる配色＋影。色はテーマカラーに合わせて変更
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #DB1811;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9900;
  background: transparent;
  transition: background 0.3s ease;
}
.l-header.is-scrolled {
  background: rgba(0, 0, 0, 0.85);
}

.l-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 4rem 0;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 1rem 2rem 0;
  }
}

.l-header__logo {
  display: block;
  width: 14.6rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 5.1rem;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header__pc {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 767px) {
  .l-header__pc {
    display: none;
  }
}

.l-header__nav {
  padding-top: 2rem;
}

.l-header__nav-list {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  list-style: none;
}

.l-header__nav-item {
  white-space: nowrap;
}

.l-header__nav-link {
  display: block;
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-header__nav-link:hover {
  color: #FF3333;
}

.l-header__sp {
  display: none;
}
@media (max-width: 767px) {
  .l-header__sp {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

.l-header__sp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #DB1811;
  color: #FFFFFF;
  text-decoration: none;
}

.l-header__sp-icon {
  display: block;
  width: 2.5rem;
  height: auto;
}

.l-header__sp-icon--tel {
  width: 1.5rem;
}

.l-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 4.1rem;
  height: 4rem;
  padding: 0;
  border: 1px solid #DB1811;
  background: transparent;
  cursor: pointer;
}

.l-header__hamburger-line {
  display: block;
  width: 2.5rem;
  height: 2px;
  background: #DB1811;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sp-drawer {
  position: fixed;
  inset: 0;
  z-index: 9950;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sp-drawer {
    display: none;
  }
}
.sp-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.sp-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sp-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 24rem;
  max-width: 80%;
  height: 100%;
  padding: 10rem 3rem 4rem;
  background: #0a0a0a;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
}

.sp-drawer.is-open .sp-drawer__overlay {
  opacity: 1;
}
.sp-drawer.is-open .sp-drawer__panel {
  transform: translateX(0);
}

.sp-drawer__close {
  position: absolute;
  top: 1.7rem;
  right: 2rem;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.sp-drawer__close-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}
.sp-drawer__close-line:nth-child(1) {
  transform: rotate(45deg);
}
.sp-drawer__close-line:nth-child(2) {
  transform: rotate(-45deg);
}

.sp-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
}

.sp-drawer__item {
  width: 100%;
}

.sp-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #FFFFFF;
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}

.l-footer {
  position: relative;
}

.l-footer__body {
  position: relative;
  overflow: hidden;
  background: #171717;
}
.l-footer__body::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  pointer-events: none;
}

.l-footer__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-footer__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 31rem;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 4rem 2rem;
  }
}

.l-footer__logo {
  display: block;
  width: 14.6rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 9rem;
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .l-footer__right {
    gap: 3rem;
  }
}

.l-footer__nav {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    padding-top: 0;
  }
}

.l-footer__nav-list {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.l-footer__nav-item {
  white-space: nowrap;
}

.l-footer__nav-link {
  display: block;
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-footer__nav-link:hover {
  color: #FF3333;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.8rem;
  }
}

.l-copyright {
  margin: 0;
  padding: 2.2rem 2rem;
  background: #DB1811;
  color: #FFFFFF;
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

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

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #DB1811;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

.c-tel-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 20rem;
  height: 6rem;
  padding: 0.9rem 4rem 0.7rem;
  background: #DB1811;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-tel-btn {
    width: 21rem;
    height: 6rem;
  }
}
.c-tel-btn:hover {
  opacity: 0.8;
}

.c-tel-btn__label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.c-tel-btn__num {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.c-tel-btn__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.c-tel-btn--lg {
  width: 26rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .c-tel-btn--lg {
    width: 21rem;
    height: 6rem;
  }
}

.c-arrow {
  display: block;
  width: 3.85rem;
  height: auto;
  flex-shrink: 0;
  color: currentColor;
}

.c-section-title {
  color: #FF3333;
  -webkit-text-stroke: 0.025em #FFFFFF;
  text-shadow: 0 0 0.5rem #FF3333, 0.4rem 0.4rem 1rem #FF3333;
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 8.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.41rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: 4rem;
    letter-spacing: -0.2rem;
    text-shadow: 0 0 0.4rem #FF3333, 0.2rem 0.2rem 0.8rem #FF3333;
  }
}

.c-modal-title {
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 8.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.41rem;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .c-modal-title {
    font-size: 4rem;
    letter-spacing: -0.2rem;
  }
}

.c-inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .c-inner {
    padding: 0 2rem;
  }
}

.c-inner--narrow {
  max-width: 136rem;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.index-mv {
  position: relative;
  width: 100%;
  height: 88rem;
  overflow: hidden;
  background: #171717;
}
@media (max-width: 767px) {
  .index-mv {
    height: 72rem;
  }
}
.index-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, rgba(0, 0, 0, 0) 39.06%, rgb(0, 0, 0) 100%);
  opacity: 0.6;
  pointer-events: none;
  z-index: 2;
}

.index-mv__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.index-mv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-mv__catch {
  position: absolute;
  left: 4rem;
  bottom: 8rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  color: #FFFFFF;
  text-shadow: 0.6rem 0.6rem 2rem rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .index-mv__catch {
    left: 1.5rem;
    bottom: 6.9rem;
  }
}

.index-mv__catch-en {
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.36rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-mv__catch-en {
    font-size: 3.2rem;
    letter-spacing: -0.16rem;
  }
}

.index-mv__catch-lg {
  font-size: 8.2rem;
}
@media (max-width: 767px) {
  .index-mv__catch-lg {
    font-size: 4rem;
  }
}

.index-mv__catch-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .index-mv__catch-ja {
    font-size: 2rem;
  }
}

.index-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 6rem 4rem 8rem;
  background: #171717;
}
@media (max-width: 767px) {
  .index-news {
    padding: 4rem 2rem;
  }
}

.index-news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.36rem;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0.6rem 0.6rem 2rem rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .index-news__title {
    font-size: 3.2rem;
    letter-spacing: -0.16rem;
  }
}

.index-news__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  max-width: 80.1rem;
  padding: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  text-decoration: none;
  transition: border-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .index-news__banner {
    gap: 1.6rem;
    max-width: 33.5rem;
    padding: 2.4rem 2rem;
  }
}
.index-news__banner:hover {
  border-color: #FF3333;
  color: #FF3333;
}

.index-news__banner-icon {
  display: block;
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-news__banner-icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.index-news__banner-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.index-news__banner-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .index-news__banner-lead {
    font-size: 1.4rem;
  }
}

.index-news__banner-id {
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .index-news__banner-id {
    font-size: 1.2rem;
  }
}

.index-news__banner-arrow {
  width: 3.85rem;
  flex-shrink: 0;
}

.index-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 24rem);
  gap: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .index-news__grid {
    grid-template-columns: repeat(2, 16rem);
    gap: 2rem 1.5rem;
  }
}

.index-news__cell {
  width: 100%;
  aspect-ratio: 1/1;
  background: #7b7b7b;
  overflow: hidden;
}
.index-news__cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-about {
  position: relative;
  overflow: hidden;
  background: #171717;
}
.index-about::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(53, 33, 33, 0.6);
  pointer-events: none;
}

.index-about__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-about__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 10rem 4rem;
}
@media (max-width: 767px) {
  .index-about__inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 4rem 2rem;
  }
}

.index-about__visual {
  position: relative;
  flex-shrink: 0;
}

.index-about__title {
  position: relative;
  z-index: 2;
  margin-bottom: -3rem;
  text-align: left;
}

.index-about__photo {
  position: relative;
  z-index: 1;
  width: 61rem;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .index-about__photo {
    width: 29.5rem;
    padding-left: 2rem;
  }
}
.index-about__photo img {
  display: block;
  width: 56rem;
  height: 40rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .index-about__photo img {
    width: 27.5rem;
    height: 19.6rem;
  }
}

.index-about__tag {
  position: absolute;
  z-index: 2;
  left: 54.68rem;
  top: 38.12rem;
  transform: translate(-50%, -50%) rotate(-17.05deg);
  color: #FF3333;
  -webkit-text-stroke: 0.025em #FFFFFF;
  text-shadow: 0 0 0.5rem #FF3333, 0.4rem 0.4rem 1rem #FF3333;
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-about__tag {
    left: 25.25rem;
    top: 17.77rem;
    font-size: 3.2rem;
    letter-spacing: -0.16rem;
    text-shadow: 0 0 0.4rem #FF3333, 0.2rem 0.2rem 0.8rem #FF3333;
  }
}

.index-about__text {
  flex-shrink: 0;
  width: 56rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  color: #FFFFFF;
  text-shadow: 0.6rem 0.6rem 2rem rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .index-about__text {
    width: 33.5rem;
    max-width: 100%;
    gap: 1rem;
  }
}

.index-about__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .index-about__heading {
    font-size: 2rem;
  }
}

.index-about__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-about__lead {
    font-size: 1.3rem;
  }
}

.index-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 10rem 4rem;
  background-image: linear-gradient(239.26deg, #ff3333 4.88%, #1d1818 23.42%, #171717 50.18%, #1c1818 77.41%, #8b2525 106.3%);
}
@media (max-width: 767px) {
  .index-menu {
    gap: 2rem;
    padding: 4rem 2rem;
  }
}

.index-menu__list {
  display: flex;
  align-items: center;
  gap: 6rem;
  list-style: none;
}
@media (max-width: 767px) {
  .index-menu__list {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.index-menu__item {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-menu__item {
    width: 100%;
  }
}

.index-menu__card {
  position: relative;
  display: block;
  width: 32rem;
  height: 20rem;
  padding: 0;
  border: 2px solid #FFFFFF;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-menu__card {
    width: 100%;
    height: 18rem;
  }
}
.index-menu__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.3s ease;
}
.index-menu__card:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.index-menu__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-menu__img--bottom {
  object-position: center bottom;
}

.index-menu__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
  color: #FFFFFF;
  text-shadow: 0.6rem 0.6rem 2rem #000;
}
@media (max-width: 767px) {
  .index-menu__label {
    font-size: 3.2rem;
  }
}

.index-menu__label-first {
  color: #FF3333;
}

.index-menu__click {
  position: absolute;
  right: 1.8rem;
  bottom: 1.4rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #FFFFFF;
  text-shadow: 0.6rem 0.6rem 2rem rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .index-menu__click {
    font-size: 2rem;
  }
}

.menu-modal {
  position: fixed;
  inset: 0;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.menu-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.menu-modal__panel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 128rem;
  max-height: 100%;
  padding: 8rem 8rem 6rem;
  background: #050505;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .menu-modal__panel {
    padding: 6rem 2rem 4rem;
  }
}

.menu-modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu-modal__close {
    width: 2.6rem;
    height: 2.6rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}

.menu-modal__close-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}
.menu-modal__close-line:nth-child(1) {
  transform: rotate(45deg);
}
.menu-modal__close-line:nth-child(2) {
  transform: rotate(-45deg);
}

.menu-modal__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .menu-modal__body {
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.menu-modal__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8rem;
}
@media (max-width: 767px) {
  .menu-modal__cols {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.menu-modal__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-modal__group-title {
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .menu-modal__group-title {
    font-size: 1.8rem;
  }
}

.menu-modal__note {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.45;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .menu-modal__note {
    font-size: 1.2rem;
  }
}

.menu-modal__row {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.menu-modal__name {
  flex: 1;
  min-width: 0;
  padding: 1.6rem 0 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .menu-modal__name {
    font-size: 1.2rem;
  }
}

.menu-modal__price {
  flex-shrink: 0;
  width: 16.2rem;
  padding: 1.6rem 0 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .menu-modal__price {
    width: 9rem;
    font-size: 1.2rem;
  }
}

.menu-modal__caption {
  padding: 3.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-modal__caption {
    padding: 2rem 1rem;
    font-size: 1.2rem;
  }
}

.index-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  padding: 10rem 0;
  background-color: #606060;
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.06) 0 1.5px, transparent 1.5px 3.6rem), repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0 1.5px, transparent 1.5px 3.6rem);
}
@media (max-width: 767px) {
  .index-feature {
    gap: 2rem;
    padding: 4rem 0;
  }
}

.index-feature__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .index-feature__list {
    gap: 2rem;
  }
}

.index-feature__item {
  display: flex;
  align-items: center;
  gap: 8rem;
  width: 100%;
  padding-left: 16rem;
}
@media (max-width: 767px) {
  .index-feature__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-left: 0;
  }
}

.index-feature__item--rev {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 16rem;
}
@media (max-width: 767px) {
  .index-feature__item--rev {
    flex-direction: column;
    padding-right: 0;
  }
}

.index-feature__text {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 56rem;
  color: #FFFFFF;
  text-shadow: 0.6rem 0.6rem 2rem rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .index-feature__text {
    width: 33.5rem;
    max-width: 100%;
    margin: 0 2rem;
  }
}

.index-feature__num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.index-feature__num-label {
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .index-feature__num-label {
    font-size: 1.2rem;
  }
}

.index-feature__num-value {
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .index-feature__num-value {
    font-size: 3.2rem;
  }
}

.index-feature__bars {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.index-feature__bar {
  padding: 1rem;
  background: #DB1811;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-feature__bar {
    font-size: 1.8rem;
  }
}

.index-feature__body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-feature__body {
    font-size: 1.3rem;
  }
}

.index-feature__images {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 56rem;
}
@media (max-width: 767px) {
  .index-feature__images {
    height: 31.0625rem;
    width: 35.5rem;
    margin-left: auto;
  }
}

.index-feature__marble {
  flex-shrink: 0;
  width: 36rem;
  height: 56rem;
  margin-right: -28rem;
}
@media (max-width: 767px) {
  .index-feature__marble {
    width: 19.969rem;
    height: 31.0625rem;
    margin-right: -15.531rem;
  }
}
.index-feature__marble img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-feature__photo {
  flex-shrink: 0;
  width: 56rem;
  height: 40rem;
}
@media (max-width: 767px) {
  .index-feature__photo {
    width: 31.0625rem;
    height: 22.1875rem;
  }
}
.index-feature__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-feature__item--rev .index-feature__images {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .index-feature__item--rev .index-feature__images {
    margin-left: 0;
    margin-right: auto;
  }
}
.index-feature__item--rev .index-feature__marble {
  order: 2;
  z-index: 1;
  margin-right: 0;
}
.index-feature__item--rev .index-feature__photo {
  order: 1;
  z-index: 2;
  margin-right: -28rem;
}
@media (max-width: 767px) {
  .index-feature__item--rev .index-feature__photo {
    margin-right: -15.531rem;
  }
}

.index-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 10rem 0;
  background: #171717;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-gallery {
    gap: 2rem;
    padding: 4rem 0;
  }
}

.index-gallery__rows {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .index-gallery__rows {
    gap: 2rem;
  }
}

.index-gallery__row {
  width: 100%;
}

.index-gallery__slide {
  width: 48rem;
  height: 36rem;
}
@media (max-width: 767px) {
  .index-gallery__slide {
    width: 18rem;
    height: 13.5rem;
  }
}
.index-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-access {
  display: flex;
  align-items: center;
  gap: 12rem;
  padding: 8rem 14rem 8rem 0;
  background-color: #171717;
  background-image: radial-gradient(#2B2B2B 1px, transparent 1px);
  background-size: 1.8rem 1.8rem;
}
@media (max-width: 767px) {
  .index-access {
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 2rem;
  }
}

.index-access__photos {
  position: relative;
  flex-shrink: 0;
  width: 58rem;
  height: 68rem;
}
@media (max-width: 767px) {
  .index-access__photos {
    width: 33.5rem;
    height: 39.3rem;
  }
}

.index-access__marble {
  position: absolute;
  top: 0;
  left: 0;
  width: 52rem;
  height: 66rem;
}
@media (max-width: 767px) {
  .index-access__marble {
    width: 30rem;
    height: 38.1rem;
  }
}
.index-access__marble img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-access__photo1 {
  position: absolute;
  top: 6rem;
  left: 14rem;
  width: 44rem;
  height: 56rem;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-access__photo1 {
    top: 3.5rem;
    left: 8rem;
    width: 25.4rem;
    height: 32.3rem;
  }
}
.index-access__photo1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-access__photo2 {
  position: absolute;
  top: 40rem;
  left: 0;
  width: 40rem;
  height: 28rem;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-access__photo2 {
    top: 23.1rem;
    left: 0;
    width: 23.1rem;
    height: 16.2rem;
  }
}
.index-access__photo2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-access__body {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 60rem;
}
@media (max-width: 767px) {
  .index-access__body {
    width: 100%;
    gap: 2.4rem;
  }
}

.index-access__table {
  width: 100%;
  border-collapse: collapse;
}

.index-access__th {
  width: 12rem;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  color: #FF3333;
}
@media (max-width: 767px) {
  .index-access__th {
    width: 8rem;
    padding: 1.2rem 0.4rem;
    font-size: 1.2rem;
  }
}

.index-access__td {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: middle;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .index-access__td {
    padding: 1.2rem 0.4rem;
    font-size: 1.2rem;
  }
}

.index-map {
  display: block;
  width: 100%;
  height: 56rem;
  background: #171717;
}
@media (max-width: 767px) {
  .index-map {
    height: 36rem;
  }
}
.index-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.index-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 10rem 4rem;
  background: #171717;
}
@media (max-width: 767px) {
  .index-group {
    gap: 2rem;
    padding: 4rem 2rem;
  }
}

.index-group__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .index-group__list {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.index-group__item {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-group__item {
    width: 100%;
  }
}

.index-group__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 36rem;
  height: 8rem;
  padding: 0.9rem 4rem 0.7rem;
  background: #DB1811;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .index-group__link {
    width: 100%;
    height: 7rem;
    padding: 0.9rem 2rem 0.7rem;
    font-size: 1.6rem;
  }
}
.index-group__link:hover {
  opacity: 0.8;
}

.index-group__name {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-group__name {
    white-space: normal;
  }
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.page-news {
  background: #fff;
}

.news-archive {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 4rem 2rem 5rem;
  }
}

/* 絞り込み */
.news-archive__filter {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news-archive__filter-label {
  font-family: "Lora", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-archive__filter-label {
    font-size: 2rem;
    width: 10rem;
  }
}

.news-archive__select {
  position: relative;
  width: 24rem;
}
@media (max-width: 767px) {
  .news-archive__select {
    flex: 1;
    width: auto;
  }
}

.news-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.7rem solid #fff;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #363432;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-archive__select select {
    font-size: 1.6rem;
  }
}

/* グリッド */
.news-archive__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-card {
    gap: 1.2rem;
  }
}

.news-card__thumb {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.news-card__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}

.news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 4rem 0;
}

/* ページネーション */
.news-archive__pager {
  margin-top: 5rem;
}

.news-archive__pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.news-archive__pager .page-numbers li a,
.news-archive__pager .page-numbers li span {
  font-family: "Lora", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

.news-archive__pager .page-numbers li .current {
  color: #DB1811;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.single-post__cat + .single-post__cat {
  margin-left: -1rem;
}

.single-post__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.single-post__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}

.single-post__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.4rem;
  }
}

.single-post__thumb {
  margin-top: 3rem;
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__body {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.single-post__body p {
  margin-bottom: 2rem;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #DB1811;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.6rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-post__back-btn {
    min-width: 24rem;
  }
}

/* ============================================================
   制作事例（CPT works）動画グリッド＋モーダル
   一覧ループの書き方は docs/works.md を参照。
   モーダルHTML: template-parts/works-modal.php ／ 挙動: js/works-modal.js
   ============================================================ */
.works-grid {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.works-item {
  aspect-ratio: 400/280;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* サムネ付き（クリックでモーダル再生） */
.works-item--video {
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

.works-item__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.works-item__playmark {
  position: relative;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.works-item__playmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark::before {
    border-top-width: 0.7rem;
    border-bottom-width: 0.7rem;
    border-left-width: 1.1rem;
  }
}

.works-item__ph {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .works-item__ph {
    font-size: 1.2rem;
  }
}

/* ===== 動画モーダル ===== */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.works-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.works-modal__body {
  position: relative;
  width: min(96rem, 90vw);
}

.works-modal__close {
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.works-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #fff;
}

.works-modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.works-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.works-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-modal__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.works-modal__playbtn {
  position: relative;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .works-modal__playbtn {
    width: 6rem;
    height: 6rem;
  }
}

.works-modal__playbtn:hover {
  background: rgba(174, 141, 71, 0.85);
  border-color: #DB1811;
}

.works-modal__playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 2.4rem solid #fff;
}
@media (max-width: 767px) {
  .works-modal__playbtn::before {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
    border-left-width: 1.6rem;
  }
}

.works-modal__player {
  position: absolute;
  inset: 0;
  display: none;
}

.works-modal__player.is-active {
  display: block;
}

.works-modal__player iframe,
.works-modal__player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-404 {
  background: #171717;
}

.not-found {
  position: relative;
  overflow: hidden;
  padding: 24rem 4rem 14rem;
  background: #171717;
}
@media (max-width: 767px) {
  .not-found {
    padding: 12rem 2rem 8rem;
  }
}
.not-found::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.not-found__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not-found__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  max-width: 88rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    gap: 2rem;
  }
}

.not-found__code {
  color: #FF3333;
  -webkit-text-stroke: 0.025em #FFFFFF;
  text-shadow: 0 0 0.5rem #FF3333, 0.4rem 0.4rem 1rem #FF3333;
  font-family: "Lora", "Noto Serif JP", serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.6rem;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 6.4rem;
    letter-spacing: -0.32rem;
  }
}

.not-found__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 2rem;
  }
}

.not-found__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.3rem;
  }
}

.not-found__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 36rem;
  height: 8rem;
  margin-top: 2rem;
  background: #DB1811;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    max-width: 30rem;
    height: 7rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.8;
}

.not-found__btn-text {
  white-space: nowrap;
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
