@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*/
  scroll-behavior: smooth;
}

/* 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] {
  -webkit-text-decoration: underline dotted;
  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 */
  -moz-appearance: none;
  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;
}

img {
  max-width: 100%;
}

/* ====================================
body
==================================== */
body {
  font-family: "Noto Serif JP", "Yu Mincho", "ヒラギノ明朝 Pro", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  color: hsl(0, 1%, 20%);
  font-size: clamp(0.875rem, 0.81rem + 0.28vw, 1rem);
  line-height: 2;
  letter-spacing: normal;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    padding-block-end: 3.25rem;
  }
}

main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #luxy {
    position: static !important;
    overflow: visible !important;
    transform: none !important;
  }
}

.inner {
  max-width: min(1280px, 90%);
  margin-inline: auto;
}
.inner__small {
  max-width: min(960px, 90%);
  margin-inline: auto;
}
.inner__mid {
  max-width: min(1440px, 90%);
  margin-inline: auto;
}
.inner__large {
  max-width: min(1720px, 90%);
  margin-inline: auto;
}

/* ====================================
font
==================================== */
*[class*="b-en-"] {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

*[class*="b-min-"] {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

*[class*="b-yugo-"] {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

.b-min-100 {
  font-weight: 100;
}

.b-yugo-100 {
  font-weight: 100;
}

.b-en-100 {
  font-weight: 100;
}

.b-min-200 {
  font-weight: 200;
}

.b-yugo-200 {
  font-weight: 200;
}

.b-en-200 {
  font-weight: 200;
}

.b-min-300 {
  font-weight: 300;
}

.b-yugo-300 {
  font-weight: 300;
}

.b-en-300 {
  font-weight: 300;
}

.b-min-400 {
  font-weight: 400;
}

.b-yugo-400 {
  font-weight: 400;
}

.b-en-400 {
  font-weight: 400;
}

.b-min-500 {
  font-weight: 500;
}

.b-yugo-500 {
  font-weight: 500;
}

.b-en-500 {
  font-weight: 500;
}

.b-min-700 {
  font-weight: 700;
}

.b-yugo-700 {
  font-weight: 700;
}

.b-en-700 {
  font-weight: 700;
}

.b-min-900 {
  font-weight: 900;
}

.b-yugo-900 {
  font-weight: 900;
}

.b-en-900 {
  font-weight: 900;
}

/* ====================================
color
==================================== */
.b-cl-main {
  color: hsl(45, 3%, 27%);
}

.b-cl-sub {
  color: hsl(45, 3%, 27%);
}

.b-cl-ac {
  color: hsl(201, 100%, 59%);
}

.b-cl-btn {
  color: hsl(45, 3%, 27%);
}

.b-cl-black {
  color: hsl(0, 1%, 20%) !important;
}

.b-cl-white {
  color: hsl(0, 0%, 100%) !important;
}

/* ====================================
br
==================================== */
@media screen and (max-width: 768px) {
  .b-pc-only {
    display: none;
  }
}

.b-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/* ====================================
splide
==================================== */
.splide__pagination {
  margin-block-start: 1rem;
}
.splide__pagination__page {
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid hsl(0, 1%, 20%);
  margin-inline: 0.5em;
}
.splide__pagination__page.is-active {
  background: hsl(45, 3%, 27%);
}

.splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}

.splide__arrow svg {
  display: none;
}
.splide__arrow--prev,
.splide__arrow--next {
  width: clamp(32px, 4.58vw, 88px);
  aspect-ratio: 1/1;
  border: 1px solid hsl(0, 1%, 20%);
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.splide__arrow--prev:hover,
.splide__arrow--next:hover {
  background-color: #ddd;
  mix-blend-mode: color-burn;
}
.splide__arrow--prev:before,
.splide__arrow--next:before {
  content: "";
  width: clamp(16px, 1.25vw, 24px);
  height: clamp(16px, 1.25vw, 24px);
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 45%;
  bottom: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .splide__arrow--prev:before,
  .splide__arrow--next:before {
    width: 10px;
    height: 10px;
  }
}
.splide__arrow--prev {
  transform: rotate(180deg);
}
/* ====================================
tab
==================================== */
.js-tab__link,
.js-sub-tab__link {
  cursor: pointer;
}
.js-tab__content,
.js-sub-tab__content {
  display: none;
}
.js-tab__content.active,
.js-sub-tab__content.active {
  display: block;
}

/* ====================================
accordion
==================================== */
.js-faq__arrow {
  align-self: center;
  border: 2px solid hsl(0, 0%, 100%);
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  position: relative;
  transform: rotate(180deg);
  transition: 0.5s ease-out;
}
.js-faq__arrow > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: hsl(0, 0%, 100%);
}
.js-faq__arrow > span::before,
.js-faq__arrow > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: hsl(0, 0%, 100%);
  transform-origin: 50% 1px;
}
.js-faq__arrow > span::before {
  transform: rotate(45deg);
}
.js-faq__arrow > span::after {
  transform: rotate(-45deg);
}
.js-faq .is-open .js-faq__arrow {
  transform: rotate(0deg);
}
.js-faq dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
/* ====================================
modal
==================================== */
.js-modal {
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.js-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
.js-modal.open {
  opacity: 1;
  transform: scale(1);
}
.js-modal.open::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.js-modal.closing {
  opacity: 0;
  transform: scale(0.9);
}
.js-modal.closing::backdrop {
  background: rgba(0, 0, 0, 0);
}

.c-modal__content {
  max-width: min(940px, 96%);
  padding-block: 2.5rem;
  padding-inline: 2rem;
}
.c-modal__btn {
  width: 100%;
  text-align: center;
  padding-block: 1em;
  border-block-start: 1px solid hsl(45deg, 3%, 27%, 30%);
  border-block-end: 1px solid hsl(45deg, 3%, 27%, 30%);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-modal__btn {
    padding-block: 0.5em;
  }
}
.c-modal__btn:hover {
  color: hsl(45, 3%, 27%);
}

.b-animation--fade-up,
.b-animation--fade-mv,
.b-animation--file-in {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.b-animation--fade-up.visible,
.b-animation--fade-mv.visible,
.b-animation--file-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.b-animation--fade-mv.visible,
.b-animation--file-in.visible {
  transition-delay: var(--fade-delay, 0s);
}
.b-animation--fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.b-animation--fade-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.b-animation--fade-right {
  opacity: 0;
  transform: translateX(30px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.b-animation--fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.b-animation--clip {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease;
}
.b-animation--clip.visible {
  clip-path: inset(0 0 0 0);
}
.b-animation--clip {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease;
}
.b-animation--clip.visible {
  clip-path: inset(0 0 0 0);
}
.b-animation--underline {
  background: linear-gradient(180deg, hsl(0deg, 0%, 100%, 0%) 70%, hsl(201, 100%, 59%) 70%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.5s ease;
}
.b-animation--underline.visible {
  background-size: 100% 100%;
  transition-delay: 0.4s;
}

.c-bg__gradation {
  background: linear-gradient(135deg, #1e73fd, #2fb5ff);
}

.c-underline {
  background: linear-gradient(180deg, hsl(0deg, 0%, 100%, 0%) 70%, hsl(12, 84%, 88%) 70%);
}

.c-drop-shadow {
  filter: drop-shadow(-20px 20px 0px hsl(45deg, 3%, 27%, 30%));
}

.c-text-shadow {
  text-shadow:
    3px 3px 10px rgb(255, 255, 255),
    -3px -3px 10px rgb(255, 255, 255),
    3px -3px 10px rgb(255, 255, 255),
    -3px 3px 10px rgb(255, 255, 255);
}

.c-fit-auto {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-ul > li {
  list-style: disc;
  margin-inline-start: 1em;
}
/* ====================================
point
==================================== */
/* ====================================
blog
==================================== */
.c-blog > li {
  margin-block-end: 2em;
}
.c-blog > li a {
  gap: 0.5em 2em;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .c-blog > li a {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-blog > li a {
    display: block;
  }
}
.c-blog__date {
  width: -moz-fit-content;
  width: fit-content;
}
.c-blog__ttl {
  flex: 1;
}
.pagination {
    width: 100%;
}
.pagination > ul {
  margin-inline: auto;
  margin-block-start: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.pagination a,
.pagination span {
  position: relative;
  font-size: 1.25rem;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(45, 3%, 27%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: hsl(45, 3%, 27%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .pagination a,
  .pagination span {
    font-size: 0.8125rem;
  }
}
.pagination a:hover,
.pagination span:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(45, 3%, 27%);
}
.pagination .current {
  color: hsl(0, 0%, 100%);
  background-color: hsl(45, 3%, 27%);
}
.pagination .disabled a {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
}

/* ====================================
breadcrumbs
==================================== */
.breadcrumbs {
  display: block;
  width: 100%;
  max-width: min(1440px, 90%);
  margin-inline: auto;
  padding-block: 0.5rem;
  text-align: right;
}
.breadcrumbs span {
  font-size: clamp(0.75rem, 0.69rem + 0.28vw, 0.875rem);
}
.breadcrumbs span a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  display: inline-flex;
}
.breadcrumbs span a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: hsl(0, 1%, 20%);
  margin-inline: 0.4em;
}

/* ====================================
fixed
==================================== */
.pagetop {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: clamp(1.75rem, 1.1rem + 2.76vw, 3rem);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-size: 0.875rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 2%;
    bottom: 4rem;
  }
}
.pagetop.active {
  opacity: 1;
}

.sns {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sns {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translate(0, 0%);
  }
}
.sns.active {
  opacity: 1;
}
.sns__box {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .sns__box {
    flex-direction: row;
    background: hsl(0deg, 0%, 100%, 80%);
    padding-inline: 1%;
    padding-block: 0.25rem;
  }
}
.sns__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.625rem;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  line-height: 1.2;
  color: hsl(0, 0%, 100%);
  padding-block: 0.7em;
  padding-inline: 1em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sns__btn {
    justify-content: center;
    flex-basis: 100%;
    font-size: 0.875rem;
    border-radius: 0;
    padding-inline: 1em;
    writing-mode: horizontal-tb;
  }
}
.sns__btn img {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .sns__btn img {
    width: 18px;
  }
}
.sns__btn.link01 {
  background: hsl(45, 3%, 27%);
}
.sns__btn.link02 {
  background: url(../img/cmn/link_bg03.webp) no-repeat center/cover;
}

/* ====================================
table
==================================== */
.c-tbl {
  width: 100%;
  border: 1px solid hsl(45deg, 3%, 27%, 50%);
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.c-tbl th,
.c-tbl td {
  padding-block: 2em;
  border-block-end: 1px solid hsl(45deg, 3%, 27%, 50%);
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .c-tbl th,
  .c-tbl td {
    display: block;
    padding-block: 1em;
  }
}
.c-tbl th {
  text-wrap: nowrap;
  padding-inline: 1.2em;
  background: hsl(45deg, 3%, 27%, 50%);
}
.c-tbl td {
  padding-inline: 1.2em;
}
.c-tbl a {
  border-bottom: 1px solid hsl(45, 3%, 27%);
  padding-inline-end: 0.5em;
}

.c-tblB {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  width: 100%;
}
.c-tblB th,
.c-tblB td {
  padding-block: 2em;
  border-block-end: 1px solid hsl(45deg, 3%, 27%, 50%);
  line-height: 1.4285714286;
  padding-inline: 2em;
}
@media screen and (max-width: 768px) {
  .c-tblB th,
  .c-tblB td {
    display: block;
    padding-inline: 1em;
  }
}
.c-tblB th {
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .c-tblB th {
    border-block-end: none;
    padding-block-end: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-tblB td {
    padding-block-start: 1em;
  }
}

.c-tblC {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
.c-tblC__area {
  padding-block-start: clamp(1.75rem, 1.1rem + 2.76vw, 3rem);
}
.c-tblC__scrolling {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-tblC thead th {
  text-align: center;
}
.c-tblC th,
.c-tblC td {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
}
.c-tblC th {
  background-color: #f7f7f7;
  font-weight: bold;
  text-wrap: nowrap;
}
.c-tblC td {
  text-align: center;
  background-color: #fff;
  text-wrap: nowrap;
}

/* ====================================
faq
==================================== */
.c-faq {
  border-bottom: 1px solid hsl(0, 1%, 20%);
  padding-block-start: 3em;
  padding-block-end: 2em;
}
.c-faq:first-of-type {
  padding-block-start: 0;
}
.c-faq dt,
.c-faq dd {
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-faq dt,
  .c-faq dd {
    gap: 1rem;
  }
}
.c-faq dt::before,
.c-faq dd::before {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  line-height: 1;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .c-faq dt::before,
  .c-faq dd::before {
    width: 32px;
    height: 32px;
  }
}
.c-faq dt > *,
.c-faq dd > * {
  flex-basis: calc(100% - 50px);
  width: 100%;
  align-self: center;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.c-faq dt {
  font-weight: 600;
  grid-template-columns: auto 1fr auto;
}
.c-faq dt::before {
  content: "Q";
  background: hsl(45, 3%, 27%);
  color: hsl(0, 0%, 100%);
}
.c-faq dd {
  padding-block-start: 1em;
  margin-inline-start: 2em;
}
@media screen and (max-width: 768px) {
  .c-faq dd {
    margin-inline-start: 0.5em;
  }
}
.c-faq dd::before {
  content: "A";
  background: hsl(45, 3%, 27%);
  color: hsl(0, 0%, 100%);
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-faq dd::before {
    width: 24px;
    height: 24px;
  }
}
.c-faq dd a {
  border-block-end: 1px solid hsl(45, 3%, 27%);
  padding-inline-end: 0.5em;
}

/* ====================================
flow
==================================== */
.c-flowB {
  border-left: 8px solid #ddd;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-flowB__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-template-areas: "num ttl" "num box";
  gap: 1rem 2.5rem;
}
.c-flowB__item:not(:last-child) {
  margin-block-end: 4em;
}
@media screen and (max-width: 768px) {
  .c-flowB__item {
    gap: 1rem 1.125rem;
  }
}
.c-flowB__num {
  grid-area: num;
  align-self: baseline;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.c-flowB__num span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  width: 50px;
  line-height: 1;
  aspect-ratio: 1/1;
  font-size: clamp(1.25rem, 0.6rem + 2.76vw, 2.5rem);
  background: hsl(45, 3%, 27%);
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .c-flowB__num span {
    width: 32px;
  }
}
.c-flowB__num::before {
  content: "";
  width: 27px;
  height: 3px;
  background-color: #ddd;
}
@media screen and (max-width: 768px) {
  .c-flowB__num::before {
    width: 16px;
  }
}
.c-flowB__ttl {
  grid-area: ttl;
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  line-height: 1;
  color: hsl(45, 3%, 27%);
}
.c-flowB__box {
  grid-area: box;
}
.c-flowB__btn {
  margin-block-start: 1em;
}

/* ====================================
menu
==================================== */
.c-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  counter-reset: number 0;
}
.c-features img {
  border-radius: 8px 8px 0 0;
}
.c-features > li {
  display: flex;
  flex-direction: column;
}
.c-features__box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-block: clamp(2rem, 1.22rem + 3.31vw, 3.5rem);
  padding-inline: 2%;
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  background: hsl(45, 3%, 27%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  position: relative;
}
.c-features__box::before {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: max(7.5vw, 2.5rem);
  line-height: 1;
  font-style: italic;
  position: absolute;
  left: 5%;
  top: -15%;
  transform: translate(0, -50%);
}
.c-features__box p small {
  font-size: clamp(0.75rem, 0.62rem + 0.55vw, 1rem);
}

.c-product {
  margin-block-start: 2em;
}
.c-product figure {
  max-width: 342px;
}
.c-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-product span {
  margin-block-start: 0.5em;
  line-height: 1.2;
  gap: 0.5em;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.c-product span::after {
  content: "";
  display: inline-block;
  margin-block-start: 2px;
  margin-inline-start: 2px;
  width: 16px;
  height: 16px;
  background: url(../img/cmn/icons_link.png) center/contain no-repeat;
}

.c-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .c-gallery {
    grid-template-columns: 1fr;
  }
}
.c-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-priceB__ul {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 3rem;
}
@media screen and (max-width: 960px) {
  .c-priceB__ul {
    grid-template-columns: 1fr;
  }
}
.c-priceB__ul--sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-priceB__ul--sub-grid {
    grid-template-columns: 1fr;
  }
}
.c-priceB__dl {
  border-block-start: 2px solid hsl(45deg, 3%, 27%, 80%);
  border-block-end: 2px solid hsl(45deg, 3%, 27%, 80%);
}
.c-priceB__dl dt {
  background: hsl(45deg, 3%, 27%, 10%);
  text-align: center;
  padding-block: 0.2em;
  padding-inline: 0.5em;
}
.c-priceB__dl dt:not(:first-child) {
  border-top: 2px solid hsl(45deg, 3%, 27%, 20%);
}
.c-priceB__dl dd {
  padding-block: 0.5em;
  padding-inline: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
}
.c-priceB__dl dd span {
  text-align: right;
  flex: 1;
  line-height: 1;
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  order: 2;
  white-space: nowrap;
}
.c-priceB__dl dd span small {
  line-height: 1.2;
  font-size: 0.75rem;
}
.c-priceB__dl dd span:not([class*="not"]):before {
  content: "¥";
  font-size: clamp(0.875rem, 0.81rem + 0.28vw, 1rem);
  margin-inline-end: 0.25rem;
}
.c-priceB__txt {
  line-height: 1.2;
  font-size: 0.875rem;
  flex-basis: 100%;
}

.c-anchorLink {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .c-anchorLink {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-anchorLink > li {
  border-block-end: 1px solid hsl(45deg, 3%, 27%, 40%);
}
.c-anchorLink > li a {
  padding-inline: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .c-anchorLink > li a {
    font-size: 0.625rem;
  }
}
.c-anchorLink > li a:hover .c-icon__arrow {
  background: hsl(45, 3%, 27%);
  transform: translateY(2px);
}
/* ====================================
	タイトルコンポーネント
==================================== */
.c-ttlA {
  font-size: clamp(1rem, 0.61rem + 1.66vw, 1.75rem);
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .c-ttlA {
    font-size: 0.875rem;
  }
}
.c-ttlA::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: min(112px, calc(40 / 375 * 100vw));
  background: hsl(45, 3%, 27%);
  margin-inline-start: 0.5em;
}

.c-ttlB {
  font-size: clamp(2.5rem, 4.69vw, 5.625rem);
  line-height: 1;
  margin-block-end: 1em;
}
.c-ttlB.--center {
  text-align: center;
}
.c-ttlB .en {
  text-transform: uppercase;
}
.c-ttlB .ja {
  display: block;
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  background: #000; /* 黒 */
  color: #fff;
  line-height: 1;
  padding: 1em 2.5em; /* 横幅少し広め */
  border-radius: 0;
  white-space: nowrap; /* 改行防止 */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25); /* シャドウ */
  transition: 0.3s ease;
}

.c-btn::after {
  content: "＞";
  font-size: 0.9em;
  transition: 0.3s ease;
}

.c-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.c-btn:hover::after {
  transform: translateX(4px);
}

.c-btnB {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.6em 1em;
  font-size: 1rem;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btnB {
    display: flex;
    width: 100%;
  }
}

/* アイコン部分 */
.c-btnB .icon {
  position: relative;
  width: 1em;
  height: 1em;
}

/* 横棒 */
.c-btnB .icon::before,
.c-btnB .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

/* 横線 */
.c-btnB .icon::before {
  width: 100%;
  height: 2px;
}

/* 縦線（プラス状態） */
.c-btnB .icon::after {
  width: 2px;
  height: 100%;
}

/* [aria-expanded="true"] でマイナスに変化（縦線を消す） */
.c-btnB[aria-expanded="true"] .icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.top-about__btn {
  text-align: center;
}

.s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;

  padding: 0.95em 2.8em;
  line-height: 1;

  background: #c96f56; /* 落ち着いた暖色 */
  color: #fff;

  border: 1px solid #b45f48;
  border-radius: 40px;

  text-decoration: none;
  letter-spacing: 0.05em;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);

  transition: all 0.35s ease;
}

.s-btn::after {
  content: "→";
  font-size: 0.9em;
  transition: transform 0.35s ease;
}

.s-btn:hover {
  background: #b95e45;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.s-btn:hover::after {
  transform: translateX(6px);
}

/* ====================================
アイコン
==================================== */
.c-icon__arrow {
  display: inline-block;
  width: 1em;
  height: 0.9em;
  background: hsl(45deg, 3%, 27%, 40%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 0.3s ease;
}

.c-icon__check {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-inline-end: 0.5em;
}
.c-icon__check:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 1%, 20%);
}
.c-icon__check:after {
  content: "";
  display: block;
  width: 130%;
  left: 0;
  bottom: 2px;
  position: absolute;
  aspect-ratio: 172/123;
  background: url("../img/cmn/icon_check.webp") no-repeat center;
  background-size: contain;
}

.c-icon__blank {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-inline-start: 6px;
  margin-block-start: 6px;
}
.c-icon__blank:before,
.c-icon__blank:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: hsl(0, 1%, 20%);
  transition: 0.3s ease;
}
.c-icon__blank:before {
  top: -2px;
  left: 0;
  border-width: 1px;
}
.c-icon__blank:after {
  top: 1px;
  left: 3px;
  border-width: 0 1px 1px 0;
}

/* ====================================
   hover
   ==================================== */
.b-hover__txt {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  position: relative;
  text-shadow:
    0 -1.5em 0 hsl(0, 0%, 100%),
    0 0 0 hsl(0, 0%, 100%);
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.b-hover__txt:hover {
  text-shadow:
    0 0 0 hsl(0, 0%, 100%),
    0 1.5em 0 hsl(0, 0%, 100%);
}

.b-hover__bg {
  position: relative;
  overflow: hidden;
}
.b-hover__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: hsl(45, 3%, 27%);
  mix-blend-mode: color-burn;
  transition: 0.3s;
}
.b-hover__bg:hover::before {
  width: 100%;
}

.b-hover__line {
  position: relative;
}
.b-hover__line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: hsl(201, 100%, 59%);
  transition: all 0.3s ease;
}
.b-hover__line:hover::before {
  width: calc(100% - 1em);
}

.b-hover__shadow {
  transition: 0.3s;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.12)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.22));
}
.b-hover__shadow:hover {
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  transform: translateY(-4px);
}

/* ====================================
form-style
==================================== */
.c-contact {
  width: 100%;
}
.c-contact th,
.c-contact td {
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  border-bottom: 2px solid hsl(0, 0%, 97%);
  padding-block: 2em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-contact th,
  .c-contact td {
    display: block;
  }
}
.c-contact th.v-a-top,
.c-contact td.v-a-top {
  vertical-align: top;
}
.c-contact th {
  width: 30%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-contact th {
    width: 100%;
    border-bottom: 0px solid hsl(45, 3%, 27%);
    padding-block-end: 0.5em;
  }
}
.c-contact td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-contact td {
    width: 100%;
    padding-block-start: 0.5em;
  }
}
.c-contact .bbn th,
.c-contact .bbn td {
  padding-left: 0;
  border-bottom: 0px dashed hsl(45, 3%, 27%);
  text-align: center;
}

/* ====================================
form
==================================== */
.c-form .required {
  color: red;
}
.c-form textarea {
  width: 100% !important;
  height: min(21.875rem, calc(250 / 375 * 100vw));
  padding: 0.5rem;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #ddd;
}
.c-form textarea::-moz-placeholder {
  font-size: 0.875rem;
}
.c-form textarea::placeholder {
  font-size: 0.875rem;
}
.c-form input {
  padding: 0.5rem;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  line-height: 1;
}
.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"] {
  width: 100%;
  background-color: #ddd;
}
.c-form input[type="file"] {
  background: none;
}
.c-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.c-form input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.c-form input[type="submit"],
.c-form input[type="button"] {
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  border: 1px solid hsl(45, 3%, 27%);
  border-radius: 0;
  padding-block: 0.5em;
  padding-inline: 2em;
  transition: 0.3s;
}

.c-form input[type="submit"]:hover,
.c-form input[type="button"]:hover {
  background-color: hsl(45, 3%, 27%);
  color: hsl(0, 0%, 100%);
}
.c-form input::-moz-placeholder {
  font-size: 0.875rem;
}
.c-form input::placeholder {
  font-size: 0.875rem;
}

.c-form-start {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
  animation: floatArrow 1.8s ease-in-out infinite;
}

.c-form-start span {
  display: inline-block;
  margin-left: 4px;
}

@keyframes floatArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ====================================
contact-form7
==================================== */
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
  }
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0px 0 !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    display: block;
    flex-basis: 50%;
    width: 100%;
    margin: 0 0 0px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  background: hsl(0, 0%, 100%);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: hsl(45, 3%, 27%);
  box-shadow: inset 0 0 0 2px #fff;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/icon_check.webp") no-repeat center;
  background-size: contain;
}

.select {
  display: inline-block;
  position: relative;
  width: 250px;
  border: 1px solid #333;
}
.select .wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 14px;
  pointer-events: none;
}
.select .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  /*Google Chrome/Safari対応*/
  -moz-appearance: none;
  /*Firefox対応*/
  -o-appearance: none;
  /*Opera対応*/
}

/* ====================================
	single
==================================== */
.single-page.l-sec__h3 {
  font-size: clamp(1.25rem, 0.6rem + 2.76vw, 2.5rem);
}

.single-sec h1 {
  font-size: clamp(1.0625rem, 0.58rem + 2.07vw, 2rem);
  margin-block: 2em 1em;
  line-height: 1.4;
  font-weight: bold;
  background: hsl(45deg, 3%, 27%, 40%);
  border-right: 1rem solid hsl(45, 3%, 27%);
  padding-inline: 0.5em;
  padding-block: 0.2em;
}
.single-sec h2 {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  margin-block: 2em 1em;
  font-weight: bold;
  position: relative;
  padding-block: 0.2em;
}
.single-sec h2::after {
  content: "";
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, transparent 0 2px, hsl(45, 3%, 27%) 2px 4px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.single-sec h3 {
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  margin-block: 1.5em 0.75em;
  font-weight: bold;
  padding-inline: 0.5em;
  border-left: 5px double hsl(45, 3%, 27%);
}
.single-sec h4 {
  margin-block: 1em 0.5em;
  font-weight: bold;
}
.single-sec p {
  margin-block: 1em;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.single-sec ul {
  margin-block: 1em;
  padding-left: 1.2em;
  list-style: disc;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.single-sec ul > li {
  margin-bottom: 0.5em;
  line-height: 1;
}

.l-header {
  width: 100%;
  position: absolute;
  z-index: 999;
  transition: all 0.5s ease;
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-block: 1.125rem;
  }
}
.l-header__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  align-items: center;
  opacity: 1 !important;
}
@media screen and (max-width: 960px) {
  .l-header__grid {
    align-items: center;
  }
}
.l-header__logo {
  line-height: 1;
}

.l-header__logo img {
  display: block;
  width: auto;
  height: 90px;
}

/* スマホだけ小さくする */
@media screen and (max-width: 768px) {
  .l-header__logo img {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
  }

  /* ロゴを左上寄せ */
  .l-header__logo {
    margin: 0;
  }

  .l-header__logo img {
    max-width: 160px; /* スマホで少し小さく */
    height: auto;
  }

  /* ハンバーガー右寄せ */
  .c-btnB {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
  }

  .l-header__logo img {
    max-width: 45px;
    height: auto;
  }
}

.sub .l-header__logo img {
  content: url("../img/hd_logo_black.jpg");
}
.l-header__menu {
  width: 100%;
  justify-self: end;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 960px) {
  .l-header__menu {
    background: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu.b-pc-only {
    display: none;
  }
}
.l-header__menu.b-sp-only {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header__menu.b-sp-only {
    display: block;
    width: 50px;
  }
}
.l-header__nav {
  gap: clamp(2.25rem, 1.6rem + 2.76vw, 3.5rem);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1200px) {
  .l-header__nav {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 1rem;
    margin-block-end: 1.5rem;
  }
}
.l-header__nav > a {
  display: block;
  text-align: center;
  padding-inline: 1.5em;
  writing-mode: vertical-rl;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.25em;
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
}
@media screen and (max-width: 1200px) {
  .l-header__nav > a {
    padding-inline: 0;
    line-height: 1.6;
    background: none;
    writing-mode: horizontal-tb;
  }
}
.l-header__tel {
  display: none;
}
.l-header__tel a {
  font-size: clamp(0.875rem, 1.67vw, 2rem);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .l-header__tel a {
    font-size: clamp(1.0625rem, 0.58rem + 2.07vw, 2rem);
  }
}
.l-header__tel a small {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
}
.l-header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .l-header__hamburger {
  cursor: pointer;
  margin-inline: auto;
  position: relative;
  z-index: 999;
  width: 20px;
  height: 12px;
} */
.l-header__hamburger {
  cursor: pointer;
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
  width: 20px;
  height: 12px;
  /* 常時表示を強制 */
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.l-header__hamburger span {
  position: absolute;
  /* 色を黒に固定（!importantで変化を差し止め） */
  background: #000 !important;
  height: 2px;
  width: 20px;
  left: 0;
  border-radius: 10px;

  /* 余計なアニメーションや変化を無効化 */
  animation: none !important;
  transition: 0.5s;
}
.l-header__hamburger--top {
  top: 0;
  transition: 0.5s;
}
.l-header__hamburger--middle {
  top: 6px;
  transition: 0.5s;
}
.l-header__hamburger--bottom {
  top: 12px;
  transition: 0.5s;
}
.l-header__hamburger.active .l-header__hamburger--top {
  transform: translateY(6px) rotate(45deg);
}
.l-header__hamburger.active .l-header__hamburger--middle {
  opacity: 0;
}
.l-header__hamburger.active .l-header__hamburger--bottom {
  transform: translateY(-6px) rotate(-45deg);
}
.l-header__bg {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 998;
  padding-block: 5.5rem 0;
  padding-inline: 10vw;
  background: hsl(45deg, 3%, 27%, 95%);
}
.l-header__bg.active {
  right: 0;
}
.l-header__bg .l-header__nav a {
  display: block;
}
.l-header.sub-page .l-header__logo,
.l-header.sub-page .l-header__nav,
.l-header.sub-page .l-header__tel {
  color: hsl(0, 1%, 20%);
}
.l-header.sub-page .l-header__nav a {
  background: hsl(0, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .l-header.sub-page .l-header__nav a {
    background: none;
  }
}
.l-header.sub-page .l-header__nav > a:not(:last-child) {
  border-color: hsl(0, 1%, 20%);
}
.l-header.sub-page .l-header__hamburger span {
  background: hsl(0, 1%, 20%);
}
.l-header.sub-page .l-header__contact .l-header__nav,
.l-header.sub-page .l-header__contact .l-header__tel {
  color: hsl(0, 0%, 100%);
}
.l-header.sub-page .l-header__hamburger.active span {
  background: hsl(0, 0%, 100%);
}
.l-header.sub-page.active .l-header__logo,
.l-header.sub-page.active .l-header__nav,
.l-header.sub-page.active .l-header__tel {
  color: hsl(0, 0%, 100%);
}
.l-header.sub-page.active .l-header__nav > a:not(:last-child) {
  border-color: hsl(0, 0%, 100%);
}
.l-header.sub-page.active .l-header__hamburger span {
  background: hsl(0, 0%, 100%);
}

/* ====================================
	フッターレイアウト
==================================== */
.l-cv {
  background: hsl(0, 0%, 97%);
  padding-block-start: clamp(2rem, 1.22rem + 3.31vw, 3.5rem);
  padding-block-end: clamp(2.25rem, 1.34rem + 3.86vw, 4rem);
}
.l-cv__txt {
  font-size: clamp(0.875rem, 0.68rem + 0.83vw, 1.25rem);
  text-align: center;
  margin-block-end: 2em;
}
.l-cv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 5.21vw;
}
@media screen and (max-width: 768px) {
  .l-cv__grid {
    grid-template-columns: 1fr;
  }
}
.l-cv__tel {
  text-align: center;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .l-cv__tel {
    justify-self: center;
  }
}
.l-cv__tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: clamp(1.25rem, 0.6rem + 2.76vw, 2.5rem);
  line-height: 1;
  gap: 0.5rem;
}
.l-cv__tel a img {
  width: 45px;
  background: hsl(45, 3%, 27%);
  border-radius: 50%;
  padding: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-cv__mail {
    justify-self: center;
  }
}
.l-cv__mail a {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  padding-inline: 4.6em;
  border-radius: 5em;
}
.l-cv__mail a img {
  width: 27px;
}

.l-footer {
  padding-block-start: clamp(4.25rem, 2.31rem + 8.28vw, 8rem);
  padding-block-end: clamp(2.75rem, 1.59rem + 4.97vw, 5rem);
  background: hsl(45, 3%, 27%);
  color: hsl(0, 0%, 100%);
}
.l-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .l-footer__grid {
    grid-template-columns: 1fr;
    padding-block-end: 3.5rem;
  }
}
.l-footer__grid--right {
  margin-block-start: 1.5rem;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .l-footer__grid--right {
    justify-self: start;
  }
}
.l-footer__logo {
  line-height: 1;
  text-align: center;
}

.l-footer__logo img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  height: auto;
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  -moz-column-gap: clamp(1.625rem, 1.17rem + 1.93vw, 2.5rem);
  column-gap: clamp(1.625rem, 1.17rem + 1.93vw, 2.5rem);
  margin-block-end: clamp(2.25rem, 1.6rem + 2.76vw, 3.5rem);
}
.l-footer__nav > a {
  display: block;
  writing-mode: vertical-rl;
}
.l-footer__tel {
  margin-block-start: 1.2em;
  font-size: clamp(1rem, 0.55rem + 1.93vw, 1.875rem);
  margin-block-end: 0.75rem;
  text-align: center;
}
.l-footer__tel small {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  padding-inline-end: 8px;
}
.l-footer__txt {
  font-size: 0.75rem;
  text-align: center;
}
.l-footer__copy {
  text-align: center;
  padding-block: 3em;
  font-size: 0.625rem;
  line-height: 1;
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    padding-block-end: 3.75rem;
  }
}

/* ====================================
TOP
==================================== */
main img {
  border-radius: 8px;
}

.top-mv {
  position: relative;
  background: linear-gradient(0deg, hsl(0, 0%, 100%) 30%, hsl(45, 3%, 27%) 30%);
}
.top-mv__img {
  height: 90vh;
  border: 5px solid hsl(0, 0%, 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-mv__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-mv__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: hsl(0, 1%, 20%);
  opacity: 0.5;
}
.top-mv__box {
  color: hsl(0, 0%, 100%);
  margin-block-start: 2em;
  margin-block-end: clamp(2.25rem, 1.34rem + 3.86vw, 4rem);
  position: absolute;
  z-index: 3;
  left: clamp(2.25rem, 1.6rem + 2.76vw, 3.5rem);
  bottom: clamp(2.625rem, 1.91rem + 3.03vw, 4rem);
}
@media screen and (max-width: 768px) {
  .top-mv__box {
    left: 5%;
  }
}
.top-mv__cp {
  font-size: max(2.08vw, 1.5rem);
  line-height: 1.3857142857;
}
.top-mv__txt {
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-block-start: 2em;
}

.top-news {
  margin-block: clamp(4.125rem, 2.38rem + 7.45vw, 7.5rem);
  padding-block: clamp(4.875rem, 2.87rem + 8.55vw, 8.75rem);
  position: relative;
}
.top-news::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  inset-block: 0;
  width: 73vw;
  background: hsl(0, 0%, 97%);
}
.top-news__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(2.625rem, 1.91rem + 3.03vw, 4rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-news__flex {
    flex-direction: column;
  }
}
.top-news__ttlBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1em;
}
.top-news__num {
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
}
.top-news__line {
  display: block;
  width: clamp(6.25rem, 3.02rem + 13.79vw, 12.5rem);
  height: 1px;
  background: hsl(45, 3%, 27%);
}
.top-news__ttl .en {
  font-size: clamp(1rem, 0.61rem + 1.66vw, 1.75rem);
  display: block;
  line-height: 1;
}
.top-news__ttl .ja {
  margin-block-start: 1em;
  display: block;
  line-height: 1;
  font-size: clamp(0.875rem, 0.81rem + 0.28vw, 1rem);
}
.top-news__box {
  flex: 1;
}
.top-news .c-blog a {
  display: block;
}
.top-news .top-about__btn {
  margin-block-start: 2em;
  margin-inline: 0 auto;
}

.top-about {
  padding-block-start: clamp(4.25rem, 2.31rem + 8.28vw, 8rem);
}
.top-about__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-about__grid {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-about__grid {
    display: block;
  }
}
.top-about__box {
  flex: 1;
  padding-inline: 3%;
}
.top-about__img img {
  aspect-ratio: 820/615;
  width: 60vw;
}
@media screen and (max-width: 768px) {
  .top-about__img img {
    width: 100%;
  }
}
.top-about__boxwrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-about__boxwrap {
    flex-direction: column;
  }
}
.top-about__cp {
  font-size: clamp(1rem, 0.61rem + 1.66vw, 1.75rem);
  line-height: 1.6428571429;
  margin-block-end: 1em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .top-about__cp {
    writing-mode: horizontal-tb;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.top-about__txt {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .top-about__txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-block: auto;
  }
}
.top-about__btn {
  margin-block-start: 1em;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.top-about__illust {
  margin-block-start: clamp(2.75rem, 1.59rem + 4.97vw, 5rem);
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.top-about__illust img {
  width: min(360px, 100%);
  display: block;
  margin-inline: auto 0;
  aspect-ratio: 290/280;
}
/* @media screen and (max-width: 768px) {
  .top-about__illust img {
    width: min(360px, calc(80 / 375 * 100vw));
  }
} */
@media screen and (max-width: 768px) {
  .top-about {
    position: relative;
  }

  .top-about__illust {
    position: static;
  }

  .top-about__illust img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -80px); /* ← かなり下げた */

    width: min(700px, 120%);
    aspect-ratio: 290/280;

    display: block;
    z-index: -1; /* ← 背景にする */
    opacity: 0.4; /* 少しだけ透過 */
  }
}

.top-HiPa__flex02 {
  padding-block: clamp(3rem, 1.97rem + 4.41vw, 5rem);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0 clamp(2.25rem, 1.6rem + 2.76vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .top-HiPa__flex02 {
    flex-direction: column;
  }
}
.top-HiPa__flex02.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-HiPa__flex02.--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .top-HiPa__flex02 {
    flex-direction: column-reverse;
    background: #000;
    margin-block: 3em;
  }
}
.top-HiPa__flex--left {
  flex: 1;
}
.top-HiPa__flex--right {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .top-HiPa__flex--right {
    width: 100%;
  }
}
.top-HiPa__cpBox {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: hsl(0, 0%, 100%);
  background: #000;
  padding: clamp(2.625rem, 1.91rem + 3.03vw, 4rem) clamp(1.625rem, 1.17rem + 1.93vw, 2.5rem);
}
.top-HiPa__txtBox {
  margin-top: 1.5%;
  width: -moz-fit-content;
  width: fit-content;
  color: hsl(0, 0%, 100%);
  background: #000;
  padding: clamp(1.625rem, 1.17rem + 1.93vw, 2.5rem) clamp(2.5rem, 1.85rem + 2.76vw, 3.75rem) clamp(1.625rem, 1.17rem + 1.93vw, 2.5rem) clamp(3.75rem, 2.46rem + 5.52vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .top-HiPa__txtBox {
    margin-top: 0;
  }
}
.top-HiPa__ttlBox {
  color: hsl(0, 0%, 100%);
  background: #000;
  padding: 4em 0 10em;
}
.top-HiPa__ttlBox .c-ttlB {
  margin-block-end: 0;
}
.top-HiPa__cp {
  font-size: clamp(1rem, 0.61rem + 1.66vw, 1.75rem);
  line-height: 1.6428571429;
  margin-block-end: 1em;
  writing-mode: vertical-rl;
  display: block;
  margin-block: auto;
}
@media screen and (max-width: 768px) {
  .top-HiPa__cp {
    writing-mode: horizontal-tb;
  }
}
.top-HiPa__img {
  margin-block-start: -4em;
  margin-inline-start: 8%;
}
.--reverse .top-HiPa__img {
  margin-inline-start: 0;
  margin-inline-end: 8%;
}
@media screen and (max-width: 768px) {
  .--reverse .top-HiPa__img {
    margin-inline: 5%;
  }
}

@media screen and (max-width: 768px) {
  .top-HiPa__img {
    margin-inline: 5%;
  }
}
.top-HiPa__img img {
  aspect-ratio: 161/94;
}
.top-passion {
  margin-block-start: clamp(4.25rem, 2.31rem + 8.28vw, 8rem);
}

.top-features {
  padding-block-end: clamp(4.25rem, 2.31rem + 8.28vw, 8rem);
  position: relative;
  overflow: hidden;
}
.top-features__inner {
  position: relative;
  z-index: 2;
}
.top-features::before {
  content: "";
  display: block;
  width: 100vw;
  background: url(../img/top/bg.png) no-repeat center/cover;
  position: absolute;
  aspect-ratio: 1920/395;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-features::before {
    height: 80%;
    aspect-ratio: auto;
    background-repeat: repeat;
  }
}

.top-recommend {
  padding-block-start: clamp(7rem, 3.38rem + 15.45vw, 14rem);
}
.top-recommend__box {
  /* border: 1px solid hsl(45, 3%, 27%); */
  padding-block: clamp(2.25rem, 1.34rem + 3.86vw, 4rem);
  padding-inline: clamp(2rem, 1.22rem + 3.31vw, 3.5rem);
  width: calc(100% - 22.92vw);
  margin-inline: auto;
}
.top-recommend__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .top-recommend__item {
    grid-template-columns: 1fr;
  }
}
.top-recommend__itemBox {
  border-block-start: 1px solid hsl(45, 3%, 27%);
}
.top-recommend__itemBox .ttl {
  font-size: clamp(0.875rem, 0.62rem + 1.1vw, 1.375rem);
  padding-block: 1em;
}
.top-recommend__itemBox .price {
  margin-block-start: 2em;
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  color: hsl(45, 3%, 27%);
}

.top-service {
  padding-block-start: clamp(6rem, 2.9rem + 13.24vw, 12rem);
  background-color: hsl(0, 0%, 97%);
  padding-bottom: 70px;
}
.top-service__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 3.54vw;
}
@media screen and (max-width: 768px) {
  .top-service__flex {
    grid-template-columns: 1fr;
  }
}
.top-service__box {
  display: flex;
  flex-direction: column;
}
.top-service__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1em;
  font-size: clamp(1.0625rem, 0.58rem + 2.07vw, 2rem);
  margin-block-end: 1em;
}
.top-service__ttl::after {
  content: "";
  display: inline-block;
  width: 5.83vw;
  height: 1px;
  background: hsl(0, 1%, 20%);
}
.top-service__img {
  margin-block-end: 2em;
}
.top-service__txt {
  flex: 1;
}
.top-service__btn {
  margin-block-start: clamp(2.25rem, 1.34rem + 3.86vw, 4rem);
}

.top-support {
  padding-block: clamp(7rem, 3.38rem + 15.45vw, 14rem);
}
.top-support__box {
  background: hsl(0, 0%, 97%);
  padding-block-start: clamp(2rem, 1.22rem + 3.31vw, 3.5rem);
  padding-block-end: clamp(2.25rem, 1.34rem + 3.86vw, 4rem);
}
.top-support__ttl {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-end: 1em;
  font-size: clamp(1.25rem, 0.6rem + 2.76vw, 2.5rem);
}
.top-support__ttl .en {
  display: block;
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  color: #8d8d8b;
  line-height: 1;
}
.top-support__ttl .ja {
  display: block;
  padding-inline: 1em;
}
.top-support__ttl::after {
  content: "";
  display: block;
  text-align: center;
  margin-inline: auto;
  width: 100%;
  height: 10px;
  border-block-start: 4px solid hsl(45, 3%, 27%);
  border-block-end: 2px solid hsl(45, 3%, 27%);
}
.top-support__txt {
  font-size: clamp(0.875rem, 0.68rem + 0.83vw, 1.25rem);
  text-align: center;
  line-height: 1.85;
  margin-block-end: 2em;
}
.top-support__btn a {
  grid-template-columns: 1fr auto;
  gap: 1em;
  padding-inline: 2em;
}
.top-support__btn a::before {
  display: none;
}
.top-support__btn a::after {
  content: "";
  display: none;
}

.top-gallery {
  padding-block: clamp(6rem, 2.9rem + 13.24vw, 12rem);
  position: relative;
}
.top-gallery__inner {
  position: relative;
  z-index: 2;
}
.top-gallery::before {
  content: "";
  display: block;
  width: 100vw;
  background: url(../img/top/bg.png) no-repeat center/cover;
  position: absolute;
  aspect-ratio: 1920/395;
  z-index: 1;
  top: 0;
}
.top-gallery__slider {
  width: min(1400px, 100%);
  margin-inline: auto 0;
}
.top-gallery__item img {
  aspect-ratio: 560/340;
}

.top-faq {
  position: relative;
  background: url(../img/top/faq_bg01.jpg) no-repeat center/cover;
  padding: clamp(4.625rem, 2.62rem + 8.55vw, 8.5rem) clamp(1.5rem, 1.47rem + 0.14vw, 1.5625rem);
}
.top-faq .inner {
  position: relative;
}
.top-faq__ttlBox {
  position: absolute;
  top: -5em;
  left: clamp(2.25rem, 1.6rem + 2.76vw, 3.5rem);
  transform: translate(0, -50%);
}
.top-faq__ttl {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  letter-spacing: 0.35em;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19);
  line-height: 1;
  padding: clamp(1.5rem, 1.11rem + 1.66vw, 2.25rem) clamp(1.5rem, 1.95rem - 1.93vw, 0.625rem);
}
@media screen and (max-width: 768px) {
  .top-faq__ttl {
    writing-mode: horizontal-tb;
  }
}
.top-faq__box {
  padding: clamp(2.5rem, 1.85rem + 2.76vw, 3.75rem) clamp(3.375rem, 2.21rem + 4.97vw, 5.625rem);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19);
  max-width: 520px;
  margin: 0 auto;
}
.top-faq__box > p {
  letter-spacing: 0.35em;
  line-height: 2.6;
}
.top-faq__box .top-about__btn {
  margin-block-start: clamp(2.25rem, 1.6rem + 2.76vw, 3.5rem);
}

.top-blog {
  padding-block: clamp(7rem, 3.38rem + 15.45vw, 14rem);
}
.top-blog__box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-blog__box {
    flex-direction: column;
  }
}
.top-blog__line {
  display: block;
  width: 1px;
  height: min(190px, 9.9vw);
  background: hsl(0, 1%, 20%);
}
@media screen and (max-width: 768px) {
  .top-blog__line {
    display: none;
  }
}
.top-blog__btn a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 0.875rem;
  gap: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-blog__btn a {
    justify-content: start;
  }
}
.top-blog__btn a::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: hsl(0, 1%, 20%);
}

/* ====================================
セクション共通レイアウト
==================================== */
.sub-mv {
  margin-block-end: clamp(2.75rem, 1.59rem + 4.97vw, 5rem);
  height: min(650px, calc(400 / 375 * 100vw));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.sub-mv__img {
  display: block;
  width: min(1580px, 75vw);
  position: absolute;
  inset: 0 0 0 auto;
}
.sub-mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-mv__inner {
  position: relative;
  flex: 1;
}
.sub-mv__box {
  position: absolute;
  z-index: 2;
}
.sub-mv__cp {
  font-size: clamp(1.375rem, 0.53rem + 3.59vw, 3rem);
  line-height: 1;
  background: hsl(0, 0%, 100%);
  padding-inline: 2rem;
  padding-block: 1rem;
  transform: translate(0%, 20%);
}
.sub-mv__marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 4;
}
.sub-mv__en {
  font-size: clamp(7rem, 3.38rem + 15.45vw, 14rem);
  line-height: 1;
  color: hsl(0deg, 0%, 97%, 90%);
  white-space: nowrap;
  text-transform: uppercase;
  animation: scrollText 60s linear infinite;
}
.sub-mv__flex {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ====================================
section
==================================== */
.l-sec-a {
  padding-block-end: clamp(4.25rem, 2.31rem + 8.28vw, 8rem);
  position: relative;
  z-index: 2;
}
.l-sec {
  padding-block-end: clamp(4.25rem, 2.31rem + 8.28vw, 8rem);
  position: relative;
  z-index: 2;
}
.l-sec.--first {
  padding-block-start: clamp(3.5rem, 1.95rem + 6.62vw, 6.5rem);
}
.l-sec.--bg {
  background: hsl(0, 0%, 97%);
}
/* .l-sec__h3 {
  font-size: clamp(1.0625rem, 0.58rem + 2.07vw, 2rem);
  font-size: clamp(1.375rem, 0.53rem + 3.59vw, 3rem);
  margin-block-end: 1.5em;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
} */

.l-sec__h3 {
  position: relative;

  font-size: clamp(1.375rem, 0.53rem + 3.59vw, 3rem);
  margin-block-end: 0.8em;
  padding-block-end: 0.6em;

  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;

  color: #2f2f2f;
}

/* 緩やかなカーブの装飾ライン */
.l-sec__h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 3.5em;
  height: 0.6em;

  border-bottom: 1px solid transparent;
  border-radius: 0 0 999px 999px;

  background: linear-gradient(to right, transparent 0%, #8a8376 50%, transparent 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.l-sec__h3::before {
  content: attr(data-en);
  display: block;
  font-size: clamp(0.875rem, 0.75rem + 0.55vw, 1.125rem);
  color: hsl(45, 3%, 27%);
  margin-block-end: 0.625rem;
}
.l-sec__h3.--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sec__h3.--center {
    text-align: left;
  }
}
.l-sec__h4 {
  display: inline-block;
  text-align: center;
  width: min(225px, 100%);
  font-size: clamp(0.875rem, 0.78rem + 0.41vw, 1.0625rem);
  background: hsl(45, 3%, 27%);
  color: hsl(0, 0%, 100%);
  border-radius: 30px;
  margin-block-end: 0.5rem;
}
.l-sec__cp {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  margin-block-end: 1em;
  font-weight: 600;
}
.l-sec__cp.--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sec__cp.--center {
    text-align: left;
  }
}
/* .l-sec__txt {
  margin-block-end: 1em;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
} */

.ll-sec__txt {
  margin-block-end: 1em;

  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;

  line-height: 2.3;

  background: hsl(0deg, 0%, 100%);
  border: 1px solid hsl(30deg, 8%, 35%);
  padding-block: 1.2em;
  padding-inline: 1.6em;

  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.l-sec__txt.--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sec__txt.--center {
    text-align: left;
  }
}
.l-sec__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  row-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-sec__flex {
    flex-direction: column;
  }
}
.l-sec__flex.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-sec__flex.--reverse {
    flex-direction: column;
  }
}
.l-sec__flex.--wrap {
  flex-wrap: wrap;
}
.l-sec__flex.--ai-center {
  align-items: center;
}
.l-sec__flex:not(:first-of-type) {
  margin-block-start: clamp(3.5rem, 1.95rem + 6.62vw, 6.5rem);
}
.l-sec__flex > * {
  flex-basis: 45%;
  width: 100%;
}
.l-sec__img {
  margin-block-end: 1.5rem;
  overflow: hidden;
}
.l-sec__img.img03 {
  display: grid;
  grid-template-columns: 62.3% auto;
  gap: 1px;
}
.l-sec__img.img03 img:nth-child(1) {
  aspect-ratio: 1124/800;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  grid-area: 1/1/3/2;
}
.l-sec__img.img03 img:nth-child(2) {
  grid-area: 1/2/2/3;
}
.l-sec__img.img03 img:nth-child(3) {
  grid-area: 2/2/3/3;
}
.l-sec__img.img02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
.l-sec__flexTxt {
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-sec__flexImg {
  flex-basis: 60%;
}
.l-sec__box {
  margin-block-start: 3rem;
  background-color: hsl(0, 0%, 100%);
  padding-block: 1.5em;
  padding-inline: 1.5em;
  position: relative;
}
.l-sec__box.--bg {
  background-color: hsl(0, 0%, 97%);
}
.l-sec__box--h4 {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  text-wrap: nowrap;
  color: hsl(45, 3%, 27%);
  font-weight: 600;
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-sec__box--h4::before,
.l-sec__box--h4::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: hsl(45, 3%, 27%);
  transform: rotate(-20deg);
}
.l-sec__box--h4::after {
  transform: rotate(20deg);
}
.l-sec__ul {
  margin-block-end: 2em;
}
.l-sec__ul > li {
  font-size: clamp(0.875rem, 0.78rem + 0.41vw, 1.0625rem);
  padding-block: 0.5em;
  border-block-end: 1px solid hsl(45deg, 3%, 27%, 40%);
  padding-inline: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
}
.l-sec__ul.--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .l-sec__ul.--flex {
    flex-direction: column;
  }
}
.l-sec__ol {
  margin-block-start: 4em;
  display: grid;
  grid-template-columns: repeat(auto-fit, 32%);
  gap: 1.5rem 2%;
  counter-reset: number 0;
  margin-block-end: 3em;
}
@media screen and (max-width: 768px) {
  .l-sec__ol {
    grid-template-columns: 1fr;
  }
}
.l-sec__ol > li {
  background: hsl(0deg, 0%, 100%, 70%);
  border: 1px solid hsl(0, 1%, 20%);
  padding-block: 1em;
  padding-inline: 1.5em;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.l-sec__ol--ttl {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  font-weight: 600;
  margin-block-end: 0.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.l-sec__ol--ttl::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  font-size: clamp(1.375rem, 0.53rem + 3.59vw, 3rem);
  color: hsl(45, 3%, 27%);
}
.l-sec__ol p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.l-sec__dl {
  margin-block-end: 1rem;
}
.l-sec__dl dt {
  font-size: clamp(0.9375rem, 0.65rem + 1.24vw, 1.5rem);
  line-height: 1.4;
  font-weight: normal;
  color: hsl(45, 3%, 27%);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
.l-sec__dl dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: hsl(45, 3%, 27%);
}
@media screen and (max-width: 768px) {
  .l-sec__dl dt::before {
    width: 10px;
  }
}
.l-sec__dl dd {
  padding-inline-start: 28px;
}
.l-sec__map {
  aspect-ratio: 4/3;
  width: 100%;
  height: min(21.875rem, calc(300 / 375 * 100vw));
  margin-block-end: 1em;
}
.l-sec__slider .splide__track {
  width: 85%;
  margin-inline: auto;
}

.about__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .about__flex {
    flex-direction: column;
  }
}
.about__flex--left {
  flex-basis: 30%;
}
.about__flex--right {
  flex-basis: 65%;
}
.about__btn {
  margin-block-start: 3em;
}

.overview__flex > h3 {
  flex-basis: 25%;
}
.overview__flex > div {
  flex-basis: 70%;
}

.voice__box {
  width: calc(100% - 12.5vw);
  margin-inline: auto;
}
.voice__item {
  background: hsl(0, 0%, 97%);
  padding-block: 1em;
  padding-inline: 1.5em;
  transition: 0.3s;
  opacity: 0.3;
}
.voice__item.is-active {
  opacity: 1;
}

/* 見た目：h3の中のボタンを見出しっぽく */
.l-sec__h3 .acc-toggle {
  display: block;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit; /* h3の文字サイズを継承 */
}

/* パネルのアニメーション（max-height方式） */
.acc-panel {
  overflow: hidden;
  margin-block-end: 40px;
}

/* モバイル時のみトランジション */
@media (max-width: 767px) {
  .acc-panel {
    max-height: 0;
    opacity: 0;
  }
}
/* PCは常時展開 */
@media (min-width: 768px) {
  .acc-panel {
    max-height: none !important;
    opacity: 1 !important;
  }
}

.pagetop a {
  display: inline-block;

  padding: 0.3em 0.8em;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  line-height: 1;

  color: #3b372f;
  background: #e9e2d4; /* 経年した紙色 */

  text-decoration: none;
  border-radius: 4px;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

/* hover */
.pagetop a:hover {
  background: #dcd3c1;
  color: #1f1e1b;
}

#service01 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

#service02 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

#service03 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

#service04 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

#service05 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

#service06 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

#service07 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

#service08 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

#service09 .acc-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
}

.top-service__flex {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.top-service__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.top-service__box--reverse .top-service__inner {
  flex-direction: row-reverse;
}

.top-service__content,
.top-service__img {
  width: 50%;
}

.top-service__img img {
  width: 100%;
  height: auto;
  display: block;
}

.top-service__ttl {
  font-size: 24px;
  margin-bottom: 20px;
}

.top-service__txt {
  line-height: 1.8;
  margin-bottom: 30px;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .top-service__inner {
    flex-direction: column;
  }

  .top-service__box--reverse .top-service__inner {
    flex-direction: column;
  }

  .top-service__content,
  .top-service__img {
    width: 100%;
  }
}

.top-service__ttl {
  margin-bottom: 30px;
}

.top-service__ttlBox {
  display: inline-block;
  width: fit-content;
  color: #fff;
  background: #000;
  padding: clamp(1rem, 0.6rem + 1.5vw, 1.8rem) clamp(1.2rem, 0.8rem + 1.5vw, 2.5rem);
  font-size: clamp(1.2rem, 1rem + 1vw, 1.8rem);
  line-height: 1.4;
}

.category-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 60px 0;
}

.category-tabs__btn {
  padding: 12px 28px;
  background: transparent;
  border: 1px solid #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  .category-tabs {
    display: flex;
    flex-wrap: wrap; /* はみ出し防止 */
    gap: 10px;
  }

  .category-tabs__btn {
    flex: 1 1 calc(50% - 10px); /* 2列 */
    padding: 14px 12px;
    font-size: 14px;
    text-align: center;
  }
}

.category-tabs__btn:hover {
  background: #000;
  color: #fff;
}

/* 選択中 */
.category-tabs__btn.is-active {
  background: #000;
  color: #fff;
}

.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-radio-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
}

input[type="file"] {
  margin-top: 8px;
}

.form-note {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}

.js-letterSlide span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-40px);
  animation: letterSlide 0.6s ease forwards;
}

.js-letterSlide span:nth-child(1) {
  animation-delay: 0.1s;
}
.js-letterSlide span:nth-child(2) {
  animation-delay: 0.2s;
}
.js-letterSlide span:nth-child(3) {
  animation-delay: 0.3s;
}
.js-letterSlide span:nth-child(4) {
  animation-delay: 0.4s;
}
.js-letterSlide span:nth-child(5) {
  animation-delay: 0.5s;
}
.js-letterSlide span:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes letterSlide {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 日本語 */
.letter-slide span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-25px);
  animation: slideLetter 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--i) * 0.06s);
}

/* 文字を白にし、一文字ずつ同時にフェードインさせる設定 */
.letter-fade-white span {
  display: inline-block;
  opacity: 0;
  color: #ffffff; /* 文字色は白 */
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* 背景が明るい場合を想定した可読性向上 */
  animation: pureFadeIn 1.2s ease forwards;
  /* メインコピー終了後の1.8秒から、日・英同時に開始 */
  animation-delay: calc(1.8s + (var(--i) * 0.04s));
}

@keyframes pureFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 字間とレイアウトの調整 */
.top-mv__txt.b-en-500 {
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 15px;
}

@keyframes slideLetter {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideText {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ================= BASE ================= */

body {
  margin: 0;
  font-family: "Yu Mincho", serif;
  color: #111;
  line-height: 1.9;
  background: #fff;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.narrow {
  max-width: 750px;
}

.section {
  padding: 80px 0;
}

body {
  margin: 0;
  font-family: "Yu Mincho", serif;
  line-height: 1.9;
  color: #111;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.narrow {
  max-width: 750px;
}

.section {
  padding: 120px 0;
}

.hero {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 160px 20px;
}

.hero__en {
  letter-spacing: 0.4em;
  font-size: 0.8rem;
  opacity: 0.6;
}

.hero__title {
  font-size: 2.2rem;
  margin: 20px 0;
}

.hero__line {
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 30px auto 0;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.sub-title {
  margin-top: 40px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.lead {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.text {
  margin-bottom: 20px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.split.reverse {
  direction: rtl;
}

.split.reverse > * {
  direction: ltr;
}

.split__image {
  background: #ddd;
  min-height: 500px;
}

.split__content {
  padding: 80px;
}

.dark {
  background: #281f1f;
  color: #fff;
}

.dark .split__image {
  background: #333;
}

.styled-list,
.quote-list {
  margin: 20px 0;
  padding-left: 20px;
}

.quote-list li {
  margin-bottom: 10px;
}

.styled-ol {
  margin: 20px 0;
  padding-left: 20px;
}

.center {
  text-align: center;
}

.cta-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 15px 40px;
  border: 1px solid #111;
  text-decoration: none;
  color: #111;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #111;
  color: #fff;
}

.cta-btn.line {
  border-color: #06c755;
  color: #06c755;
}

.cta-btn.line:hover {
  background: #06c755;
  color: #fff;
}

@media (max-width: 900px) {
  .split {
    grid-template-columns: 1fr;
  }
  .split__content {
    padding: 40px 20px;
  }
}

/* 背景ボーダー線：セクション全体に適用 */
.section.split {
  position: relative;
  overflow: hidden;
}

.split__grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

/* テキストの強弱と配色（指示内容） */
.split__label {
  color: #b2936a; /* 金 */
  font-weight: 600;
  margin-bottom: 5px;
}

.text--highlight {
  font-weight: 600;
  color: #b2936a; /* 金：強 */
  font-size: 1.1rem;
}

.text--plain {
  color: #666; /* グレー：弱 */
  font-size: 0.95rem;
}

/* スマホでの改行最適化 */
.pc-only {
  display: inline;
}

@media (max-width: 900px) {
  .pc-only {
    display: none; /* スマホでは強制改行を解除 */
  }
}

/* リストの色付け（最小限の変更） */
.quote-list li::before {
  color: #b2936a;
}
.styled-list li {
  border-left-color: #b2936a;
}

/* --- ダークセクション専用の調整 --- */

.section.split.dark {
  position: relative;
  overflow: hidden;
  background-color: #281f1f; /* 既存のダーク色 */
}

/* 背景：ダーク背景用の白いボーダー線 */
.dark .split__grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

/* テキストの強弱と配色 */
.dark .text--highlight {
  font-weight: 600;
  color: #d4b68c; /* ダーク背景でも沈まない明るめの金 */
  font-size: 1.1rem;
}

.dark .text--plain {
  color: #bbb; /* ダーク背景用の明るいグレー */
  font-size: 0.95rem;
  line-height: 2;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .pc-only {
    display: none; /* スマホでは改行解除 */
  }
}

/* リスト・装飾（ダーク版） */
.dark .quote-list li::before {
  color: #d4b68c;
}

.dark .styled-ol li {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0;
}

/* --- ダークセクション視認性・重なり修正 --- */

.dark {
  background-color: #281f1f;
  color: #ffffff; /* 基本文字色を白に固定 */
}

/* 1. テキストとリストの重なりを解消 */
.styled-ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: repair-counter;
}

.styled-ol li {
  position: relative;
  /* 数字と重ならないよう左余白を45pxに広げる */
  padding-left: 45px !important;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #ffffff !important; /* 読めなくなるのを防ぐため白に固定 */
}

/* 2. 数字アイコンのデザインと配置 */
.styled-ol li::before {
  counter-increment: repair-counter;
  content: counter(repair-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #d4b68c; /* 金色 */
  color: #281f1f; /* 数字は背景色と同じにして視認性確保 */
  font-weight: bold;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

/* 3. 悩みリスト（ドット）の重なり解消 */
.quote-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #eeeeee !important; /* 読めるように明るいグレーに */
}

.quote-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 1px;
  background-color: #d4b68c;
}

/* 4. ボックスの背景色調整（読めなくなるのを防ぐ） */
.list-box--quote {
  border: 1px solid rgba(212, 182, 140, 0.4);
  background: rgba(255, 255, 255, 0.05); /* 背景をわずかに明るく */
  padding: 25px;
  margin: 30px 0;
}

.list-box--policy {
  border-left: 4px solid #d4b68c;
  background: rgba(255, 255, 255, 0.03);
  padding: 25px;
  margin: 30px 0;
}

/* 5. テキストの強弱（色化け防止） */
.dark .text--highlight {
  color: #d4b68c !important; /* 金 */
  font-weight: 600;
}

.dark .text--plain {
  color: #cccccc !important; /* プレーンな説明文を明るいグレーに */
}

/* 6. タイトル */
.dark .section-title {
  color: #ffffff;
}

.quote-list-a {
  color: #000000;
}

/* --- 視認性・重なり解消・テキスト黒色設定 --- */

/* 1. 基本テキスト色の設定（白背景時） */
.section.split:not(.dark) .section-title,
.section.split:not(.dark) .text,
.section.split:not(.dark) .sub-title,
.section.split:not(.dark) .quote-list li,
.section.split:not(.dark) .styled-ol li {
  color: #000000 !important; /* すべて黒に固定 */
}

/* 2. ハイライト色の設定（黒背景でも読める金） */
.text--highlight {
  font-weight: 600;
  color: #96774b !important;
  margin-bottom: 20px;
}

/* 3. 数字リストの重なり防止（絶対被らない余白） */
.styled-ol {
  counter-reset: repair-num;
  padding: 0;
  margin: 0;
  list-style: none;
}

.styled-ol li {
  position: relative;
  padding-left: 45px !important; /* 数字アイコン（28px）に対して十分な余白 */
  margin-bottom: 15px;
  line-height: 1.7;
}

.styled-ol li::before {
  counter-increment: repair-num;
  content: counter(repair-num);
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  background-color: #b2936a; /* アイコン背景：金 */
  color: #ffffff; /* 数字：白 */
  font-weight: bold;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

/* 4. ボックスデザイン（白背景での視認性） */
.list-box--quote-white {
  border: 1px solid #000000; /* 黒の細枠 */
  padding: 25px;
  margin: 25px 0;
  background-color: rgba(0, 0, 0, 0.02);
}

.list-box--policy-white {
  border-left: 5px solid #b2936a;
  background-color: #f9f9f9;
  padding: 25px;
  margin: 25px 0;
}

/* 5. ドットリストの調整（重なり防止） */
.quote-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.quote-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

/* --- 中央セクション専用：視認性・黒文字・ボックス設定 --- */

.center-section {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding: 100px 0;
}

/* 1. テキストを黒に固定（視認性確保） */
.center-section .section-title,
.center-section .text,
.center-section .quote-list li {
  color: #000000 !important;
}

/* 2. リストボックス（中央揃え用調整） */
.center-box {
  max-width: 600px;
  margin: 40px auto !important; /* 中央に配置 */
  text-align: left; /* リストの中身は左揃えが見やすい */
}

.list-box--quote-white {
  border: 1px solid #000000;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 30px 40px;
}

/* 3. リストの装飾（これまでのセクションと統一） */
.center-section .quote-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.center-section .quote-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.center-section .quote-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 1px;
  background-color: #b2936a; /* アクセントの金 */
}

/* 4. スマホ対応・改行制御 */
.pc-only {
  display: inline;
}

@media screen and (max-width: 900px) {
  .pc-only {
    display: none;
  }

  .center-section {
    padding: 60px 0;
  }

  .center-box {
    margin: 30px 20px !important;
    padding: 20px;
  }
}

/* 5. CTAボタンの視認性維持 */
.cta-btn {
  display: inline-block;
  min-width: 240px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.quote-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 1px;
  background-color: #000000; /* 横線も黒 */
}

/* 6. スマホ対応 */
@media screen and (max-width: 900px) {
  .pc-only {
    display: none;
  }
  .styled-ol li {
    padding-left: 40px !important;
  }
}

/* ================= CTA ================= */

.cta-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 18px 42px;
  border: 1px solid #111;
  text-decoration: none;
  color: #111;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  transition: 0.4s ease;
}

.cta-btn:hover {
  background: #111;
  color: #fff;
}

/* LINEだけ少しアクセント */
.cta-btn.line {
  border-color: #06c755;
  color: #06c755;
}

.cta-btn.line:hover {
  background: #06c755;
  color: #fff;
}

.cta-arrow {
  width: 20px;
  height: 1px;
  background: currentColor;
  position: relative;
}

.cta-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

/* モバイル */

@media (max-width: 600px) {
  .cta-wrap {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

/* ================= CTA ================= */

.cta-wrap {
  text-align: center;
  margin-top: 50px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 18px 40px;
  border: 1px solid #111;
  text-decoration: none;
  color: #111;
  letter-spacing: 0.15em;
  font-size: 0.9rem;
  transition: 0.4s ease;
  position: relative;
}

.cta-btn:hover {
  background: #111;
  color: #fff;
}

.cta-arrow {
  width: 20px;
  height: 1px;
  background: currentColor;
  position: relative;
}

.cta-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

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

.container.narrow {
  text-align: center;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .container p,
  .container .text,
  .container .lead,
  .section {
    margin-bottom: 1.2rem; /* 例: 20px */
  }
}

/* スマホ用 */
@media (max-width: 768px) {
  .section {
    padding: 60px 0; /* 上下余白を半分に */
  }
}

/* 小さいスマホ用（さらに詰めたい場合） */
@media (max-width: 480px) {
  .section {
    padding: 40px 0; /* さらに余白を詰める */
  }
}

/* --- Global Settings --- */
:root {
  --serif: "Shippori Mincho", "Yu Mincho", serif;
  --gold: #b2936a;
  --dark-bg: #111111;
  --soft-bg: #fafafa;
}

/* --- Section 01: Sale (Minimal & Elegant) --- */
.st-sale {
  background-color: var(--soft-bg);
  padding: 160px 0;
  overflow: hidden;
}

.st-sale__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

.st-sale__main-img {
  width: 60%;
  position: relative;
  z-index: 1;
}

.st-sale__main-img img {
  width: 100%;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
}

.st-sale__overlap-txt {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.st-sale__vertical-en {
  writing-mode: vertical-rl;
  font-size: 0.75rem;
  letter-spacing: 0.8em;
  color: var(--gold);
  font-weight: 300;
}

.st-sale__info {
  width: 45%;
  margin-left: -5%; /* 画像に少し被せる */
  padding: 60px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  z-index: 2;
}

.st-sale__sub {
  display: block;
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0.3em;
  margin-bottom: 15px;
}

.st-sale__ttl {
  font-family: var(--serif);
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #222;
}

.st-sale__desc {
  font-family: var(--serif);
  line-height: 2.2;
  font-size: 0.95rem;
  color: #555;
}

.st-sale__link {
  display: inline-block;
  margin-top: 40px;
  text-decoration: none;
  color: #222;
  font-family: var(--serif);
  border-bottom: 1px solid #222;
  padding: 5px 20px 5px 0;
  transition: 0.3s;
}

.st-sale__link:hover {
  color: var(--gold);
  border-color: var(--gold);
  padding-left: 20px;
}

/* --- Section 02: Repair (Industrial & Solid) --- */
.st-repair {
  background-color: var(--dark-bg);
  padding: 180px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.st-repair__bg-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03); /* 極限まで薄く */
  pointer-events: none;
  line-height: 1;
}

.st-repair__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  position: relative;
  z-index: 1;
}

.st-repair__ttl {
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 1.2;
}

.st-repair__ttl span {
  font-size: 1.2rem;
  color: var(--gold);
  display: block;
  margin-top: 10px;
}

.st-repair__lead {
  margin-top: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #aaa;
}

.st-repair__body {
  margin-top: 60px;
}

.st-repair__txt {
  font-family: var(--serif);
  line-height: 2;
  color: #ccc;
  margin-bottom: 40px;
}

.st-repair__spec {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.st-repair__spec-item {
  font-size: 0.75rem;
  border: 1px solid #444;
  padding: 15px;
  flex: 1;
}

.st-repair__spec-item span {
  display: block;
  color: var(--gold);
  margin-bottom: 5px;
}

.st-repair__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--gold);
  color: #fff;
  padding: 25px 40px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.3s;
}

.st-repair__btn:hover {
  background: #fff;
  color: var(--dark-bg);
}

.st-repair__figure {
  position: relative;
}

.st-repair__figure img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.7);
}

.st-repair__frame {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid var(--gold);
  z-index: -1;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .st-sale__wrapper,
  .st-repair__container {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .st-sale__main-img,
  .st-sale__info,
  .st-repair__figure {
    width: 100%;
    margin: 0;
  }
  .st-sale__info {
    padding: 40px 20px;
  }
}

/* --- 修理セクション：白枠線とモノトーンボタンの洗練スタイル --- */

.st-repair {
  background-color: #111111;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

/* 背景の巨大文字（白の透過で馴染ませる） */
.st-repair__bg-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  pointer-events: none;
}

/* 画像の白い枠線（ご指示のポイント） */
.st-repair__figure {
  position: relative;
  z-index: 1;
}

.st-repair__figure img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.1); /* 技術力を際立たせるモノクロ */
}

.st-repair__white-frame {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #ffffff; /* 白い枠線 */
  z-index: -1;
  pointer-events: none;
}

/* ボタン：白ベース → ホバーで黒（ご指示のポイント） */
.st-repair__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff; /* 初期：白 */
  color: #111111; /* 文字：黒 */
  padding: 25px 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  border: 1px solid #ffffff;
}

.st-repair__btn-arrow {
  transition: transform 0.3s ease;
}

.st-repair__btn:hover {
  background-color: #111111; /* ホバー：黒 */
  color: #ffffff; /* 文字：白 */
  /* ホバー時に枠線を残すか消すかはお好みですが、
     境界をはっきりさせるため白枠を維持するのがプロっぽいです */
}

.st-repair__btn:hover .st-repair__btn-arrow {
  transform: translateX(10px);
}

/* 補足：スペック項目の数字アクセント */
.st-repair__spec-item span {
  display: block;
  color: #ffffff; /* ここも白で統一し、ミニマルを極める */
  font-size: 0.7rem;
  margin-bottom: 5px;
  opacity: 0.6;
}

/* --- 修理セクション：グリッド背景とミニマルデザイン --- */

.st-repair {
  background-color: #111111;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
  color: #fff;

  /* 【追加】背景全体に白のボーダー線（グリッド）を配置 */
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    /* 横線 */ linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px); /* 縦線 */
  background-size: 50px 50px; /* グリッドの間隔（お好みで調整してください） */
}

/* 背景の巨大文字は、グリッドの上に重ねてさらに奥行きを出します */
.st-repair__bg-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  pointer-events: none;
  z-index: 0;
}

.st-repair__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  position: relative;
  z-index: 1; /* グリッドより前面に配置 */
}

/* 画像の白い枠線（ご指示通り） */
.st-repair__figure {
  position: relative;
  z-index: 1;
}

.st-repair__figure img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.1);
}

.st-repair__white-frame {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #ffffff; /* 白い枠線 */
  z-index: -1;
}

/* ボタン：白ベース → ホバーで黒（ご指示通り） */
.st-repair__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  color: #111111;
  padding: 25px 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #ffffff;
}

.st-repair__btn:hover {
  background-color: #111111;
  color: #ffffff;
  border-color: #ffffff; /* ホバー時も白枠を維持して視認性を確保 */
}

/* --- 修理セクション：レスポンシブ対応 --- */

@media screen and (max-width: 1024px) {
  .st-repair {
    padding: 100px 0; /* 上下余白を少し詰め、密度を上げる */
    background-size: 30px 30px; /* グリッドを少し細かくして精密感を維持 */
  }

  .st-repair__container {
    grid-template-columns: 1fr; /* 2カラムを1カラムへ */
    gap: 60px;
    padding: 0 5%;
  }

  .st-repair__bg-text {
    font-size: 25vw; /* スマホではさらに巨大にして、抽象的なグラフィックとして扱う */
    top: 20%;
  }

  .st-repair__ttl {
    font-size: 2.2rem; /* 読みやすさを考慮して少しサイズダウン */
  }

  .st-repair__body {
    margin-top: 40px;
  }

  .st-repair__spec {
    flex-wrap: wrap; /* 項目を折り返せるように */
    gap: 10px;
  }

  .st-repair__spec-item {
    flex: 1 1 calc(50% - 10px); /* 2カラム、または1カラムで並ぶように調整 */
    padding: 12px;
  }

  .st-repair__figure {
    order: -1; /* スマホでは「タイトル → 画像 → 説明文」の順にして期待感を高める */
  }

  .st-repair__figure img {
    height: 400px; /* 高さを抑えて、スクロール量を調整 */
  }

  .st-repair__white-frame {
    top: -10px;
    right: -10px;
    bottom: 10px;
    left: 10px; /* 枠線のズレ幅をスマホ用にタイトにする */
  }

  .st-repair__btn {
    padding: 20px; /* タップしやすいサイズを維持しつつスリムに */
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 480px) {
  .st-repair__ttl {
    font-size: 1.8rem;
  }

  .st-repair__spec-item {
    flex: 1 1 100%; /* 極小画面では1カラム */
  }

  .st-repair__bg-text {
    display: none; /* 小さすぎる画面では可読性を優先して非表示にするのも手です */
  }
}

/* --- 販売：ダイナミック・エディトリアルレイアウト --- */

.st-sale-final {
  background-color: #f9f7f2;
  /* 縦幅を大きく確保（ご指示通り） */
  padding: 240px 0;
  position: relative;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
}

/* 背景文字：絶対に改行させない */
.st-sale-final__bg-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22vw;
  color: rgba(0, 0, 0, 0.02);
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  font-family: "Shippori Mincho", serif;
}

.st-sale-final__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.st-sale-final__layout {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 左寄せに変更 */
  gap: 150px; /* 画像とテキストの間に大きな余白を確保 */
}

/* ビジュアル：左寄せの構築 */
.st-sale-final__visual-zone {
  flex: 0 0 45%; /* サイズを絞り、左側に寄せる */
  position: relative;
}

.st-sale-final__img-frame {
  position: relative;
  width: 100%;
}

/* 黒いボックス：画像の左下に配置 */
.st-sale-final__black-box {
  position: absolute;
  top: 40px;
  left: -40px;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: 1;
}

.st-sale-final__img {
  position: relative;
  z-index: 2;
  margin: 0;
}

.st-sale-final__img img {
  width: 100%;
  display: block;
}

/* 縦書き：改行なし。画像右端から適切な距離を保つ */
.st-sale-final__vertical-catch {
  position: absolute;
  top: -40px;
  right: -80px; /* 画像との距離 */
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 3.2rem;
  letter-spacing: 0.5em;
  color: #111;
  z-index: 3;
}

.st-sale-final__vertical-catch span {
  color: #b2936a;
}

/* テキストエリア */
.st-sale-final__content {
  flex: 1;
}

.st-sale-final__en {
  display: block;
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.6em;
  color: #b2936a;
  margin-bottom: 25px;
}

.st-sale-final__jp {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #111;
  white-space: nowrap; /* タイトルも改行させず、横のラインを強調 */
}

.st-sale-final__desc {
  line-height: 2.4;
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 30px;
}

.st-sale-final__lead {
  font-size: 1.3rem;
  font-weight: 600;
  color: #111;
}

/* ボタン：横線アニメーション */
.st-sale-final__footer {
  margin-top: 60px;
}

/* --- 1. ボタン本体：周囲を押し広げない最小設計 --- */
.st-sale-final__btn {
  display: inline-flex; /* 必要な幅だけを確保 */
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;

  /* ホバー前：黒背景 / 白文字 */
  background-color: #111;
  color: #fff;
  border: 1px solid #111;

  font-size: 0.9rem;
  letter-spacing: 0.15em;
  padding: 12px 20px 12px 28px; /* 崩れにくいようpaddingを再計算 */
  position: relative;
  transition:
    background-color 0.4s ease,
    color 0.4s ease;
  line-height: 1; /* 高さをフォントに固定して垂直ズレを防止 */
}

/* ホバー後：白背景 / 黒文字 */
.st-sale-final__btn:hover {
  background-color: #fff;
  color: #111;
}

/* --- 2. 左側のライン：サイズ固定でレイアウトを安定化 --- */
.st-sale-final__btn-line {
  flex-shrink: 0; /* 親が狭くなっても絶対に潰さない */
  width: 40px;
  height: 1px;
  background-color: currentColor;
  margin-right: 15px;
  transition: width 0.3s ease;
}

.st-sale-final__btn:hover .st-sale-final__btn-line {
  width: 20px; /* ホバーで少し短く */
}

/* --- 3. 右側の「＞」：絶対配置にせず、文字の流れに配置 --- */
.st-sale-final__btn::after {
  content: ">";
  flex-shrink: 0;
  margin-left: 15px;
  font-family: serif; /* 記号として認識しやすいフォント */
  font-weight: bold;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* ホバー時に右へスライド */
.st-sale-final__btn:hover::after {
  transform: translateX(5px);
}

/* --- 4. 干渉防止：レスポンシブでの挙動を固定 --- */
@media (max-width: 1024px) {
  .st-sale-final__btn {
    /* 親要素の幅を超えないように制御 */
    max-width: 100%;
    /* タップしやすさのみ向上 */
    padding: 14px 20px 14px 28px;
    font-size: 0.85rem;
  }
}

/* --- 販売：ダイナミック・エディトリアルレイアウト（完全修正版） --- */

.st-sale-final {
  background-color: #f9f7f2;
  padding: clamp(120px, 15vw, 240px) 0; /* 画面サイズに合わせて余白を可変 */
  position: relative;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
}

/* 背景文字：スマホでは視認性を考慮してサイズを調整 */
.st-sale-final__bg-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22vw;
  color: rgba(0, 0, 0, 0.02);
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

.st-sale-final__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.st-sale-final__layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 120px;
}

/* ビジュアルエリア */
.st-sale-final__visual-zone {
  flex: 0 0 45%;
  position: relative;
}

.st-sale-final__img-frame {
  position: relative;
  width: 100%;
}

.st-sale-final__black-box {
  position: absolute;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: 1;
}

.st-sale-final__img {
  position: relative;
  z-index: 2;
  margin: 0;
}

.st-sale-final__img img {
  width: 100%;
  display: block;
}

.st-sale-final__vertical-catch {
  position: absolute;
  top: -30px;
  right: -70px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: clamp(1.8rem, 3vw, 3rem); /* サイズを可変に */
  letter-spacing: 0.4em;
  color: #111;
  z-index: 3;
}

/* テキストエリア */
.st-sale-final__content {
  flex: 1;
}

.st-sale-final__jp {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.4;
  margin-bottom: 30px;
  color: #111;
  white-space: nowrap;
}

/* ==========================================
   レスポンシブ・コントロール
   ========================================== */

/* タブレットサイズ（1024px以下） */
@media (max-width: 1100px) {
  .st-sale-final__layout {
    gap: 80px;
  }
  .st-sale-final__vertical-catch {
    right: -50px; /* 飛び出しすぎを防止 */
  }
}

/* モバイル・タブレット縦（960px以下） */
@media (max-width: 960px) {
  .st-sale-final__layout {
    flex-direction: column;
    align-items: flex-start; /* 左寄せのニュアンスを維持 */
    gap: 100px;
  }

  .st-sale-final__visual-zone {
    width: 60%; /* 画像のサイズ感を維持 */
    margin-left: 30px; /* 黒ボックスの飛び出し分を確保 */
  }

  .st-sale-final__jp {
    white-space: normal; /* 折り返しを許可して画面内に収める */
  }
}

/* スマホサイズ（640px以下） */
@media (max-width: 640px) {
  .st-sale-final {
    padding: 80px 0;
  }

  .st-sale-final__container {
    padding: 0 25px;
  }

  .st-sale-final__visual-zone {
    width: 75%; /* スマホでは少し大きめに表示 */
    margin-left: 20px;
  }

  .st-sale-final__black-box {
    top: 15px;
    left: -15px; /* 重なりをタイトにして画面内に収める */
  }

  .st-sale-final__vertical-catch {
    right: -40px;
    top: -20px;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }

  .st-sale-final__jp {
    font-size: 1.6rem;
  }

  .st-sale-final__desc {
    font-size: 0.95rem;
    line-height: 2;
  }

  .st-sale-final__btn-line {
    width: 40px; /* ボタンの線をスマホ用に短縮 */
  }
}

/* 極小画面（375px以下） */
@media (max-width: 375px) {
  .st-sale-final__visual-zone {
    width: 80%;
  }
  .st-sale-final__vertical-catch {
    font-size: 1.4rem;
    right: -35px;
  }
}

/* --- 販売：画像の左寄せと余白の最適化 --- */

.st-sale-final__layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(80px, 10vw, 150px); /* 画像とテキストの間の「溜め」を確保 */
}

/* ビジュアルエリア：さらに左へ */
.st-sale-final__visual-zone {
  flex: 0 0 45%;
  position: relative;
  /* 画像全体を左にスライドさせ、中央の余白を広げる */
  margin-left: -20px;
}

.st-sale-final__img-frame {
  position: relative;
  width: 85%; /* フレーム自体を少し絞って、右側の縦書きコピーに空間を譲る */
}

/* 黒いボックス：位置を微調整 */
.st-sale-final__black-box {
  position: absolute;
  top: 35px;
  left: -35px;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: 1;
}

.st-sale-final__img {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden; /* 画像がはみ出さないようガード */
}

/* 縦書き：画像との距離（right値）を広げてバランスを整える */
.st-sale-final__vertical-catch {
  position: absolute;
  top: -30px;
  right: -100px; /* ここを広げました（以前は-70px〜-80px） */
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  letter-spacing: 0.5em;
  color: #111;
  z-index: 3;
}

/* --- レスポンシブ時の左寄せ維持 --- */
@media (max-width: 960px) {
  .st-sale-final__visual-zone {
    width: 65%;
    margin-left: 40px; /* スマホでは画面外に消えないよう、逆に左マージンを正の値に */
  }

  .st-sale-final__vertical-catch {
    right: -60px; /* スマホ画面幅に合わせて再調整 */
  }
}

@media (max-width: 640px) {
  .st-sale-final__visual-zone {
    width: 70%;
    margin-left: 30px;
  }

  .st-sale-final__vertical-catch {
    right: -45px;
    font-size: 1.8rem;
  }
}

.st-sale-final__desc {
  line-height: 2.2; /* 行間をゆったりさせて視認性を確保 */
  font-size: 1rem;
  color: #444;
  margin-bottom: 30px;

  /* --- SPで読みやすくするための3つのポイント --- */
  text-align: justify; /* 1. 文末のガタつきをなくし、端を揃える */
  text-justify: inter-character;
  word-break: break-all; /* 2. 英単語などでの意図しないはみ出しを防止 */
  font-feature-settings: "palt"; /* 3. プロポーショナルメトリクス（文字詰め）を有効にし、余計な隙間を埋める */
}

/* スマホ用の微調整（メディアクエリ） */
@media (max-width: 640px) {
  .st-sale-final__desc {
    font-size: 0.95rem; /* 文字サイズをわずかに下げて、1行の文字数を稼ぐ */
    line-height: 1.8; /* スマホでは行間を少し詰め、まとまり感を出す */
    letter-spacing: 0.02em; /* 文字間隔を微調整して読み心地を向上 */
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.heritage-stable {
  padding-bottom: 120px; /* 下余白 */
}

/* =========================
   HERO
========================= */
.heritage-stable__hero {
  position: relative;
  margin-bottom: 80px; /* セクション間余白 */
  height: 420px; /* ← 縦幅を小さく */
  overflow: hidden;
}

.heritage-stable__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* トリミング */
  display: block;
}

/* オーバーレイ（flex中央配置で安定） */
.heritage-stable__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.heritage-stable__title {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 30px 40px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
  margin: 0;
  box-sizing: border-box;
}

/* =========================
   TEXT
========================= */
.heritage-stable__content {
  padding: 0 20px;
}

.heritage-stable__box {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 60px 50px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.heritage-stable__box p {
  margin: 0 0 40px 0;
  font-size: 16px;
  line-height: 2.2;
}

.heritage-stable__box p:last-child {
  margin-bottom: 0;
}

/* =========================
   SP
========================= */
@media (max-width: 768px) {
  .heritage-stable__hero {
    margin-bottom: 60px;
    height: 260px; /* SPはさらに小さく */
  }

  .heritage-stable__title {
    font-size: 16px;
    padding: 18px;
  }

  .heritage-stable__box {
    padding: 40px 20px;
  }

  .heritage-stable__box p {
    font-size: 14px;
    line-height: 2;
  }
}

/* ================= REPAIR FLOW ================= */

.repair-flow {
  padding: 100px 0;
  background: #f7f5f0;
  position: relative;
}

.repair-flow__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 70px;
  letter-spacing: 0.08em;
}

.repair-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
}

/* aタグでもdivでも崩れない安全設計 */
.repair-flow__item {
  display: block;
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #e5e2dc;
  text-decoration: none;
  color: inherit;
}

/* ホバー効果は完全削除 */
.repair-flow__item:hover {
  transform: none;
  box-shadow: none;
}

.repair-flow__num {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  color: #999;
}

.repair-flow__item h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.repair-flow__item p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* ================= SP ================= */

@media (max-width: 1024px) {
  .repair-flow__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .repair-flow {
    padding: 70px 0;
  }

  .repair-flow__grid {
    grid-template-columns: 1fr;
  }

  .repair-flow__title {
    margin-bottom: 40px;
  }
}

.repair-flow__item {
  display: block;
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #e5e2dc;
  cursor: default; /* ← ポインターにしない */
}
@media (max-width: 768px) {
  .repair-flow {
    padding: 30px 0;
  }

  .repair-flow__grid {
    grid-template-columns: 1fr;
    gap: 6px; /* カード間の余白を極小 */
  }

  .repair-flow__item {
    padding: 10px 10px; /* 白余白を極限圧縮 */
  }

  .repair-flow__num {
    margin-bottom: 4px;
    line-height: 1;
  }

  .repair-flow__item h3 {
    margin-bottom: 4px;
    line-height: 1.2;
  }

  .repair-flow__item p {
    margin: 0;
    line-height: 1.3;
  }

  .repair-flow__title {
    margin-bottom: 16px;
  }
}

/* デフォルト（PC） */
.repair-flow__item {
  display: block;
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #e5e2dc;
  text-decoration: none;
  color: inherit;

  pointer-events: none; /* ← PCではクリック不可 */
  cursor: default;
}

/* SPだけ有効 */
@media (max-width: 768px) {
  .repair-flow__item {
    pointer-events: auto; /* ← SPではクリック可能 */
  }
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-header__sns {
    margin-top: 30px;
    text-align: center;
  }

  .l-header__sns a {
    display: block;
    margin-bottom: 15px;
  }

  /* LINEボタン */
  .l-header__line {
    background: #06c755;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
  }

  .l-header__insta {
    display: block;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  }
}

/* 電話 */
.l-header__tel-link {
  font-size: 18px;
  font-weight: bold;
}

/* =========================
アンカーボタンエリア
========================= */

.repair-anchor {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 900px;
}

/* =========================
ボタン共通
========================= */

.repair-anchor__btn {
  display: inline-block;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
  color: #fff;
  min-width: 220px;
  text-align: center;
}

/* =========================
ボタン色
========================= */

.repair-anchor__btn:nth-child(1) {
  background: #5b7c99;
}

.repair-anchor__btn:nth-child(2) {
  background: #7a6c5d;
}

.repair-anchor__btn:nth-child(3) {
  background: #8c6a3d;
}

/* =========================
ホバー
========================= */

.repair-anchor__btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* =========================
SP
========================= */

@media (max-width: 768px) {
  .repair-anchor {
    gap: 14px;
    margin: 40px auto;
  }

  .repair-anchor__btn {
    width: 100%;
    max-width: 320px;
    font-size: 15px;
    padding: 14px 20px;
  }
}

/* =========================
アンカースクロール
========================= */

html {
  scroll-behavior: smooth;
}

/* 固定ヘッダー対策 */

section {
  scroll-margin-top: 100px;
}

@media (max-width: 768px) {
  section {
    scroll-margin-top: 70px;
  }
}

/* PCでは非表示 */
@media (min-width: 769px) {
  .repair-anchor {
    display: none;
  }
}

.link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 12px 26px;
  background: #333;
  color: #fff;
  text-decoration: none;

  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.05em;

  transition: 0.25s;
}

/* hover */
.link-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* 押した感 */
.link-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* 矢印 */
.link-btn::after {
  content: "→";
  font-size: 0.9em;
}

body {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", serif;
  font-weight: 400;
  color: #111;
  line-height: 1.9;
  background: #fff;
}

/* 1. 土台（維持） */
h2.sub-mv__cp {
  display: inline-block !important;
  position: relative !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  margin: 0 !important;
  padding: 1.5rem 3.5rem !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.2rem !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
  z-index: 1 !important;
}

/* 2. ミシンのドット線（4秒かけてじっくり縫う） */
h2.sub-mv__cp::before {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  left: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  border: 1px dotted #000000 !important;
  background: transparent !important;
  clip-path: inset(0 100% 0 0);
  /* 4秒にさらに減速 */
  animation: mishingLineUltraSlow 4s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

/* 3. 文字の動き（2秒かけて極めてゆっくりフェードイン） */
h2.sub-mv__cp span {
  display: inline-block !important;
  color: #000000 !important;
  opacity: 0;
  transform: translateX(-20px); /* スライド距離を少しだけ広げてゆとりを出す */
  /* 文字が完全に浮き上がるまで2秒かけます */
  animation: mishingTextSlideUltraSlow 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}

/* レスポンシブ調整（維持） */
@media screen and (max-width: 767px) {
  h2.sub-mv__cp {
    font-size: 1.4rem !important;
    padding: 1rem 2rem !important;
  }
}

/* --- アニメーション定義（時間は上記で制御） --- */
@keyframes mishingLineUltraSlow {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes mishingTextSlideUltraSlow {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 各文字のディレイ（0.3秒間隔で一文字ずつ丁寧に） */
h2.sub-mv__cp span:nth-child(1) {
  animation-delay: 0.3s;
}
h2.sub-mv__cp span:nth-child(2) {
  animation-delay: 0.6s;
}
h2.sub-mv__cp span:nth-child(3) {
  animation-delay: 0.9s;
}
h2.sub-mv__cp span:nth-child(4) {
  animation-delay: 1.2s;
}
h2.sub-mv__cp span:nth-child(5) {
  animation-delay: 1.5s;
}
h2.sub-mv__cp span:nth-child(6) {
  animation-delay: 1.8s;
}
h2.sub-mv__cp span:nth-child(7) {
  animation-delay: 2.1s;
}
h2.sub-mv__cp span:nth-child(8) {
  animation-delay: 2.4s;
}
h2.sub-mv__cp span:nth-child(9) {
  animation-delay: 2.7s;
}
h2.sub-mv__cp span:nth-child(10) {
  animation-delay: 3s;
}
h2.sub-mv__cp span:nth-child(11) {
  animation-delay: 3.3s;
}
h2.sub-mv__cp span:nth-child(12) {
  animation-delay: 3.6s;
}

@media screen and (min-width: 1201px) {
  .l-header__menu.b-pc-only {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: auto !important;
  }

  .l-header__menu.b-pc-only .l-header__nav {
    display: flex !important;
    gap: 4.5rem !important;
  }

  /* 1. ベース：透過を入れつつ、視認性も保った絶妙なベージュ */
  .l-header__menu.b-pc-only .l-header__nav > a {
    position: relative !important;
    display: block !important;
    writing-mode: vertical-rl !important;

    /* ホバー前：少し透過させた落ち着いたベージュ */
    background-color: rgba(210, 200, 185, 0.85) !important;
    color: #444 !important;

    padding-inline: 1.5rem !important;
    padding-block: 1.8rem !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.35em !important;
    text-align: center !important;
    z-index: 1 !important;

    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  }

  /* 2. ホバー時：外側の白いドット（ミシン目） */
  .l-header__menu.b-pc-only .l-header__nav > a::before {
    content: "" !important;
    position: absolute !important;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 1.5px dotted #ffffff !important;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.4s ease !important;
    pointer-events: none;
  }

  /* 3. ホバー後の変化：柔らかい暖色（アプリコット・テラコッタ系） */
  .l-header__menu.b-pc-only .l-header__nav > a:hover {
    /* ホバー後：透け感のある、柔らかいオレンジベージュ */
    background-color: rgba(235, 160, 110, 0.9) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;

    /* 吊り下げモーション */
    transform: translateY(12px) rotate(1.5deg) !important;
    box-shadow: 0 8px 20px rgba(235, 160, 110, 0.3) !important;
  }

  .l-header__menu.b-pc-only .l-header__nav > a:hover::before {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  /* 4. 上から伸びる吊り糸：白 */
  .l-header__menu.b-pc-only .l-header__nav > a::after {
    content: "" !important;
    position: absolute !important;
    top: -35px;
    left: 50%;
    width: 1px;
    height: 35px;
    background-color: #ffffff !important;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease !important;
    z-index: -1 !important;
  }

  .l-header__menu.b-pc-only .l-header__nav > a:hover::after {
    transform: scaleY(1);
  }

  /* 電話番号は非表示 */
  .l-header__menu.b-pc-only .l-header__tel {
    display: none !important;
  }
}


@media screen and (max-width: 768px) {

  .top-recommend__item figure {
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .top-recommend__item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

}

.single-category {
	margin-top: .4rem;
}

.single-category__btn {
	text-decoration: none;
}

.single-category__btn span {
	display: inline-block;
	padding: .3rem .8rem;
	background: #eee;
	font-size: .8rem;
	line-height: 1;
	margin-right: .2rem;
	margin-bottom: .2rem;
}

.single-category-links {
    font-size: .8rem;
    margin-top: 0.5rem;
}

.single-category-links a {
    color: #8c7b6a;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    margin-right: 1.0rem;
}

.single-category-links a::before {
    content: "▸ ";
    color: #c9b89f;
}

/* 現在カテゴリ */
.single-category__btn.is-current-category span{
    color: #8c7b6a;
    background-color: #fdfaf6;
    border:1px #8c7b6a solid;
}

.single-category__btn:hover span{
	background: #8c7b6a;
	color: #fff;
    border:1px #8c7b6a solid;
}

@media screen and (max-width: 768px){

	.single-category__btn span {
		padding: .2rem .6rem;
		font-size: .6rem;
		margin-right: .1rem;
		margin-bottom: .1rem;
	}

}

.single-sec,
.single-sec * {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif !important;
}

.top-about__img video{
	width: 100%;
	height: auto;
	display: block;
}

.top-about__pic{
	flex: 0 0 45%;
}

.top-about__box{
	column-gap: 0;
}

.top-about__img{
	width: 95%;
	margin-left: auto;
	margin-right: 0;
}

@media screen and (max-width: 768px){

	.top-about__img{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.top-about__img video{
		width: 100%;
		height: auto;
		display: block;
	}
}

/*2026.5.28追加*/
a.text_blue {
	color: #0000ff !important; /* 青に強制指定 */
 	text-decoration:underline !important;
}

/*2026.5.29追加*/
span.text-price {
	font-weight:bold!important;
}
span.text-soldout {
	font-weight:bold!important; color:#960!important;
}
span.text-underoffer {
	font-weight:bold!important; color:#d00!important;
}

/*2026.5.29追加*/
/*個別記事　トップ画像上の売り切れ表示*/
.single-soldout {
	border:2px solid #d00;
	display: inline-block;
	padding: .5rem 1.2rem;
	background: #fff;
	color: #d00;
	font-size: .9rem;
	font-weight:bold!important;
	line-height: 1;
	margin-right: .4rem;
	margin-bottom: .4rem;
}

@media screen and (max-width: 768px){

	.single-soldout {
		padding: .4rem .9rem;
		font-size: .9rem;
		margin-right: .3rem;
		margin-bottom: .3rem;
	}

}

/*2026.5.29追加*/

a.order_btn {
	background: #BA7517;
	color: #fff!important;
	border-radius: 4px;
	padding: .5rem 1.2rem;
}
a.order_btn:hover {
	background:#ddd;
	padding: .5rem 1.2rem;
}

.contact-btn {
	margin:0 2rem;
}

.contact-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px 20px;
    border-radius: 8px;
    min-width: 100px;
    text-decoration: none;
}

/* お問い合わせボタン：フォーム */
.inquiry-section__card:nth-child(1) {
    background: #F5F0EA !important;
    border: 0.5px solid #C8B99A !important;
}
.inquiry-section__card:nth-child(1) .inquiry-section__icon { color: #8B7355; }
.inquiry-section__card:nth-child(1) .inquiry-section__label { color: #5C4A2A; }
.inquiry-section__card:nth-child(1) .inquiry-section__sub  { color: #8B7355; }

/* お問い合わせボタン：LINE */
.inquiry-section__card:nth-child(2) {
    background: #EDFAF3 !important;
    border: 0.5px solid #9FE1CB !important;
}
.inquiry-section__card:nth-child(2) .inquiry-section__icon { color: #06C755; }
.inquiry-section__card:nth-child(2) .inquiry-section__label { color: #085041; }
.inquiry-section__card:nth-child(2) .inquiry-section__sub  { color: #0F6E56; }

/* お問い合わせボタン：Instagram */
.inquiry-section__card:nth-child(3) {
    background: #FBEAF0 !important;
    border: 0.5px solid #F4C0D1 !important;
}
.inquiry-section__card:nth-child(3) .inquiry-section__icon { color: #C13584; }
.inquiry-section__card:nth-child(3) .inquiry-section__label { color: #4B1528; }
.inquiry-section__card:nth-child(3) .inquiry-section__sub  { color: #993556; }

.inquiry-section__card:nth-child(1):hover { background: #EDE5D8 !important; }
.inquiry-section__card:nth-child(2):hover { background: #D6F5E8 !important; }
.inquiry-section__card:nth-child(3):hover { background: #F5D5E5 !important; }

@media screen and (max-width: 768px){

	a.order_btn {
		color: #0000ff !important; /* 青に強制指定 */
 		text-decoration:underline !important;
		border:none;
		background:#fff !important;
	}

}

/*2026.06.08追加*/
/*記事タイトル一覧の前*/
.new-mark {
	display: inline-block;
	background-color: red;
	color: #fff;
	line-height: 1;
	margin-right: 0;
	padding: .3em .5em;
	font-size: .9em;
}

.soldout-mark {
    display: inline-block;
    padding: 3px 10px;
    border: 2px dashed #c0392b;
    color: #c0392b;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    transform: rotate(-5deg);
    letter-spacing: 0.05em;
    line-height: 1.4;
}

/* 例：記事タイトルの横にNEWバッジ */
body.new-post .entry-title::before {
    content: "NEW";
    display: inline-block;
    background-color: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.single-sec {
    position: relative;
}

.single-sec a {
    color: #8B6914;
}

.single-sec a:hover {
    color: #5a4009;
}

.new-mark--image {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
}
/* 入荷リボン：single-secの左上に重ねる */
.new-mark-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    overflow: hidden;
    pointer-events: none;
    z-index: 10;
    background: transparent;
}

.new-mark-ribbon::before {
    content: "NEW";
    position: absolute;
    top: 4px;
    left: -26px;
    width: 90px;
    background: #c0392b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
    transform: rotate(-45deg);
    transform-origin: center center;
    display: block;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
}

/* ===== SOLD：スタンプ風 ===== */
.single-category {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.soldout-mark-stamp {
    display: inline-block;
    padding: 3px 10px;
    border: 2px dashed #c0392b;
    color: #c0392b;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    transform: rotate(-5deg);
    letter-spacing: 0.05em;
    line-height: 1.4;
}

/*2026.06.10 追加 */
/* --- 商品一覧グリッド基本設定 --- */
.category-service .c-product--grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 各カード：Flexboxで中身を縦に並べ、余白を自動調整 */
.category-service .c-product--grid li {
    display: flex !important;
    flex-direction: column;
    min-width: 0;
}

/* --- コンテナと画像設定 --- */
.category-service .c-product__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* カード内の余白を埋めて高さを揃える */
	align-items: center; /* これで画像とタイトルが左右中央に揃います 
	/*border:1px solid #f0f;*/
    max-width: 320px; /* ← 追加 */
    margin: 0 auto;   /* ← 追加：カード内で中央に */
    width: 100%;
}

/* リンクと画像 */
.category-service .c-product__inner a {
    display: block;
    order: 1; /* タイトルより上に配置 */
    text-decoration: none;
	width: 100%;
}

.category-service .c-product__inner figure {
    width: 100%;
    aspect-ratio: 4 / 3; /* レスポンシブ対応：固定値不要で4:3を維持 */
    overflow: hidden;	
}

.category-service .c-product__inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 比率を保って全体を表示 */
    display: block;
}

/* --- タイトル設定 --- */
.category-service .product-title {
    order: 2; /* 画像より下に配置 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: 3em; /* 1.5行 × 2 = 3em で高さを固定（価格位置を揃える肝） */
    margin: 8px 0 0 0;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    word-break: break-all;
}

/* --- 価格・売り切れ設定 --- */
.category-service .product-price {
    order: 3; /* 一番下に配置 */
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: auto; /* ここが重要：タイトルが何行でも価格を底辺に揃える */
    padding-top: 8px;
}

/* アイコン非表示 */
.category-service .c-product--grid a::after,
.category-service .product-price::after {
    display: none !important;
    content: none !important;
}

/* 売り切れ */
.category-service .product-price.is-soldout {
    color: #a69a8d;
    font-weight: bold;
}

.category-service .c-product--grid li.is-soldout figure img {
    filter: grayscale(80%) brightness(30%);
}
.category-service .c-product--grid li.is-soldout figure {
    position: relative;
}
.category-service .c-product--grid li.is-soldout figure::after {
    content: "SOLD";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d00;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    pointer-events: none;
}

/* --- ページネーション・その他 --- */
.category-service .c-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 48px 0 0;
    list-style: none;
    padding: 0;
}

.category-service .c-pagination a,
.category-service .c-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}

.category-service .c-pagination .current {
    background: #333;
    color: #fff;
    border-color: #333;
}

.category-service .heritage-stable { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.category-service .l-sec { margin-top: 0 !important; padding-top: 0 !important; }
.category-service .l-sec__h3 { margin-bottom: 10px !important; }

@media (max-width: 768px) {
    .category-service .c-product--grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.product-summary-table{
    width:100%;
}

.product-summary-table table{
    width:100%;
    table-layout:fixed;
}

.product-summary-table td:first-child{
    width:45%;
}

.product-summary-table td:last-child{
    width:55%;
}

.no-border-table tr:last-child td{
    border-bottom:none;
}


/* --- カテゴリーフィルター --- */
.category-filter {
    margin: 20px 0;
    width: 100%;
}

.category-filter__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    list-style: none;
    padding: 0 15px 10px;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.category-filter__list::-webkit-scrollbar {
    display: none;
}

.category-filter__list .category-filter__item a {
    display: block;
    white-space: nowrap;
    padding: 8px 20px;
    border: 1px solid #dcd3c9;
    color: #8c7b6a;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    transition: 0.3s;
}

.category-filter__list .category-filter__item a:hover {
    background-color: #fdfaf6;
    border-color: #8c7b6a;
}

.category-filter__list .is-active a {
    background-color: #8c7b6a;
    color: #ffffff;
    border-color: #8c7b6a;
}

/* ========================================
   お問い合わせセクション
   ======================================== */

.inquiry-section {
	padding: 0 0 24px 0;
	/*border-bottom: 1px solid #e8e4dd;*/
}

.inquiry-section__heading {
	font-size: 13px;
	color: #888;
	text-align: center;
	margin: 0 0 16px;
	letter-spacing: 0.05em;
}

.inquiry-section__grid {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.inquiry-section__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid #e8e4dd;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	flex: 1;
	max-width: 130px;
	transition: background 0.15s ease;
}

.inquiry-section__card:hover {
	background: #f7f5f0;
	text-decoration: none;
	color: #333;
}

.inquiry-section__icon {
	color: #888;
	display: block;
}

.inquiry-section__label {
	font-size: 13px;
	font-weight: 500;
	color: #333;
}

.inquiry-section__sub {
	font-size: 11px;
	color: #aaa;
}

/* スマホ */
@media (max-width: 480px) {
	.inquiry-section__card {
		padding: 14px 10px;
	}

	.inquiry-section__label {
		font-size: 12px;
	}

	.inquiry-section__sub {
		font-size: 10px;
	}
}

.wp-element-caption {
    font-size: 0.9em;
    color: #888;
    background-color: #f7f7f7;
    border-left: 3px solid #bbb;
    padding: 8px 12px;
    margin-top: 6px;
    line-height: 1.7;
}
/* ----------------------------------------
   商品スペック表
---------------------------------------- */
.product-spec-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
  margin: 1.5rem 0 !important;
  align-items: start !important;
}

.product-spec-sub {
  width: auto !important;
  float: none !important;
}

.product-spec-table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}

.product-spec-table td {
  padding: 0 14px !important;
  height: 52px !important;
  font-size: 13.5px !important;
  vertical-align: middle !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 0.5px solid #e0d6cc !important;
  text-align: left !important;
  line-height: 1.4 !important;
}

.product-spec-table tr:last-child td {
  border-bottom: none !important;
}

.spec-th {
  color: #6b5344 !important;
  font-weight: 500 !important;
  box-shadow: inset 3px 0 0 #e0d6cc !important;
  padding-left: 13px !important;
  width: 42% !important;
  border-left: none !important;
}

.spec-td {
  color: #3a2e27 !important;
}

.spec-stars {
  color: #c09060 !important;
}

.spec-td .text-price {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #4a3b30 !important;
}

.spec-has-note {
  cursor: pointer !important;
}

.spec-val {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.spec-info-icon {
  font-size: 11px !important;
  color: #b5845a !important;
  border: 0.5px solid #b5845a !important;
  border-radius: 50% !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.spec-order-th {
  color: #6b5344 !important;
  font-weight: 500 !important;
  box-shadow: inset 3px 0 0 #e0d6cc !important;
  padding-left: 13px !important;
  border-left: none !important;
}

.spec-order-td {
  text-align: right !important;
  padding-right: 14px !important;
}

.spec-order-td a,
.spec-order-td a.order_btn {
  color: #7a5230 !important;
  background: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 0 1px 0 !important;
  border: none !important;
  border-bottom: 1px solid #c09060 !important;
  display: inline !important;
  width: auto !important;
  font-size: 13.5px !important;
  box-shadow: none !important;
}

.spec-order-td a:hover,
.spec-order-td a.order_btn:hover {
  color: #4a3b30 !important;
  border-bottom-color: #4a3b30 !important;
  background: none !important;
}

/* ポップアップ */
.spec-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.spec-popup-overlay.active {
  display: flex;
}

.spec-popup-box {
  background: #fdf9f6;
  border-radius: 12px;
  padding: 20px;
  max-width: 300px;
  width: 90%;
  border: 0.5px solid #d4c4b4;
}

.spec-popup-title {
  font-size: 12px;
  color: #9b7d67;
  margin-bottom: 6px;
}

.spec-popup-body {
  font-size: 14px;
  color: #3a2e27;
  line-height: 1.6;
}

.spec-popup-close {
  display: block;
  margin-top: 16px;
  text-align: right;
  font-size: 12px;
  color: #b5845a;
  cursor: pointer;
  border-bottom: 1px solid #c09060;
  padding-bottom: 1px;
  width: fit-content;
  margin-left: auto;
}

/* スマートフォン */
@media (max-width: 600px) {
  .product-spec-wrap {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .product-spec-table tr:last-child td {
    border-bottom: 0.5px solid #e0d6cc !important;
  }

  .product-spec-sub:last-child .product-spec-table tr:last-child td {
    border-bottom: none !important;
  }

  /* ゼブラストライプ */
  .product-spec-sub:first-child .product-spec-table tr:nth-child(odd) td,
  .product-spec-sub:last-child .product-spec-table tr:nth-child(even) td {
    background: #f7f2ed !important;
  }

  .product-spec-sub:first-child .product-spec-table tr:nth-child(even) td,
  .product-spec-sub:last-child .product-spec-table tr:nth-child(odd) td {
    background: transparent !important;
  }

  .spec-th,
  .spec-order-th {
    box-shadow: none !important;
  }

  .product-spec-table td {
    height: auto !important;
    padding: 10px 14px !important;
  }

  .spec-order-td a,
  .spec-order-td a.order_btn {
    text-decoration: none !important;
  }
}