@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 Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #333;
}

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

#container {
  background: #000;
}

.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);
}

.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: #AE8D47;
  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: #AE8D47;
}
@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: #AE8D47;
  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: #AE8D47;
  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: #AE8D47;
}

.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;
  }
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通）
   どの背景（黒・白・赤・クリーム）でも視認できるよう
   金グラデ＋黒シェブロン＋影で構成
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: linear-gradient(270deg, #deac5d 0%, #f3d6a7 46.154%, #deac5d 82.692%, #deac5d 100%);
  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 #000;
  border-left: 3px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示） */
.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;
}

/* ============================================================
   ヘッダー（合同会社 Ran.u）
   PC: ヒーロー上に透過で重ね、スクロール後（.is-active）は暗背景
   SP: 白バー＋ハンバーガー
   ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9995;
  background: transparent;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .l-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.l-header.is-active {
  background: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767px) {
  .l-header.is-active {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.l-header__wrap {
  max-width: 132rem;
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-header__wrap {
    height: 5rem;
    padding: 0 1rem;
    gap: 1rem;
  }
}

/* ── ロゴ ─────────────────────────── */
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-shrink: 0;
  text-decoration: none;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.9));
}

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

.l-header__logo-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-header__logo-text {
    font-size: 2.4rem;
  }
}

.l-header__logo-text--s {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .l-header__logo-text--s {
    font-size: 1.4rem;
  }
}

/* ── グローバルナビ（PC） ─────────────── */
@media (max-width: 767px) {
  .g-nav {
    display: none;
  }
}

.g-nav__list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  list-style: none;
}

.g-nav__item {
  position: relative;
}

.g-nav__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.g-nav__link--parent {
  cursor: default;
}

.g-nav__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.6rem solid #fff;
  margin-left: 0.3rem;
}

/* 事業内容ドロップダウン */
.g-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
  background: #c80000;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 30;
}

/* 親〜ドロップダウン間の隙間を埋める透明ブリッジ（ホバーが切れないように） */
.g-nav__dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.4rem;
  width: 100%;
  height: 1.4rem;
}

.g-nav__item--has-dropdown:hover .g-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.g-nav__dropdown-link {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/* ── CTA（TEL / LINE） ───────────────── */
.l-header__cta {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__cta {
    gap: 0.5rem;
    margin-right: 4.5rem;
  }
}

.l-header__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #c80000;
  height: 4rem;
  padding: 0 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__tel {
    width: 4rem;
    padding: 0;
    gap: 0;
    justify-content: center;
  }
}

.l-header__tel-icon {
  width: 1.8rem;
  flex-shrink: 0;
}
.l-header__tel-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header__tel-num {
    display: none;
  }
}

.l-header__line {
  display: block;
  width: 4rem;
  flex-shrink: 0;
  background: #000;
  border-radius: 0.8rem;
}
.l-header__line img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   ハンバーガー（SP）
   ============================================================ */
.hamburger {
  display: block;
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 10010;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: #c80000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 2rem;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  transform: translateX(-50%);
  top: calc(50% - 0.55rem);
}

.hamburger span:nth-child(2) {
  transform: translateX(-50%);
  top: 50%;
}

.hamburger span:nth-child(3) {
  transform: translateX(-50%);
  top: calc(50% + 0.55rem);
}

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

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

/* ── SPメニュー本体 ───────────────────── */
.hamburger-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
  max-width: 30rem;
  height: 100%;
  background: #fff;
  padding: 8rem 2.5rem 4rem 3.5rem;
  box-sizing: border-box;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__inner {
  transform: translateX(0);
}

.hamburger-menu__list {
  list-style: none;
}

.hamburger-menu__item {
  margin-bottom: 3.2rem;
}

.hamburger-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #000;
  text-decoration: none;
}

.hamburger-menu__link--parent {
  cursor: default;
}

.hamburger-menu__sub {
  list-style: none;
  background: #c80000;
  padding: 2rem 1rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hamburger-menu__sub-link {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   フッター（合同会社 Ran.u）
   ============================================================ */
.l-footer {
  background: #000;
}

.l-footer__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 4rem 2rem;
  }
}

/* ── 左：ロゴ＋CTA ─────────────────── */
.l-footer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}

.l-footer__logo {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  text-decoration: none;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.9));
}

.l-footer__logo-mark {
  width: 8rem;
  flex-shrink: 0;
}
.l-footer__logo-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__logo-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: #fff;
  white-space: nowrap;
}

.l-footer__logo-text--s {
  font-size: 2.4rem;
}

.l-footer__cta {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.l-footer__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #c80000;
  height: 4rem;
  padding: 0 2rem;
  text-decoration: none;
}

.l-footer__tel-icon {
  width: 1.8rem;
  flex-shrink: 0;
}
.l-footer__tel-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #fff;
}

.l-footer__line {
  display: block;
  width: 4rem;
  flex-shrink: 0;
}
.l-footer__line img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── 右：ナビ ─────────────────────── */
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  max-width: 49rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    gap: 1.5rem 2rem;
  }
}

.l-footer__nav-link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.4rem;
  }
}

/* ── コピーライト ─────────────────── */
.l-copyright {
  background: #c80000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.1rem;
    padding: 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: #3E6EB4;
}

.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;
  }
}

/* ============================================================
   下層ページ共通（合同会社 Ran.u）
   ============================================================ */
/* 共通FV：背景写真＋暗幕＋ページタイトル（全下層ページ共通・タイトルだけ差し替え） */
.lower-fv {
  position: relative;
  width: 100%;
  height: 48rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 24rem;
  }
}

.lower-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lower-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.lower-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lower-fv__title {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.lower-fv__en {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .lower-fv__en {
    font-size: 2.8rem;
  }
}

.lower-fv__ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 767px) {
  .lower-fv__ja {
    font-size: 3rem;
  }
}

/* 金グラデーション 文字（-webkit-background-clip） */
.u-gold-text {
  background: linear-gradient(270deg, #deac5d 0%, #f3d6a7 46.154%, #deac5d 82.692%, #deac5d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 金グラデーション 帯（黒文字のセクションタイトルバナー） */
.u-gold-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #deac5d 0%, #f3d6a7 46.154%, #deac5d 82.692%, #deac5d 100%);
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  padding: 1.5rem 3rem;
}
@media (max-width: 767px) {
  .u-gold-banner {
    font-size: 2.2rem;
    padding: 1.2rem 1.5rem;
  }
}

/* ============================================================
   飲食事業ページ（チャイナ ダイニング麻龍）
   黒×赤×金。背景：黒＋テクスチャ
   ============================================================ */
.page-dining {
  background-color: #000;
  color: #fff;
}

/* ===== 貸切宴会 HERO ===== */
.dining-hero {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .dining-hero {
    padding: 4rem 0;
  }
}

.dining-hero__inner {
  max-width: 126rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .dining-hero__inner {
    flex-direction: column;
    gap: 4rem;
  }
}

.dining-hero__lead {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.dining-hero__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #e33434;
}
@media (max-width: 767px) {
  .dining-hero__catch {
    font-size: 2rem;
    text-align: center;
  }
}

.dining-hero__big {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .dining-hero__big {
    font-size: 4rem;
  }
}

.dining-hero__big2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.2;
  color: #fff;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .dining-hero__big2 {
    font-size: 3rem;
  }
}

.dining-hero__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .dining-hero__sub {
    font-size: 1.8rem;
    text-align: center;
  }
}

.dining-hero__red {
  color: #e33434;
}

.dining-hero__tags {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .dining-hero__tags {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.dining-hero__tag {
  background: linear-gradient(270deg, #deac5d 0%, #f3d6a7 46.154%, #deac5d 82.692%, #deac5d 100%);
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 1rem 3rem;
}
@media (max-width: 767px) {
  .dining-hero__tag {
    font-size: 1.6rem;
    padding: 0.8rem 1.6rem;
  }
}

.dining-hero__reasons {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.dining-hero__reasons-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .dining-hero__reasons-title {
    font-size: 2.6rem;
  }
}

.dining-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 22rem);
  gap: 2rem 1rem;
}
@media (max-width: 767px) {
  .dining-reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dining-reason {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.dining-reason__icon {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dining-reason__icon img {
  height: 100%;
  width: auto;
  display: block;
}

.dining-reason__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.dining-reason__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

/* ===== ABOUT / 人気メニュー 共通の写真＋本文 ===== */
.dining-about,
.dining-menu {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .dining-about,
  .dining-menu {
    padding: 4rem 0;
  }
}

/* ABOUT / 人気メニュー：写真は左端、金タイトルは写真に重なる（PC）。SPは縦積み */
.dining-about__inner,
.dining-menu__inner {
  position: relative;
  max-width: 132rem;
  margin: 0 auto;
  min-height: 54.6rem;
}
@media (max-width: 767px) {
  .dining-about__inner,
  .dining-menu__inner {
    min-height: 0;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.dining-about__img,
.dining-menu__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 59%;
  height: 100%;
  margin-left: calc((132rem - 100vw) / 2);
}
@media (max-width: 767px) {
  .dining-about__img,
  .dining-menu__img {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.dining-about__img img,
.dining-menu__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .dining-about__img img,
  .dining-menu__img img {
    height: auto;
  }
}

@media (min-width: 768px) {
  .dining-about__banner,
  .dining-menu__banner {
    position: absolute;
    top: 5rem;
    left: 43.9%;
    z-index: 2;
    width: max-content;
    white-space: nowrap;
  }
}

.dining-about__body,
.dining-menu__body {
  margin-left: 63.64%;
  width: 36.36%;
  padding-top: 16.8rem;
}
@media (max-width: 767px) {
  .dining-about__body,
  .dining-menu__body {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
  }
}

.dining-about__text,
.dining-menu__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2;
  color: #fff;
}
@media (max-width: 767px) {
  .dining-about__text,
  .dining-menu__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ===== Instagram ===== */
.dining-insta {
  padding: 2rem 0 6rem;
}
@media (max-width: 767px) {
  .dining-insta {
    padding: 0 0 4rem;
  }
}

.dining-insta__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .dining-insta__title {
    font-size: 2.8rem;
  }
}

.dining-insta__grid {
  max-width: 80rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .dining-insta__grid {
    gap: 1rem;
    margin-top: 3rem;
  }
}

.dining-insta__item {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.dining-insta__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 麻龍の特徴（濃赤背景） ===== */
.dining-feature {
  background-color: #690505;
  background-image: linear-gradient(rgba(105, 5, 5, 0.9), rgba(105, 5, 5, 0.9)), url(../img/common/texture-dark.webp);
  background-size: 60rem auto;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .dining-feature {
    padding: 5rem 0;
  }
}

.dining-feature__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.dining-feature__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 5.6rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .dining-feature__title {
    font-size: 3.2rem;
  }
}

.dining-feature__row {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .dining-feature__row {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}

.dining-feature__row--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .dining-feature__row--rev {
    flex-direction: column;
  }
}

.dining-feature__img {
  width: 48%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .dining-feature__img {
    width: 100%;
  }
}
.dining-feature__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem;
}

.dining-feature__body {
  flex: 1;
}

.dining-feature__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  background: linear-gradient(270deg, #deac5d 0%, #f3d6a7 46.154%, #deac5d 82.692%, #deac5d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .dining-feature__name {
    font-size: 2.2rem;
  }
}

.dining-feature__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .dining-feature__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

/* ===== 用途 ===== */
.dining-use {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .dining-use {
    padding: 5rem 0;
  }
}

.dining-use__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .dining-use__title {
    font-size: 2.4rem;
  }
}

.dining-use__note {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .dining-use__note {
    font-size: 1.2rem;
    margin-top: 2rem;
    padding: 0 2rem;
  }
}

.dining-use__grid {
  margin: 3rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .dining-use__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}

.dining-use__card {
  display: flex;
  flex-direction: column;
}

.dining-use__img {
  position: relative;
  width: 100%;
  aspect-ratio: 220/172;
  overflow: hidden;
  border-radius: 0.4rem;
}
.dining-use__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dining-use__ribbon {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  background: #c80000;
  color: #f3d6a7;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  padding: 0.6rem 1.4rem;
}
@media (max-width: 767px) {
  .dining-use__ribbon {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }
}

.dining-use__cap {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .dining-use__cap {
    font-size: 1.2rem;
  }
}

/* ===== ご予約・お問い合わせ ===== */
.dining-reserve {
  padding: 4rem 0 8rem;
}
@media (max-width: 767px) {
  .dining-reserve {
    padding: 2rem 0 5rem;
  }
}

.dining-reserve__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .dining-reserve__lead {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}

.dining-reserve__box {
  position: relative;
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 7rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .dining-reserve__box {
    margin-top: 3rem;
    padding: 4rem 2rem;
  }
}

.dining-reserve__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/dining/reserve-frame.webp) center/100% 100% no-repeat;
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .dining-reserve__box::before {
    display: none;
  }
}

.dining-reserve__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .dining-reserve__title {
    font-size: 2.4rem;
  }
}

.dining-reserve__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 28.9rem;
  max-width: 100%;
  background: #c80000;
  padding: 1.5rem 2rem;
  text-decoration: none;
}

.dining-reserve__tel-icon {
  width: 2.2rem;
  flex-shrink: 0;
}
.dining-reserve__tel-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.dining-reserve__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.dining-reserve__hours {
  text-align: center;
  color: #fff;
}

.dining-reserve__hours-head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2;
}

.dining-reserve__hours-row {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2;
}

/* ===== 店舗情報 ===== */
.dining-info {
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .dining-info {
    padding: 0 0 5rem;
  }
}

.dining-info__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 5.6rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .dining-info__title {
    font-size: 3.2rem;
  }
}

.dining-info__table {
  max-width: 112rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .dining-info__table {
    margin-top: 3rem;
  }
}

.dining-info__row {
  display: flex;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .dining-info__row {
    flex-direction: column;
  }
}

.dining-info__row dt {
  width: 28rem;
  flex-shrink: 0;
  padding: 2rem 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .dining-info__row dt {
    width: 100%;
    padding: 1.2rem 1rem 0;
    text-align: left;
  }
}

.dining-info__row dd {
  flex: 1;
  padding: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 767px) {
  .dining-info__row dd {
    padding: 0.4rem 1rem 1.2rem;
    font-size: 1.4rem;
  }
}

/* ============================================================
   会社概要（白背景）
   ============================================================ */
.page-about {
  background: #fff;
}

/* セクション見出し（代表挨拶 / 会社概要） */
.about-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  color: #1a1a1a;
  text-align: center;
}
@media (max-width: 767px) {
  .about-heading {
    font-size: 2.8rem;
  }
}

/* 代表挨拶 */
.about-greeting {
  max-width: 132rem;
  margin: 0 auto;
  padding: 7rem 4rem 0;
}
@media (max-width: 767px) {
  .about-greeting {
    padding: 4rem 2rem 0;
  }
}

.about-greeting__inner {
  margin-top: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 767px) {
  .about-greeting__inner {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem;
  }
}

.about-greeting__img {
  width: 58%;
  flex-shrink: 0;
  margin-left: calc((132rem - 100vw) / 2 - 4rem);
}
@media (max-width: 767px) {
  .about-greeting__img {
    width: 100%;
    margin-left: 0;
  }
}
.about-greeting__img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-greeting__body {
  flex: 1;
}

.about-greeting__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .about-greeting__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.about-greeting__sign {
  margin-top: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #1a1a1a;
  text-align: right;
}
@media (max-width: 767px) {
  .about-greeting__sign {
    font-size: 1.6rem;
  }
}

/* 会社概要テーブル */
.about-outline {
  max-width: 112rem;
  margin: 0 auto;
  padding: 8rem 4rem 10rem;
}
@media (max-width: 767px) {
  .about-outline {
    padding: 5rem 2rem 6rem;
  }
}

.about-table {
  margin-top: 4rem;
  border-top: 1px solid #999;
}
@media (max-width: 767px) {
  .about-table {
    margin-top: 3rem;
  }
}

.about-table__row {
  display: flex;
  border-bottom: 1px solid #999;
}
@media (max-width: 767px) {
  .about-table__row {
    flex-direction: column;
  }
}

.about-table__row dt {
  width: 28rem;
  flex-shrink: 0;
  padding: 2rem 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .about-table__row dt {
    width: 100%;
    padding: 1.2rem 1rem 0;
    text-align: left;
  }
}

.about-table__row dd {
  flex: 1;
  padding: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .about-table__row dd {
    padding: 0.4rem 1rem 1.2rem;
    font-size: 1.4rem;
  }
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.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: "Libre Baskerville", 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: "Zen Old Mincho", 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: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Zen Old Mincho", 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: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

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

/* ============================================================
   投稿詳細（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: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

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

.single-post__title {
  font-family: "Zen Old Mincho", 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: #3E6EB4;
  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: "Zen Old Mincho", 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;
  }
}

/* ============================================================
   商品紹介（たすけタレ）黒×赤×金
   ============================================================ */
.page-product {
  background-color: #000;
  color: #fff;
}

.product-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .product-heading {
    font-size: 2.6rem;
  }
}

/* FV右に重なるタレのボトル（下層FV共通の上に商品紹介だけ追加） */
.product-fv-bottle {
  position: absolute;
  right: 7.4%;
  bottom: 0;
  width: 29.8%;
  z-index: 0;
}
@media (max-width: 767px) {
  .product-fv-bottle {
    width: 42%;
    right: 2%;
  }
}
.product-fv-bottle img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== HERO（写真は画面右端までブリード） ===== */
.product-hero {
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .product-hero {
    padding: 0 0 5rem;
  }
}

.product-hero__inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .product-hero__inner {
    flex-direction: column;
    gap: 3rem;
    padding-top: 5rem;
  }
}

.product-hero__lead {
  flex: 1;
  padding: 5rem 2rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .product-hero__lead {
    width: 100%;
    padding: 0 2rem;
  }
}

.product-hero__tilt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  .product-hero__tilt {
    gap: 1.2rem;
  }
}

.product-hero__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #dcb77a;
}
@media (max-width: 767px) {
  .product-hero__catch {
    font-size: 1.8rem;
  }
}

.product-hero__catch2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #fff;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .product-hero__catch2 {
    font-size: 2.2rem;
  }
}

.product-hero__pill {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 1rem 5rem;
  border-radius: 16rem;
}
@media (max-width: 767px) {
  .product-hero__pill {
    font-size: 1.6rem;
    padding: 0.6rem 2.5rem;
  }
}

.product-hero__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .product-hero__name {
    font-size: 4.2rem;
  }
}

.product-hero__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .product-hero__sub {
    font-size: 1.8rem;
  }
}

.product-hero__ribbon {
  background: #c80000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4;
  height: 8rem;
  min-width: 44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 100%, 2rem 100%);
}
@media (max-width: 767px) {
  .product-hero__ribbon {
    font-size: 2rem;
    height: 5.6rem;
    min-width: 0;
    padding: 0.8rem 3.5rem;
    clip-path: polygon(0 0, calc(100% - 1.4rem) 0, 100% 100%, 1.4rem 100%);
  }
}

.product-hero__prices {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .product-hero__prices {
    gap: 1.5rem;
    margin-top: 3rem;
    flex-direction: column;
  }
}

.product-price {
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 2rem 3rem;
  width: 36rem;
  text-align: center;
}
@media (max-width: 767px) {
  .product-price {
    width: auto;
    min-width: 15rem;
    padding: 1.2rem 1.5rem;
  }
}

.product-price__size {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .product-price__size {
    font-size: 1.8rem;
  }
}

.product-price__yen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}

.product-price__num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  background: linear-gradient(270deg, #deac5d 0%, #f3d6a7 46.154%, #deac5d 82.692%, #deac5d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .product-price__num {
    font-size: 2.6rem;
  }
}

.product-price__unit {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .product-price__unit {
    font-size: 1.8rem;
  }
}

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

/* HERO 右ビジュアル（料理写真は左へ黒くフェード・画面右端までブリード） */
.product-hero__visual {
  position: relative;
  width: 52.4%;
  flex-shrink: 0;
  aspect-ratio: 754/609;
  background: url(../img/product/kitchen.webp) center/cover no-repeat;
}
@media (max-width: 767px) {
  .product-hero__visual {
    width: 100%;
    aspect-ratio: 4/3;
  }
}

.product-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 71%, #000 100%);
  pointer-events: none;
}

.product-hero__bottles {
  position: absolute;
  right: 20%;
  bottom: -10%;
  width: 53%;
  height: auto;
  display: block;
  transform: rotate(3deg);
  filter: drop-shadow(10px 10px 20px #000);
}

.product-hero__badge {
  position: absolute;
  top: 3.4rem;
  left: -1.7rem;
  z-index: 2;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #deac5d 0%, #f3d6a7 46.154%, #deac5d 82.692%, #deac5d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #521717;
}
@media (max-width: 767px) {
  .product-hero__badge {
    width: 13rem;
    height: 13rem;
    font-size: 1.7rem;
    top: -2rem;
    left: -1rem;
  }
}

/* ===== たすけタレについて ===== */
.product-about {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .product-about {
    padding: 4rem 0;
  }
}

.product-about__inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .product-about__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.product-about__body {
  flex: 1;
}

.product-about__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .product-about__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.product-about__img {
  width: 40rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-about__img {
    width: 100%;
    max-width: 32rem;
  }
}
.product-about__img video {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== おすすめの使い方 ===== */
.product-usage {
  padding: 4rem 0 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .product-usage {
    padding: 2rem 0 5rem;
  }
}

.product-usage__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .product-usage__text {
    font-size: 1.4rem;
    margin-top: 2rem;
    padding: 0 2rem;
    text-align: left;
  }
}

.product-usage__video {
  max-width: 63.4rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
}
.product-usage__video video {
  width: 100%;
  height: auto;
  display: block;
}

.product-usage__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #c80000;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1.6rem 4rem;
  margin-top: 4rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-usage__btn {
    font-size: 1.6rem;
    padding: 1.4rem 3rem;
  }
}

.product-usage__btn-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
.product-usage__btn-icon svg {
  width: 100%;
  height: auto;
}

/* ============================================================
   映像制作事業（黒×赤×金）
   ============================================================ */
.page-video {
  background-color: #000;
  color: #fff;
}

.video-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.45;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .video-heading {
    font-size: 2.8rem;
  }
}

/* ===== HERO ===== */
.video-hero {
  padding: 6rem 0 8rem;
}
@media (max-width: 767px) {
  .video-hero {
    padding: 4rem 0 5rem;
  }
}

.video-hero__inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
@media (max-width: 767px) {
  .video-hero__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.video-hero__lead {
  flex-shrink: 0;
}

.video-hero__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .video-hero__title {
    font-size: 3rem;
    text-align: center;
  }
}

.video-hero__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .video-hero__text {
    font-size: 1.4rem;
    margin-top: 2rem;
    text-align: center;
  }
}

.video-tag-grid {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(3, 18rem);
  gap: 4rem 3rem;
}
@media (max-width: 767px) {
  .video-tag-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    width: 100%;
  }
}

.video-tag {
  border: 1px solid #fff;
  border-radius: 1.5rem;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.video-tag__icon {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-tag__icon img {
  height: 100%;
  width: auto;
  display: block;
}

.video-tag__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .video-tag__label {
    font-size: 1.3rem;
  }
}

/* ===== について ===== */
.video-about {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .video-about {
    padding: 4rem 0;
  }
}

/* 写真は画面左端、白見出しが写真に重なり本文は右カラム（PC）。SPは縦積み */
.video-about__inner {
  position: relative;
}
@media (max-width: 767px) {
  .video-about__inner {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.video-about__img {
  width: 54.17%;
}
@media (max-width: 767px) {
  .video-about__img {
    width: 100%;
  }
}
.video-about__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .video-about__body {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.video-about__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .video-about__title {
    position: absolute;
    left: 42.4%;
    top: 11rem;
  }
}
@media (max-width: 767px) {
  .video-about__title {
    font-size: 2.2rem;
    white-space: normal;
  }
}

.video-about__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2.2;
  color: #fff;
}
@media (min-width: 768px) {
  .video-about__text {
    position: absolute;
    left: 58.33%;
    top: 19.8rem;
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .video-about__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ===== 制作事例（白帯） ===== */
.video-works {
  background: #fff;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .video-works {
    padding: 5rem 0;
  }
}

/* 白帯内の見出し・本文は黒 */
.video-works .video-heading {
  color: #000;
}

.video-works__text {
  max-width: 90rem;
  margin: 3rem auto 0;
  padding: 0 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .video-works__text {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}

.video-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) {
  .video-works__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

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

/* CPT works のサムネボタン */
.video-works__item--video {
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

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

.video-works__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) {
  .video-works__playmark {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.video-works__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) {
  .video-works__playmark::before {
    border-top-width: 0.7rem;
    border-bottom-width: 0.7rem;
    border-left-width: 1.1rem;
  }
}

.video-works__ph {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .video-works__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(222, 172, 93, 0.85);
  border-color: #deac5d;
}

.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;
}

/* ===== ご依頼の流れ ===== */
.video-flow {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .video-flow {
    padding: 5rem 0;
  }
}

.video-flow__steps {
  max-width: 134rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .video-flow__steps {
    flex-direction: column;
    gap: 3rem;
    max-width: 36rem;
  }
}

.video-flow__step {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.video-flow__step + .video-flow__step::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: -3.7rem;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .video-flow__step + .video-flow__step::before {
    top: -2.6rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.video-flow__pill {
  width: 100%;
  min-height: 6rem;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .video-flow__pill {
    font-size: 1.6rem;
  }
}

.video-flow__icon {
  height: 6rem;
  display: flex;
  align-items: center;
}
.video-flow__icon img {
  height: 100%;
  width: auto;
  display: block;
}

.video-flow__desc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .video-flow__desc {
    font-size: 1.4rem;
  }
}

/* ===== 私たちの強み ===== */
.video-strength {
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .video-strength {
    padding: 0 0 5rem;
  }
}

.video-strength__grid {
  max-width: 124rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .video-strength__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.video-strength__card {
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.video-strength__icon {
  height: 6rem;
  display: flex;
  align-items: center;
}
.video-strength__icon img {
  height: 100%;
  width: auto;
  display: block;
}

.video-strength__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .video-strength__title {
    font-size: 1.6rem;
  }
}

.video-strength__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.85;
  color: #fff;
  text-align: center;
}

/* ===== 料金案内 ===== */
.video-price {
  padding: 0 0 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .video-price {
    padding: 0 0 5rem;
  }
}

.video-price__prep {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .video-price__prep {
    font-size: 1.8rem;
  }
}

/* ============================================================
   音楽事業（クリーム基調・金 #ceab73 アクセント）
   ============================================================ */
.page-music {
  background: linear-gradient(358deg, #EFEFEF 14.32%, #FFF 94.8%);
  color: #2b2017;
}

.music-section,
.music-detail,
.music-lesson {
  --accent: #732222;
}

#concert {
  --accent: #0e2647;
}

#support {
  --accent: #184619;
}

/* 共通：中央見出し */
.music-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  text-align: center;
  color: #732222;
}
@media (max-width: 767px) {
  .music-heading {
    font-size: 2.6rem;
  }
}

/* 共通：線付き見出し */
.music-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 128rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .music-divider {
    gap: 1.5rem;
    margin-top: 4rem;
  }
}

.music-divider::before,
.music-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--accent, #732222);
}

.music-divider__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: var(--accent, #732222);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .music-divider__text {
    font-size: 2rem;
  }
}

/* ===== HERO ===== */
.music-hero {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .music-hero {
    padding: 4rem 0;
  }
}

.music-hero__inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 767px) {
  .music-hero__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.music-hero__lead {
  flex-shrink: 0;
  width: 44%;
}
@media (max-width: 767px) {
  .music-hero__lead {
    width: 100%;
    text-align: center;
  }
}

.music-hero__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.4;
  color: #2b2017;
}
@media (max-width: 767px) {
  .music-hero__title {
    font-size: 2.6rem;
  }
}

.music-hero__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  color: #ceab73;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .music-hero__sub {
    font-size: 1.8rem;
  }
}

.music-hero__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #2b2017;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .music-hero__text {
    font-size: 1.4rem;
  }
}

.music-pillar-grid {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 30rem);
  gap: 2rem 1rem;
}
@media (max-width: 767px) {
  .music-pillar-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.music-pillar {
  border: 1px solid #ceab73;
  border-radius: 1rem;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.music-pillar__head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.music-pillar__icon {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.music-pillar__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.music-pillar__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #ceab73;
}
@media (max-width: 767px) {
  .music-pillar__label {
    font-size: 2rem;
  }
}

.music-pillar__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #2b2017;
  text-align: center;
}
@media (max-width: 767px) {
  .music-pillar__text {
    font-size: 1.3rem;
  }
}

/* ===== タブナビ ===== */
.music-tabs {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .music-tabs {
    flex-direction: column;
    gap: 1rem;
  }
}

.music-tab {
  flex: 1;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease;
}

.music-tab:hover {
  opacity: 0.85;
}

.music-tab--piano {
  background: #732222;
}

.music-tab--concert {
  background: #0e2647;
}

.music-tab--support {
  background: #184619;
}

.music-tab__ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .music-tab__ja {
    font-size: 1.8rem;
  }
}

.music-tab__en {
  font-family: "Allura", cursive;
  font-size: 2rem;
  color: #ceab73;
}

.music-tab::after {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .music-tab::after {
    display: none;
  }
}

/* ===== 事業セクション 共通帯見出し ===== */
.music-section {
  padding: 7rem 0 0;
}
@media (max-width: 767px) {
  .music-section {
    padding: 5rem 0 0;
  }
}

.music-band {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3rem;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .music-band {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.6rem 2rem;
  }
}

.music-band--piano {
  background: #732222;
}

.music-band--concert {
  background: #0e2647;
}

.music-band--support {
  background: #184619;
}

.music-band__ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .music-band__ja {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.music-band__en {
  font-family: "Allura", cursive;
  font-size: 4rem;
  color: #ceab73;
}
@media (max-width: 767px) {
  .music-band__en {
    font-size: 2.8rem;
  }
}

.music-section__text {
  max-width: 96rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #2b2017;
  text-align: center;
}
@media (max-width: 767px) {
  .music-section__text {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

/* ピアノ教室 intro */
.music-intro {
  max-width: 120rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .music-intro {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.music-intro__img {
  width: 53%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .music-intro__img {
    width: 100%;
  }
}
.music-intro__img img {
  width: 100%;
  height: auto;
  display: block;
}

.music-intro__body {
  flex: 1;
}

.music-intro__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #2b2017;
}
@media (max-width: 767px) {
  .music-intro__title {
    font-size: 2.2rem;
  }
}

.music-intro__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #2b2017;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .music-intro__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

/* レッスンの特徴 4ボックス */
.music-feature-grid {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .music-feature-grid {
    gap: 1.5rem;
  }
}

.music-feature-card {
  width: 28rem;
  border: 1px solid #ceab73;
  border-radius: 1rem;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .music-feature-card {
    width: calc(50% - 0.75rem);
  }
}

.music-feature-card__head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.music-feature-card__icon {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.music-feature-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.music-feature-card__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #ceab73;
}
@media (max-width: 767px) {
  .music-feature-card__label {
    font-size: 1.7rem;
  }
}

.music-feature-card__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #2b2017;
  text-align: center;
}
@media (max-width: 767px) {
  .music-feature-card__text {
    font-size: 1.2rem;
  }
}

/* ピアノ教室の特徴（3ブロック・タン帯） */
.music-detail {
  background-color: #f4e4cb;
  background-image: linear-gradient(rgba(244, 228, 203, 0.8), rgba(244, 228, 203, 0.8)), url(../img/music/detail-bg.webp);
  background-size: cover;
  background-position: center;
  margin-top: 7rem;
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .music-detail {
    margin-top: 5rem;
    padding: 5rem 0;
  }
}

.music-detail__row {
  max-width: 116rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .music-detail__row {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}

.music-detail__row--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .music-detail__row--rev {
    flex-direction: column;
  }
}

.music-detail__img {
  width: 48%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .music-detail__img {
    width: 100%;
  }
}
.music-detail__img img {
  width: 100%;
  height: auto;
  display: block;
}

.music-detail__body {
  flex: 1;
}

.music-detail__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.6;
  color: #732222;
}
@media (max-width: 767px) {
  .music-detail__title {
    font-size: 2.6rem;
  }
}

.music-detail__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .music-detail__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

/* ピアノ教室 営業時間・料金（白背景。特徴ブロックの外） */
.music-lesson {
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .music-lesson {
    padding: 0 0 5rem;
  }
}

/* 営業時間 */
.music-hours {
  text-align: center;
  margin-top: 3rem;
}

.music-hours__row {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  color: #2b2017;
}
@media (max-width: 767px) {
  .music-hours__row {
    font-size: 1.6rem;
  }
}

/* 料金テーブル */
.music-table {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 2rem;
}

.music-table__row {
  display: flex;
}

.music-table__row dt,
.music-table__row dd {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  background: #fff;
  color: #000;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #818181;
}
@media (max-width: 767px) {
  .music-table__row dt,
  .music-table__row dd {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }
}

.music-table__row dt {
  border-left: 1px solid #818181;
}

.music-table__row--head dt,
.music-table__row--head dd {
  background: #a3a3a3;
  color: #fff;
}

.music-apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: fit-content;
  max-width: 100%;
  margin: 4rem auto 0;
  background: #732222;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  padding: 2rem 6rem;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  .music-apply-btn {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding: 1.6rem 3rem;
    gap: 0.8rem;
  }
}

.music-apply-btn__icon {
  width: 2.4rem;
  flex-shrink: 0;
}
.music-apply-btn__icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* コンサート・サポート カード */
.music-card-grid {
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  gap: 3rem 2rem;
}
@media (max-width: 767px) {
  .music-card-grid {
    gap: 2.5rem 1.5rem;
  }
}

.music-card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .music-card-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.music-card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .music-card-grid--3 {
    grid-template-columns: 1fr;
  }
}

.music-card__img {
  width: 100%;
  aspect-ratio: 340/240;
  overflow: hidden;
}
.music-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.music-card__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--accent, #732222);
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .music-card__title {
    font-size: 1.6rem;
  }
}

.music-card__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #2b2017;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .music-card__text {
    font-size: 1.3rem;
    text-align: left;
  }
}

.music-price-note {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2b2017;
  margin-top: 3rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .music-price-note {
    font-size: 1.6rem;
    padding-bottom: 5rem;
  }
}

/* ============================================================
   レンタルスペース事業（白基調×赤 #732222×金 #ceab73）
   ============================================================ */
.page-rental {
  background: linear-gradient(358deg, #EFEFEF 14.32%, #FFF 94.8%);
  color: #000;
}

/* 線付き見出し（赤文字・赤ライン。黒帯セクション内は白） */
.rental-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .rental-divider {
    gap: 1.5rem;
  }
}

.rental-divider::before,
.rental-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #732222;
}

.rental-divider__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #732222;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .rental-divider__text {
    font-size: 2rem;
  }
}

/* ===== HERO ===== */
.rental-hero {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .rental-hero {
    padding: 4rem 0;
  }
}

.rental-hero__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 767px) {
  .rental-hero__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.rental-hero__lead {
  flex-shrink: 0;
  width: 42%;
}
@media (max-width: 767px) {
  .rental-hero__lead {
    width: 100%;
    text-align: center;
  }
}

.rental-hero__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ceab73;
}
@media (max-width: 767px) {
  .rental-hero__catch {
    font-size: 1.4rem;
  }
}

.rental-hero__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  color: #000;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .rental-hero__title {
    font-size: 2.8rem;
  }
}

.rental-hero__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ceab73;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .rental-hero__sub {
    font-size: 1.4rem;
  }
}

.rental-hero__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .rental-hero__text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.rental-fac-grid {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(4, 16rem);
  gap: 2rem;
}
@media (max-width: 767px) {
  .rental-fac-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

.rental-fac {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.rental-fac__icon {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rental-fac__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.rental-fac__icon--ring {
  border: 2px solid #ceab73;
  border-radius: 50%;
}
.rental-fac__icon--ring img {
  width: 52%;
  height: 52%;
}

.rental-fac__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #ceab73;
  text-align: center;
}
@media (max-width: 767px) {
  .rental-fac__label {
    font-size: 1.6rem;
  }
}

.rental-fac__sub {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .rental-fac__sub {
    font-size: 1.1rem;
  }
}

/* ===== ABOUT ===== */
.rental-about {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .rental-about {
    padding: 4rem 0;
  }
}

/* 写真は画面左端、赤ボックスが写真に重なる（PC）。SPは縦積み */
.rental-about__inner {
  position: relative;
  padding-bottom: 6.2rem;
}
@media (max-width: 767px) {
  .rental-about__inner {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.rental-about__img {
  width: 54.17%;
}
@media (max-width: 767px) {
  .rental-about__img {
    width: 100%;
  }
}
.rental-about__img img {
  width: 100%;
  height: auto;
  display: block;
}

.rental-about__body {
  position: absolute;
  top: 16.3rem;
  right: 5.56%;
  width: 50%;
  background: #732222;
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .rental-about__body {
    position: static;
    width: auto;
    margin: 0 2rem;
    padding: 2.5rem 2rem;
    gap: 1.5rem;
  }
}

.rental-about__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .rental-about__title {
    font-size: 2.4rem;
  }
}

.rental-about__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2.2;
  color: #fff;
}
@media (max-width: 767px) {
  .rental-about__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.rental-video {
  max-width: 96rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .rental-video {
    margin-top: 3rem;
  }
}

.rental-video__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.rental-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.4rem;
}

/* ===== 使用用途 ===== */
.rental-use {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .rental-use {
    padding: 5rem 0;
  }
}

.rental-use__grid {
  max-width: 124rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem 1.5rem;
}
@media (max-width: 767px) {
  .rental-use__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }
}

.rental-use__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.rental-use__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ae7f35;
  text-align: center;
  position: relative;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .rental-use__label {
    font-size: 1.4rem;
  }
}

.rental-use__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 2px;
  background: #ceab73;
}

.rental-use__img {
  width: 100%;
  aspect-ratio: 220/172;
  overflow: hidden;
  border-radius: 0.4rem;
}
.rental-use__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 空間のご紹介（黒帯） ===== */
.rental-space {
  background: #000;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .rental-space {
    padding: 5rem 0;
  }
}

/* 黒帯内のdividerは白 */
.rental-space .rental-divider::before,
.rental-space .rental-divider::after {
  background: #fff;
}

.rental-space .rental-divider__text {
  color: #fff;
}

.rental-space__text {
  max-width: 90rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .rental-space__text {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    text-align: left;
  }
}

.rental-space__grid {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
}
@media (max-width: 767px) {
  .rental-space__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.rental-space__img {
  width: 100%;
  aspect-ratio: 300/360;
  overflow: hidden;
  border-radius: 0.4rem;
}
.rental-space__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rental-example-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .rental-example-heading {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}

.rental-example {
  max-width: 48rem;
  margin: 3rem auto 0;
  padding: 0 2rem;
}
.rental-example video {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== 料金について ===== */
.rental-price {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .rental-price {
    padding: 5rem 0;
  }
}

.rental-price__inner {
  max-width: 96rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .rental-price__inner {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin-top: 3rem;
  }
}

.rental-price__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  color: #000;
}
@media (max-width: 767px) {
  .rental-price__text {
    font-size: 1.4rem;
    text-align: center;
  }
}

.rental-price__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
  width: 38rem;
}
@media (max-width: 767px) {
  .rental-price__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: auto;
  }
}

.rental-price__item {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 767px) {
  .rental-price__item {
    font-size: 1.4rem;
  }
}

.rental-price__check {
  width: 2rem;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.rental-price__small {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .rental-price__small {
    font-size: 1.2rem;
  }
}

/* ===== 営業時間 ===== */
.rental-hours-sec {
  padding: 0 0 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .rental-hours-sec {
    padding: 0 0 5rem;
  }
}

.rental-hours {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2;
  color: #000;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .rental-hours {
    font-size: 1.5rem;
  }
}

.rental-hours__note {
  font-size: 2rem;
  color: #000;
}
@media (max-width: 767px) {
  .rental-hours__note {
    font-size: 1.2rem;
  }
}

/* ===== お問い合わせ・ご予約 ===== */
.rental-contact {
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .rental-contact {
    padding: 0 0 5rem;
  }
}

/* 赤地＋ミュージシャンのシルエット背景（multiplyで暗赤に）＋白インセット枠 */
.rental-contact__box {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 8rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background-color: #732222;
  background-image: url(../img/rental/contact-bg.webp);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .rental-contact__box {
    margin: 0 2rem;
    padding: 4rem 2rem;
  }
}

.rental-contact__box::before {
  content: "";
  position: absolute;
  inset: 2rem;
  border: 2px solid #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .rental-contact__box::before {
    inset: 1rem;
  }
}

.rental-contact__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .rental-contact__title {
    font-size: 2.4rem;
  }
}

.rental-contact__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .rental-contact__lead {
    font-size: 1.4rem;
  }
}

.rental-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 28.9rem;
  max-width: 100%;
  background: #ceab73;
  padding: 1.5rem 2rem;
  text-decoration: none;
}

.rental-contact__tel-icon {
  width: 2.2rem;
  flex-shrink: 0;
}
.rental-contact__tel-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.rental-contact__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.rental-contact__hours {
  text-align: center;
  color: #fff;
}

.rental-contact__hours-head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2;
}

.rental-contact__hours-row {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .rental-contact__hours-row {
    font-size: 1.2rem;
  }
}

/* ============================================================
   トップページ（合同会社 Ran.u）
   ============================================================ */
.front {
  background: #000;
}

/* ── 共通：見出し ───────────────────── */
.en-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .en-title {
    font-size: 3.2rem;
  }
}

.ja-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .ja-title {
    font-size: 1.6rem;
  }
}

.en-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.en-title-block--right {
  align-items: flex-end;
  text-align: right;
}

/* ============================================================
   MV（ヒーロー）
   ============================================================ */
.mv {
  position: relative;
  width: 100%;
  height: 55.5555555556vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv {
    height: auto;
    aspect-ratio: 375/720;
  }
}

.mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.mv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6;
}

.mv__triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55.4166666667vw;
  height: 21.0416666667vw;
  background: #c80000;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 7;
}
@media (max-width: 767px) {
  .mv__triangle {
    width: 100%;
    height: 10.5rem;
  }
}

.mv__copy {
  position: absolute;
  left: 5.5555555556vw;
  top: 25.0694444444vw;
  z-index: 8;
  color: #fff;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.8));
}
@media (max-width: 767px) {
  .mv__copy {
    left: 2.5rem;
    top: 50%;
    transform: translateY(-40%);
  }
}

.mv__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 8.2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .mv__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

.mv__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mv__sub {
    font-size: 2rem;
  }
}

/* ============================================================
   NEWS
   ============================================================ */
.news-sec {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/news-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7rem 2rem;
}
@media (max-width: 767px) {
  .news-sec {
    padding: 5rem 2rem;
  }
}

.news-sec__head {
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .news-sec__head {
    align-items: flex-start;
  }
}

.news-list {
  max-width: 80rem;
  margin: 4rem auto 0;
  border-top: 1px solid #000;
  max-height: 19rem;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .news-list {
    max-height: 26rem;
  }
}

.news-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-row {
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }
}

.news-row--empty {
  cursor: default;
}

.news-row__date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news-row__date {
    font-size: 1.3rem;
  }
}

.news-row__cat {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #c80000;
  border: 2px solid #c80000;
  border-radius: 12rem;
  padding: 0.2rem 2rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news-row__cat {
    font-size: 1.3rem;
  }
}

.news-row__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news-row__title {
    font-size: 1.3rem;
    width: 100%;
    white-space: normal;
  }
}

/* ============================================================
   SERVICE
   ============================================================ */
.service-sec {
  background: #000;
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .service-sec {
    padding: 6rem 0 0;
  }
}

.service-sec__intro {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem 6rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .service-sec__intro {
    gap: 2.5rem;
    padding: 0 2rem 4rem;
    text-align: left;
  }
}

.service-sec__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.18rem;
}
@media (max-width: 767px) {
  .service-sec__lead {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.05rem;
  }
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 720/417;
  background-color: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media (max-width: 767px) {
  .service-card {
    aspect-ratio: 375/220;
  }
}

.service-card--video {
  background-image: url(../img/top/service-video.webp);
}

.service-card--music {
  background-image: url(../img/top/service-music.webp);
}

.service-card--rental {
  background-image: url(../img/top/service-rental.webp);
}

.service-card--dining {
  background-image: url(../img/top/service-dining.webp);
}

.service-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  color: #fff;
  text-align: center;
  padding: 2rem;
}

.service-card__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: 2.1rem;
  }
}

.service-card__en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .service-card__en {
    font-size: 0.85rem;
  }
}

.service-card__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: center;
}
@media (max-width: 767px) {
  .service-card__text {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

.service-card__arrow {
  display: block;
  width: 10rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .service-card__arrow {
    width: 5.2rem;
  }
}
.service-card__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   PRODUCT
   ============================================================ */
.product-sec {
  background: #000;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .product-sec {
    padding: 5rem 0;
  }
}

.product-sec__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product-sec__inner {
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.product-sec__visual {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-sec__visual {
    width: 100%;
  }
}
.product-sec__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.product-sec__body {
  width: 40.1%;
  margin-left: 4.3%;
  margin-right: 5.6%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4rem;
  text-align: right;
}
@media (max-width: 767px) {
  .product-sec__body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    align-items: flex-end;
    text-align: right;
    gap: 2.5rem;
  }
}

.product-sec__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.18rem;
  text-align: right;
}
@media (max-width: 767px) {
  .product-sec__text {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.05rem;
    text-align: left;
  }
}

.product-sec__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  margin-left: auto;
  background: #c80000;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
  padding: 1.5rem 3.5rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-sec__btn {
    max-width: 18rem;
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-sec {
  background: #000;
  padding: 4rem 2rem 8rem;
}
@media (max-width: 767px) {
  .contact-sec {
    padding: 2rem 2rem 5rem;
  }
}

.contact-sec__box {
  max-width: 128rem;
  margin: 0 auto;
  background: #fff;
  padding: 6rem;
  display: flex;
  align-items: flex-end;
  gap: 6rem;
}
@media (max-width: 767px) {
  .contact-sec__box {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
    padding: 3rem 2rem;
  }
}

.contact-sec__left {
  flex: 1;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-sec__left .en-title-block {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contact-sec__left .en-title-block {
    align-items: center;
  }
}

.contact-sec__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.18rem;
  color: #000;
}
@media (max-width: 767px) {
  .contact-sec__text {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.05rem;
    text-align: left;
  }
}

.contact-sec__right {
  width: 35.3rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .contact-sec__right {
    width: 100%;
    align-items: center;
  }
}

.contact-sec__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-sec__info-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-sec__info-label {
  border: 1px solid #818181;
  border-radius: 12rem;
  padding: 0.8rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.14rem;
  color: #818181;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-sec__info-label {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
  }
}

.contact-sec__info-data {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.16rem;
  color: #818181;
	letter-spacing:-0.02em;
}
@media (max-width: 767px) {
  .contact-sec__info-data {
    font-size: 1.3rem;
  }
}

.contact-sec__cta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .contact-sec__cta {
    justify-content: center;
  }
}

.contact-sec__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #c80000;
  padding: 1.5rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact-sec__tel {
    padding: 1.5rem 2rem;
  }
}

.contact-sec__tel-icon {
  width: 2rem;
  flex-shrink: 0;
}
.contact-sec__tel-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-sec__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-sec__tel-num {
    font-size: 1.6rem;
  }
}

.contact-sec__line {
  display: block;
  width: 5.5rem;
  flex-shrink: 0;
}
.contact-sec__line img {
  width: 100%;
  height: auto;
  display: block;
}

.page-404 {
  background: #fff;
}

.not-found {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 5rem 0 7rem;
  }
}

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #AE8D47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

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