/* ==========================================================================
   LUXERA デザインシステム
   ========================================================================== */

/* Google Fontsはheader.phpで読み込まれるため、@importは削除 */

:root {
    /* カラーパレット */
    --color-text: #111111;
    /* テキストカラー */
    --color-sub1: #FFFFFF;
    /* サブカラー① */
    --color-accent: #D6B77A;
    /* アクセントカラー */
    --color-sub2: #444444;
    /* サブカラー② */
    --color-sub3: #D9D9D9;
    /* サブカラー③ */
    --color-overlay: rgba(0, 0, 0, 0.3);
    /* オーバーレイ */

    /* フォントファミリー */
    --font-en: 'Montserrat' ,sans-serif;
    --font-jp: 'Noto Sans JP',sans-serif;
    /* --font-primary: var(--font-en);
    --font-secondary: var(--font-jp); */

    /* フォントウェイト - Noto Sans JP */
    --noto-thin: 100;
    --noto-light: 200;
    --noto-demilight: 300;
    --noto-regular: 400;
    --noto-medium: 500;
    --noto-bold: 600;

    /* フォントウェイト - Montserrat */
    --montserrat-thin: 100;
    --montserrat-extralight: 200;
    --montserrat-light: 300;
    --montserrat-regular: 400;
    --montserrat-medium: 500;
    --montserrat-semibold: 600;
    --montserrat-bold: 700;

    /* 後方互換性のための汎用フォントウェイト変数 */
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;

    /* 後方互換性のための旧変数 */
    --luxera-primary: var(--color-accent);
    --luxera-dark: var(--color-text);
    --luxera-white: var(--color-sub1);
    --luxera-light: var(--color-sub3);
    --luxera-overlay: var(--color-overlay);
}

/* ==========================================================================
   モダンリセットCSS
   ========================================================================== */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Prevent font size inflation */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 62.5%;
    /* 1rem = 10px */
    scroll-behavior: smooth;
}

/* Additional modern reset rules */


/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    line-height: 1.6;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-jp);
    color: var(--color-text);
    background-color: var(--color-sub1);
    overflow-x: hidden;
    font-size: 1.6rem;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
    min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
    scroll-margin-block: 5ex;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}



/* Remove default margin and padding */
* {
    margin: 0;
    padding: 0;
}

/* Remove default list styles */

/* Remove default button styles */
button {
    background: none;
    border: none;
    cursor: pointer;
}

/* Remove default fieldset styles */
fieldset {
    border: none;
}

/* Remove default table styles */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Improve text rendering */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* ==========================================================================
   LUXERA ヘッダースタイル
   ========================================================================== */



.container {
    /* max-width: 1028px; */
    width: 72.2222vw;
    margin: 0 auto;
    padding: 0 14px;
}

.wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1028px;
    }
}

.site {
    position: relative;
}

.luxera-header {
    left: 0;
    right: 0;
    z-index: 999;
    /* 管理バー（z-index: 99999）より下に配置 */
    border: none;
    box-shadow: none;
    padding: 1.8rem 0;
    transition: all 0.3s ease;
}

.contact-button {
    height: 100%;
}

.header-container {
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.luxera-logo a {
    display: block;
    text-decoration: none;
}

.logo-image {
    height: 36px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.logo-image:hover {
    opacity: 0.8;
}

.luxera-nav {
    display: flex;
    align-items: center;
    gap: 3rem;
}

/* デスクトップ用ヘッダーメニュー */
#header-menu.luxera-menu,
#header-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3rem;
}

/* モバイル用ハンバーガーメニューはデフォルトで非表示 */
#primary-menu.luxera-menu,
#primary-menu {
    display: none;
}

/* デスクトップ（768px以上）での表示設定 */
@media (min-width: 768px) {

    /* デスクトップ用ヘッダーメニューを表示 */
    #header-menu.luxera-menu,
    #header-menu {
        display: flex !important;
    }

    /* モバイル用ハンバーガーメニューは非表示 */
    #primary-menu.luxera-menu,
    #primary-menu {
        display: none !important;
    }

    /* ハンバーガーボタンは非表示 */
    .menu-toggle {
        display: none !important;
    }

    /* メニュークローズボタンは非表示 */
    .menu-close {
        display: none !important;
    }
}

.luxera-menu li a {
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-sub1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.luxera-menu li a:hover {
    color: var(--color-accent);
}

.btn-contact {
    background: var(--color-accent);
    color: var(--color-text);
    padding: 14px 31px;
    border-radius: 0;
    border: none;
    font-family: var(--font-en);
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid var(--color-accent);
}

.btn-contact:hover {
    background: var(--color-sub1);
    color: var(--color-text);
    border: 1px solid var(--color-accent);
}


/* ==========================================================================
   LUXERA ヒーローセクション
   ========================================================================== */

.page-hero {
    position: relative;
    min-height: 626px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.3);
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
}

.page-hero__title {
    font-family: var(--font-en);
    font-size: clamp(3.2rem, 6vw, 8rem);
    font-weight: var(--font-weight-medium);
    margin-bottom: 1rem;
}

.page-hero__subtitle {
    margin: 0;
    font-family: var(--font-jp);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: var(--font-weight-medium);
}

@media (max-width: 767px) {
    .page-hero {
        min-height: 300px;
        padding: 0 6vw;
    }
}

/* ==========================================================================
   パンくずリスト
   ========================================================================== */

.breadcrumb {
    background-color: var(--color-sub1);
    padding: 2rem 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
    content: '/';
    margin-left: 1rem;
    color: var(--color-text);
    font-weight: normal;
}

.breadcrumb-item a {
    font-family: var(--font-en);
    color: #D9D9D9;
    font-weight: var(--montserrat-medium);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4rem;
    transition: opacity 0.3s ease;
}

.breadcrumb-item a:hover {
    opacity: 0.7;
}

.breadcrumb-item.current {
    font-family: var(--font-en);
    color: var(--color-text);
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: var(--montserrat-medium);
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 14px 0;
    }
}

.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--color-text) 0%, var(--color-sub2) 100%);
    background-image:
        radial-gradient(circle at 20% 80%, rgba(214, 183, 122, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(214, 183, 122, 0.05) 0%, transparent 50%);
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-overlay);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: left;
    width: 72.2222vw;
    margin: 0 auto;
    padding: 0 14px;
}

/* hero-titleとhero-subtitleにのみAdobe Fontsを適用 */
/* ページ全体ではGoogle Fontsも読み込まれるが、これらの要素にはAdobe Fontsのみを適用 */

.hero-subtitle {
    --font-jp: fot-tsukuaoldmin-pr6n, serif !important;
    --font-secondary: fot-tsukuaoldmin-pr6n, serif !important;
}

.hero-title {
    --font-en: verdigris-mvb-pro-big, serif !important;
    --font-primary: verdigris-mvb-pro-big, serif !important;
}

.hero-title {
    /* Adobe Fontsのみを指定（Google Fontsを含むすべてのフォントをブロック） */
    /* フォールバックフォントは、読み込み前後で視覚的に近いものを使用 */
    font-family: verdigris-mvb-pro-big, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif !important;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    font-weight: var(--font-weight-semibold);
    color: var(--color-sub1);
    margin-bottom: 2.4rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    font-synthesis: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
    /* フォント読み込み中の視覚的な変化を防ぐ */
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
}

.hero-subtitle {
    /* Adobe Fontsのみを指定（Google Fontsを含むすべてのフォントをブロック） */
    font-family: fot-tsukuaoldmin-pr6n !important;
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 700;
    color: var(--color-sub1);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    font-synthesis: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* すべての子要素と疑似要素にもAdobe Fontsを適用（Google Fontsを完全にブロック） */
.hero-title *,
.hero-subtitle *,
.hero-title::before,
.hero-title::after,
.hero-subtitle::before,
.hero-subtitle::after {
    font-family: inherit !important;
}

/* Typekitフォント読み込み前でも、Google Fontsを完全にブロック */
/* 読み込み前後で同じfont-weightを維持して、視覚的な変化を防ぐ */
html.wf-loading .hero-title,
html.wf-loading .hero-subtitle,
html:not(.wf-active):not(.wf-inactive) .hero-title,
html:not(.wf-active):not(.wf-inactive) .hero-subtitle {
    /* 読み込み前も同じフォールバックフォントを使用 */
    font-family: verdigris-mvb-pro-big, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif !important;
    font-synthesis: none !important;
    -webkit-font-feature-settings: "kern" 1 !important;
    font-feature-settings: "kern" 1 !important;
    /* 読み込み前後で同じfont-weightを維持（600） */
    font-weight: var(--font-weight-semibold) !important;
    text-rendering: optimizeLegibility;
}

/* Typekitフォント読み込み完了後も、同じfont-weightを維持 */
html.wf-active .hero-title {
    font-weight: var(--font-weight-semibold) !important;
}

html.wf-active .hero-subtitle {
    font-weight: 700 !important;
}

/* フォント読み込み失敗時（wf-inactive）も同じfont-weightを維持 */
html.wf-inactive .hero-title,
html.wf-inactive .hero-subtitle {
    font-weight: var(--font-weight-semibold) !important;
}

/* 動画のパフォーマンス最適化 */
@media (prefers-reduced-motion: reduce) {
    .hero-video {
        display: none;
    }

    .hero-background {
        background: linear-gradient(135deg, var(--luxera-darker) 0%, var(--luxera-dark) 100%);
    }
}

/* 低帯域幅での動画非表示 */
@media (max-width: 767px) and (max-resolution: 150dpi) {
    .hero-video {
        display: none;
    }
}

/* レスポンシブ対応はファイル末尾の統合ブロックに集約しました */



/* Focus styles for accessibility */
:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

/* ==========================================================================
   レスポンシブ画像
   ========================================================================== */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Before/After スライダー
   ========================================================================== */


/* ==========================================================================
   LUXERA CASEセクション
   ========================================================================== */

.case-section {
    position: relative;
}

.case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.case-project-wrapper {
    border-top: 1px solid var(--color-sub2);
    padding-top: clamp(40px, 8vw, 80px);
}

.case-project-wrapper:last-child {
    margin-top: clamp(40px, 8vw, 80px);
}

.case-main-title {
    font-family: var(--font-en);
    font-size: 5.4rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
}

.project-info {
    padding-top: 3rem;
}

.project-title-en {
    font-family: var(--font-en);
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: var(--font-weight-medium);
    color: var(--color-text);
    margin-bottom: 1.2rem;
}

.project-title-jp {
    font-weight: var(--font-weight-medium);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.section-title {
    text-align: center;
    font-family: var(--font-en);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: var(--font-weight-bold);
    margin-bottom: 4rem;
    color: var(--color-text);
    letter-spacing: 0.02em;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--color-accent);
}


.case-section .ba {
    --pos: 35%;
    /* 初期位置（% / px 可） */
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* 必要に応じて変更。固定しない場合は画像高さに依存 */
    border-radius: 0;
    overflow: hidden;
    background: var(--color-text);
    user-select: none;
    touch-action: none;
    /* スワイプ操作を優先 */
    margin: 0;
}

/* 画像のレイヤ */
.ba__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ba__img--after {
    /* 右側を隠し、左側（境界まで）だけ見せる */
    clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
}

/* 中央の仕切りラインとハンドル */
.ba__divider {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ba__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--pos);
    width: 1px;
    background: var(--color-sub1);
    z-index: 5;
}

.ba__handle {
    position: absolute;
    top: 50%;
    left: var(--pos);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-sub1);
    border: 3px solid var(--color-sub1);
    box-shadow: 0 4px 20px rgba(17, 17, 17, .3);
    pointer-events: none;
    z-index: 10;
}

.ba__handle i {
    font-size: 24px;
    color: var(--color-text);
}

/* アノテーション（任意） */
.ba__label {
    position: absolute;
    top: 1.5rem;
    padding: 0.5rem 1rem;
    font-family: var(--font-en);
    font-size: 0.875rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-sub1);
    background: var(--color-accent);
    border-radius: 0;
    backdrop-filter: blur(4px);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ba__label--before {
    left: 1.5rem;
}

.ba__label--after {
    right: 1.5rem;
}

/* 入力レンジを視覚には出さず、アクセシブルに保持 */
.ba__range {
    position: absolute;
    inset: 0;
    appearance: none;
    background: none;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: ew-resize;
    opacity: 0;
    /* 視覚的には非表示 */
}

.ba__range:focus-visible+.ba__divider .ba__handle {
    outline: 2px solid Highlight;
    outline-offset: 2px;
}

/* フォールバック（JS無し）でも50%状態で見映えを確保 */
@media (prefers-reduced-motion: reduce) {
    .ba {
        scroll-behavior: auto;
    }
}

/* CASEセクション レスポンシブ対応はファイル末尾の統合ブロックに集約しました */

.site-header {
    z-index: 1000;
    background-color: rgba(17, 17, 17, 0.6);
    position: fixed;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
}

.site-title {
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    text-decoration: none;
    margin: 0;
}

.site-title:hover {
    color: var(--color-accent);
    transition: color 0.3s ease;
}

/* ==========================================================================
   ナビゲーション
   ========================================================================== */

.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.main-navigation a {
    color: var(--color-sub1);
    text-decoration: none;
    font-weight: var(--font-weight-semibold);
    transition: color 0.3s ease;
    font-size: 1.6rem;
}

.main-navigation a:hover {
    color: var(--color-accent);
}

/* モバイルメニュー */
.menu-toggle {
    display: none;
}

.menu-close {
    display: none;
}

/* ==========================================================================
   メインコンテンツ
   ========================================================================== */

.site-main {
    min-height: calc(100vh - 200px);
}

.front-page .site-main {
    padding: 0;
}

.common-section {
    margin-top: clamp(80px, 16vw, 160px);
}

/* ==========================================================================
   PICK UPセクション - Swiperベース
   ========================================================================== */

.pickup-section {
    background-color: var(--color-sub2);
    color: var(--color-sub1);
    padding: clamp(50px, 8vw, 80px) 0;
    overflow: hidden;
}

.pickup-container {
    max-width: none;
    margin: 0;
    padding: 0;
}

.pickup-header {
    width: 72.2222vw;
    margin: 0 auto;
    padding: 0 14px;
    margin-bottom: 32px;
}

.pickup-title {
    font-family: var(--font-en);
    font-size: clamp(3.2rem, 5vw, 5.4rem);
    font-weight: var(--font-weight-semibold);
    color: var(--color-sub1);
    text-align: left;
    margin: 0;
}

.pickup-swiper-wrapper {
    position: relative;
    max-width: 72.2222vw;
    margin: 0 auto;
    padding: 0 14px;
}

.pickup-swiper {
    overflow: visible !important;
    margin-bottom: 60px;
    padding-left: 20px;
}

.pickup-swiper .swiper-wrapper {
    align-items: stretch;
}

.pickup-swiper .swiper-slide {
    width: max-content;
    height: auto;
}

.pickup-slide {
    overflow: hidden;
    width: 490px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pickup-swiper-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 68%;
}

.pickup-slide__media {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

/* PICK UPセクション内のBefore/Afterスライダー */
.pickup-ba-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    --pos: 35%;
    /* CSS変数でスライダー位置を管理 */
}

.pickup-ba-slider .ba__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pickup-ba-slider .ba__img--before {
    z-index: 1;
}

.pickup-ba-slider .ba__img--after {
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.pickup-ba-slider .ba__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: ew-resize;
    z-index: 10;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
}

.pickup-ba-slider .ba__divider {
    position: absolute;
    top: 0;
    left: var(--pos);
    width: 2px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    transform: translateX(-50%);
}

.pickup-ba-slider .ba__line {
    width: 100%;
    height: 100%;
    background-color: var(--color-sub1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pickup-ba-slider .ba__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-sub1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--color-text);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.pickup-item:hover .pickup-ba-slider .ba__handle {
    background-color: var(--color-accent);
    color: var(--color-sub1);
    transform: translate(-50%, -50%) scale(1.1);
}

.pickup-item:hover .pickup-ba-slider .ba__img {
    transform: scale(1.02);
}

.pickup-slide__content {
    color: var(--color-sub1);
    padding-top: 26px;
}

.pickup-slide__title {
    font-family: var(--font-jp);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: var(--font-weight-semibold);
    margin-bottom: clamp(0.8rem, 2vw, 1.5rem);
}

.pickup-slide__details {
    font-size: 1.4rem;
}


.pickup-slide__info {
    display: flex;
    gap: 5px;
}

.pickup-slide__station,
.pickup-slide__space,
.pickup-slide__price {
    font-size: clamp(1.3rem, 2vw, 1.4rem);
    font-weight: var(--font-weight-regular);
}

/* Swiperコントローラー */
.pickup-swiper .swiper-controller {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 32px;
    padding-right: 20px;
}

.pickup-swiper .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
}

.pickup-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    opacity: 1;
}

.pickup-swiper .swiper-pagination-bullet-active {
    width: 40px;
    background-color: var(--color-accent);
}

.pickup-swiper .swiper-button-prev,
.pickup-swiper .swiper-button-next {
    position: relative;
    display: grid;
    place-content: center;
    width: 64px;
    height: 64px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.pickup-swiper .swiper-button-prev::before,
.pickup-swiper .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.pickup-swiper .swiper-button-prev::after,
.pickup-swiper .swiper-button-next::after {
    width: 12px;
    height: 12px;
    content: "";
    border: solid var(--color-sub1);
    border-width: 2px 2px 0 0;
    font-size: 0;
}

.pickup-swiper .swiper-button-prev::after {
    margin-left: 4px;
    transform: rotate(-135deg);
}

.pickup-swiper .swiper-button-next::after {
    margin-right: 4px;
    transform: rotate(45deg);
}

.pickup-swiper .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.3;
}


.pickup-view-more {
    text-align: center;
    padding-left: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.pickup-btn {
    background-color: var(--color-accent);
    color: var(--color-sub1);
    padding: 15px 40px;
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    display: inline-block;
}

.pickup-btn:hover {
    background-color: var(--color-accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(214, 183, 122, 0.3);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}

.pickup-swiper-wrapper .swiper-button-next {
    right: 0;
}

.pickup-swiper-wrapper .swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: initial !important;
}

/* レスポンシブ対応はファイル末尾の統合ブロックに集約しました */

/* ==========================================================================
   サービスコンセプトセクション
   ========================================================================== */

.service-concept-section {
    padding-left: 13.8888vw;
    background-color: var(--color-sub1);
    overflow: hidden;
}

.service-concept-container {
    display: flex;
    justify-content: space-between;
    min-height: 72vh;
}

/* 左側のコンテンツ */
.service-concept-content {
    flex: 0 0 auto;
    max-width: 488px;
    padding-left: 14px;
    padding-right: 14px;
}

.service-concept-title {
    font-family: var(--font-en);
    font-size: clamp(3.2rem, 5vw, 4.8rem);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    margin-bottom: clamp(3.2rem, 4vw, 4rem);
}

.service-concept-text {
    margin-bottom: 6rem;
}

.service-concept-text p {
    font-family: var(--font-jp);
    font-weight: var(--font-weight-regular);
    font-size: 1.6rem;
    color: var(--color-text);
    margin-bottom: 2rem;
}

.service-concept-text p:last-child {
    margin-bottom: 0;
}

.sp-service-concept-button {
    display: none;
    text-align: center;
}

.btn-view-more {
    display: inline-block;
    padding: 1.1rem 3rem;
    background-color: var(--color-accent);
    color: var(--color-sub1);
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-view-more:hover {
    background-color: var(--color-text);
    transform: translateY(-2px);
}

/* 右側の画像スライダー */
.service-concept-images {
    height: 72vh;
    /* margin-right: -13.8889vw; */
    position: relative;
}

.image-slider-wrapper {
    display: flex;
    gap: 1rem;
    height: 100%;
    width: 100%;
}

.image-column {
    flex: 0 0 auto;
    width: 21.1388vw;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-width: 0;
    /* flexアイテムの縮小を許可 */
}

@media (min-width: 1441px) {
    .image-column {
        width: 26.1388vw;
    }
}

.image-slider {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: absolute;
    width: 100%;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* 左列：上から下へのアニメーション */
.image-slider--down .slider-track {
    animation-name: slideDown;
    animation-duration: 80s;
}

/* 右列：下から上へのアニメーション */
.image-slider--up .slider-track {
    animation-name: slideUp;
    animation-duration: 90s;
    animation-delay: -20s;
    /* 左右のタイミングをずらす */
}

.slider-track img {
    width: clamp(100%, 120% + 2vw, 150%);
    height: clamp(16rem, 20vw, 50rem);
    object-fit: cover;
    transition: transform 0.3s ease;
    margin-left: clamp(0%, -10% - 1vw, -25%);
}


/* アニメーションキーフレーム */
@keyframes slideDown {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* ホバー時のアニメーション一時停止 */
.service-concept-images:hover .slider-track {
    animation-play-state: paused;
}

/* レスポンシブデザインはファイル末尾の統合ブロックに集約しました */

/* ==========================================================================
   Service Intro セクション（サービス紹介）
   ========================================================================== */

.service-intro-section {
    position: relative;
    overflow: hidden;
    padding-top: clamp(60px, 8vw, 100px);
    padding-bottom: clamp(60px, 8vw, 100px);
}

.common-service-intro-section {
    border-top: 1px solid #fff;
}

.service-intro-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service-intro-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.5);
    z-index: 2;
}

.service-intro-content {
    position: relative;
    z-index: 3;
}

.service-intro-text {
    color: var(--color-sub1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(6rem, 10vw, 10rem);
}

.service-intro-text-reverse .service-intro-title {
    text-align: left;
}

.service-intro-title {
    font-family: var(--font-en);
    font-size: clamp(4.8rem, 10vw, 17rem);
    font-weight: var(--montserrat-regular);
    line-height: 1.1;
    text-align: right;
}

.service-intro-subtitle {
    font-family: var(--font-jp);
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: var(--font-weight-medium);
    margin-bottom: 2rem;
    color: var(--color-sub1);
}

.service-intro-description {
    margin-bottom: 4rem;
}

.service-intro-description p {
    font-weight: var(--noto-medium);
    color: var(--color-sub1);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.service-intro-description p:last-child {
    margin-bottom: 0;
}

.service-intro-text-reverse .service-intro-info {
    display: flex;
    justify-content: flex-end;
}

.service-intro-button {
    display: flex;
    justify-content: flex-start;
}

.service-intro-details {
    max-width: 655px;
    position: relative;
    padding-left: 4rem;
}

.service-intro-details::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background-color: var(--color-sub1);
    animation: lineGrow 1.5s ease-out infinite;
}

@keyframes lineGrow {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.service-intro-btn {
    background-color: transparent !important;
    border: 2px solid var(--color-sub1) !important;
    color: var(--color-sub1) !important;
}

.service-intro-btn:hover {
    background-color: var(--color-sub1) !important;
    color: var(--color-text) !important;
    border-color: var(--color-sub1) !important;
}

/* レスポンシブデザインはファイル末尾の統合ブロックに集約しました */



/* レスポンシブデザインはファイル末尾の統合ブロックに集約しました */

/* ===================================
   Contact Usセクション
=================================== */
.contact-section {
    position: relative;
    min-height: clamp(460px, 60vh, 550px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.contact-content {
    position: relative;
    z-index: 3;
    color: var(--color-sub1);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 1.4rem;
}

.contact-guidance {
    font-size: 2rem;
    font-family: var(--font-en);
    font-weight: var(--montserrat-medium);
}

.contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(1.2rem, 2vw, 2rem);
}

.contact-link-icon {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.contact-title {
    font-size: clamp(4rem, 10vw, 9.6rem);
    font-family: var(--font-en);
    font-weight: var(--montserrat-semibold);
}

.contact-link {
    color: var(--color-sub1);
    text-decoration: none;
    display: inline-flex;
    gap: clamp(0.4rem, 2vw, 2rem);
    transition: all 0.3s ease;
    position: relative;
}

.contact-link:hover {
    color: var(--color-sub3);
    transform: translateY(-2px);
}

.contact-link:hover .contact-link-icon {
    transform: translateX(0.5rem);
}

.contact-subtitle {
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-family: var(--font-jp);
    font-weight: var(--noto-regular);
}

/* レスポンシブデザインはファイル末尾の統合ブロックに集約しました */

/* ========================================
   フッター
======================================== */

.site-footer {
    background-color: var(--color-sub2);
    color: var(--color-sub1);
    padding: clamp(50px, 10vw, 10rem) 0;
    margin-top: auto;
}

.footer-container {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    margin-bottom: 0.5rem;
}

.logo-image {
    max-height: 40px;
    width: auto;
    height: auto;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4rem;
}

.footer-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.footer-navigation li {
    margin: 0;
}

.footer-navigation a {
    color: var(--color-sub1);
    text-decoration: none;
    font-family: var(--font-en);
    font-weight: var(--font-weight-semibold);
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-navigation a:hover {
    color: var(--color-accent);
}

.footer-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-form-btn {
    background-color: var(--color-accent);
    color: var(--color-sub1);
    padding: 1.5rem 4.3rem;
    text-decoration: none;
    font-family: var(--font-en);
    font-weight: var(--font-weight-semibold);
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    text-align: center;
}

.contact-form-btn:hover {
    background-color: var(--color-accent);
    transform: translateY(-2px);
    color: var(--color-sub1);
}

.privacy-policy-link {
    color: var(--color-sub1);
    text-decoration: none;
    font-family: var(--font-en);
    font-weight: var(--font-weight-semibold);
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.privacy-policy-link:hover {
    color: var(--color-accent);
}

/* フッターのレスポンシブデザインはファイル末尾の統合ブロックに集約しました */

/* ==========================================================================
   レスポンシブデザイン - タブレット（1024px以下）
   ========================================================================== */

@media (max-width: 767px) {

    .footer-container {
        gap: 34px;
        flex-direction: column;
    }

    .contact-form-btn {
        width: 100%;
        display: block;
        padding: 1.5rem 2rem;
    }

    .contact-text {
        justify-content: center;
        align-items: center;
    }

    .pickup-swiper .swiper-button-prev,
    .pickup-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .pickup-header {
        width: 100%;
    }

    .pickup-swiper-wrapper {
        max-width: 100%;
    }

    .image-column {
        width: 50%;
    }

    .service-concept-section {
        padding-left: 0;
    }

    .post-title {
        font-size: 1.8rem;
    }

    .case-container {
        padding: 0 1.5rem;
    }

    .service-concept-container {
        flex-direction: column;
        gap: 4rem;
        min-height: auto;
    }

    .service-intro-text {
        max-width: 100%;
    }

}

/* ==========================================================================
   レスポンシブデザイン - モバイル（787px以下）
   ========================================================================== */

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 14px;
    }

    .case-main-title {
        font-size: 3.2rem;
    }

    .case-subtitle {
        font-size: 1.4rem;
    }

    .site-header .container {
        padding: 0.75rem 15px;
    }

    .site-title {
        font-size: 1.5rem;
    }

    .post-title {
        font-size: 1.6rem;
    }

    .post-header,
    .post-content {
        padding: 1.5rem;
    }

    .sidebar {
        padding: 1.5rem;
    }

    /* ヘッダー */
    .contact-button {
        display: none;
    }

    .luxera-header {
        padding: 1.5rem 0;
    }

    .header-container {
        padding: 0 2rem;
        max-width: 100%;
    }

    .luxera-logo {
        flex: 1;
    }

    .logo-image {
        height: 28px;
        max-width: 120px;
    }

    .luxera-nav {
        gap: 0;
    }

    /* デスクトップ用ヘッダーメニューを非表示 */
    #header-menu {
        display: none !important;
    }

    /* ハンバーガーメニュー（#primary-menu）はJavaScriptで制御 */
    #primary-menu.luxera-menu {
        display: none;
    }

    .btn-contact {
        display: none;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: none;
        color: var(--color-sub1);
        font-size: 1.6rem;
        cursor: pointer;
        font-family: var(--font-en);
        font-weight: var(--font-weight-semibold);
    }

    .menu-close {
        position: fixed;
        right: 20px;
        background: none;
        border: none;
        color: var(--color-sub1);
        font-size: 1.6rem;
        font-family: var(--font-en);
        font-weight: var(--font-weight-semibold);
        cursor: pointer;
        letter-spacing: 0.08em;
        z-index: 999;
        padding: 0.5rem 0.8rem;
        display: none;
    }

    #primary-menu.show+.menu-close {
        display: block;
    }

    /* ハンバーガーメニュー（#primary-menu）のスタイル */
    #primary-menu.luxera-menu {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        gap: 2.4rem;
        padding: 9rem 2.4rem 2.4rem;
        z-index: 998;
        list-style: none;
        margin: 0;
    }

    #primary-menu.luxera-menu.show {
        display: flex !important;
    }

    .main-navigation ul li a {
        color: var(--color-sub1);
        font-family: var(--font-en);
        font-size: 2rem;
        font-weight: var(--montserrat-semibold);
        text-decoration: none;
    }

    /* メニューオープン時に背景のスクロールを止める */
    body.menu-open {
        overflow: hidden;
    }

    .hamburger-icon {
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 20px;
        height: 15px;
    }

    .hamburger-icon span {
        width: 100%;
        height: 2px;
        background-color: var(--color-sub1);
        transition: all 0.3s ease;
    }

    /* ヒーローセクション */
    .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-subtitle {
        text-align: left;
    }

    /* モバイルでの動画最適化 */
    .hero-video {
        object-position: center center;
    }

    .case-container {
        padding: 0 1rem;
    }

    .case-header {
        margin-bottom: 4rem;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .case-section .ba {
        aspect-ratio: 4 / 3;
    }

    .ba__label {
        font-size: 11px;
        padding: .25rem .5rem;
        top: .5rem;
    }

    .ba__label--before {
        left: .5rem;
    }

    .ba__label--after {
        right: .5rem;
    }

    .posts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .post-card .post-content {
        padding: 1rem;
    }

    /* PICK UPセクション */
    .pickup-section {
        padding: 60px 0;
    }

    .pickup-slide {
        width: 300px;
    }

    .pickup-slide__media {
        height: 200px;
    }

    .pickup-swiper .swiper-controller {
        padding-right: 0;
    }

    .pickup-view-more {
        padding-left: 15px;
    }

    .service-concept-container {
        gap: 3rem;
    }

    .service-concept-content {
        max-width: 100%;
    }

    .service-concept-text {
        margin-bottom: 0;
    }

    .service-concept-images {
        height: 53vh;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }

    .service-intro-description {
        margin-bottom: 3rem;
    }

    .news-container {
        padding: 0 1.5rem;
    }

    .news-right {
        flex: none;
        width: 100%;
    }

    .news-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-item:hover {
        padding-left: 0;
        padding-right: 0;
    }

    .news-item-content {
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .desktop-only {
        display: none;
    }

    .archive-news-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .archive-news-item:hover {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-right {
        align-items: flex-start;
        gap: 2rem;
    }

    .footer-navigation ul {
        flex-direction: column;
    }

    .footer-actions {
        width: 100%;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

/* ==========================================================================
   レスポンシブデザイン - スマートフォン（480px以下）
   ========================================================================== */

@media (max-width: 767px) {

    .post-title {
        font-size: 1.4rem;
    }

    .post-header,
    .post-content {
        padding: 1rem;
    }

    .sidebar {
        padding: 1rem;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .header-container {
        padding: 0 1.5rem;
    }

    .logo-image {
        height: 24px;
        max-width: 100px;
    }

    .case-header {
        margin-bottom: 3rem;
    }

    .pickup-slide {
        width: 280px;
    }

    .pickup-slide__media {
        height: 180px;
    }

    .pickup-slide__details {
        font-size: 1.3rem;
    }

    .pickup-slide__price {
        font-size: 1.3rem;
    }

    .pickup-view-more {
        padding-left: 10px;
    }

    .pc-service-concept-button {
        display: none;
    }

    .sp-service-concept-button {
        display: block;
        margin-top: 3.2rem;
    }

    .service-intro-description {
        margin-bottom: 2.5rem;
    }

    /* NEWSセクション */

    .news-container {
        padding: 0 1rem;
    }

    .news-header {
        margin-bottom: 3rem;
    }

    .news-list {
        margin-bottom: 3rem;
    }

    .archive-news-list {
        margin-bottom: 3rem;
    }

    .archive-news-list {
        margin-bottom: 3rem;
    }

    .contact-content {
        padding: 0 1rem;
    }

    .contact-title {
        margin-bottom: 0.5rem;
    }

}

.page-contents {
    margin-top: clamp(50px, 10vw, 100px);
    margin-bottom: clamp(50px, 13vw, 160px);
}

.service-contents {
    padding-top: clamp(50px, 10vw, 100px);
    padding-bottom: clamp(50px, 13vw, 160px);
    background-color: #333;
}


/* ==========================================================================
   Service page message section
   ========================================================================== */

.section-message {
    text-align: center;
}

.section-message__text {
    max-width: 800px;
    margin: 0 auto;
}

.section-message__text p {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: var(--noto-medium);
    color: var(--color-sub1);
}

.section-message__text p:not(:last-child) {
    margin-bottom: 0.5em;
}

/* ==========================================================================
   feature section
   ========================================================================== */


.content-feature-section {
    margin-top: clamp(50px, 10vw, 100px);
}

.content-feature-header {
    margin-bottom: clamp(24px, 4vw, 36px);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.content-feature-title {
    font-family: var(--font-en);
    font-size: clamp(3.2rem, 5vw, 4.6rem);
    font-weight: var(--montserrat-semibold);
    margin-bottom: 8px;
    color: var(--color-sub1);
}

.content-feature-subtitle {
    font-weight: var(--noto-medium);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    color: var(--color-sub1);
}

.content-feature-line {
    flex: 1;
    height: 1px;
    /* ベース（レイアウト用）。見た目は疑似要素で描画してアニメーション */
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

/* 右→左に伸びるライン（ループ） */
.content-feature-line::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color-sub1);
    transform: scaleX(0);
    transform-origin: right center;
    /* 右端から左へ伸びる */
    animation: contentFeatureLineGrow 1.6s ease-in-out infinite;
}

@keyframes contentFeatureLineGrow {
    0% {
        transform: scaleX(0);
    }

    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-feature-line::before {
        animation: none;
        transform: scaleX(1);
    }
}

.content-feature-content {
    position: relative;
    width: 100%;
    height: clamp(400px, 80vh, 680px);
    aspect-ratio: 16 / 9;
    background-image: var(--content-feature-bg, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
    padding: clamp(20px, 6vw, 60px) clamp(15px, 4vw, 40px);
}

.content-feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    z-index: 1;
}

.content-feature-text-blocks {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.content-feature-text-block p {
    color: var(--color-sub1);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}



/* ==========================================================================
   Contact page layout
   ========================================================================== */

.contact-page__inner {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 48px;
    align-items: start;
}

.contact-page__intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #111;
}

.contact-page__note {
    padding-bottom: 32px;
    margin-bottom: 42px;
    border-bottom: 1px solid #D9D9D9;
}

.contact-page .wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-page .wpcf7-form-control-wrap,
.contact-page .wpcf7-form-control {
    width: 100%;
}

/* テキスト入力フィールドのみに背景色を適用（ラジオボタンとチェックボックスは除外） */
.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="tel"],
.contact-page input[type="url"],
.contact-page input[type="number"],
.contact-page input[type="date"],
.contact-page input[type="time"],
.contact-page .wpcf7-textarea,
.contact-page select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #F9F9F9;
    border-radius: 0;
    background: #F9F9F9;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* ラジオボタンとチェックボックスはブラウザのデフォルトスタイルを使用（背景色のみ白に設定） */
.contact-page .wpcf7-radio input[type="radio"],
.contact-page .wpcf7-checkbox input[type="checkbox"],
.contact-page .wpcf7-list-item input[type="radio"],
.contact-page .wpcf7-list-item input[type="checkbox"],
.contact-page .wpcf7-list-item label input[type="radio"],
.contact-page .wpcf7-list-item label input[type="checkbox"],
.contact-page .wpcf7-list-item label .wpcf7-list-item-label input[type="radio"],
.contact-page .wpcf7-list-item label .wpcf7-list-item-label input[type="checkbox"],
.contact-page input[type="radio"],
.contact-page input[type="checkbox"] {
    background: #fff !important;
    background-color: #fff !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-right: 6px;
    border: none !important;
    box-shadow: none !important;
}

/* ラジオボタンとチェックボックスのラベル */
.contact-page .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.contact-page input[type="text"]:focus,
.contact-page input[type="email"]:focus,
.contact-page input[type="tel"]:focus,
.contact-page input[type="url"]:focus,
.contact-page input[type="number"]:focus,
.contact-page input[type="date"]:focus,
.contact-page input[type="time"]:focus,
.contact-page .wpcf7-textarea:focus {
    border-color: #c4a677;
    box-shadow: 0 0 0 2px rgba(196, 166, 119, 0.15);
    outline: none;
}

.contact-page .wpcf7-textarea {
    min-height: 200px;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-weight: var(--noto-medium);
}

.contact-page .wpcf7-list-item {
    margin-left: 0;
    margin-right: 12px;
}

.form-acceptance,
.form-submit {
    text-align: center;
}

.form-submit {
    font-family: var(--font-en);
    font-weight: var(--montserrat-semibold);
    margin-top: 30px;
}

.contact-page .wpcf7-submit {
    width: 160px;
    padding: 14px 18px;
    background: #D6B77A;
    color: #fff;
    border: 1px solid #D6B77A;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.contact-page .wpcf7-submit:hover {
    background: #b79461;
    border-color: #b79461;
}

.contact-page .required {
    color: #d13c3c;
    margin-top: 6px;
}

.contact-page .wpcf7-response-output {
    margin: 0;
    padding: 12px 14px;
}

/* Contact Form 7の自動挿入されるbrタグを非表示 */
.contact-page .wpcf7 br {
    display: none;
}

.wpcf7-list-item-label {
    font-size: 14px;
}

.privacypolicy {
    color: var(--color-text);
    font-size: 14px;
    font-weight: var(--noto-medium);
    text-decoration: none;
}

@media (max-width: 900px) {
    .contact-page__inner {
        grid-template-columns: 1fr;
    }

    .contact-page__intro {
        order: -1;
    }
}

/* ABOUTセクション */
.company-about {
    margin-bottom: clamp(50px, 10vw, 100px);
}

.section-heading {
    margin-bottom: clamp(24px, 3vw, 42px);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-page__intro .section-heading {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.section-heading__wrapper {
    flex-shrink: 0;
}

.section-heading__title {
    font-size: clamp(2.4rem, 4vw, 4.8rem);
    margin-bottom: clamp(4px, 1vw, 10px);
    font-family: var(--font-en);
    font-weight: var(--montserrat-medium);
}

.section-heading__subtitle {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

.section-heading__line {
    flex: 1;
    height: 1px;
    /* ベース（レイアウト用）。見た目は疑似要素で描画してアニメーション */
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

/* 右→左に伸びるライン（ループ） */
.section-heading__line::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color-sub2);
    transform: scaleX(0);
    transform-origin: right center;
    /* 右端から左へ伸びる */
    animation: sectionHeadingLineGrow 1.6s ease-in-out infinite;
}

@keyframes sectionHeadingLineGrow {
    0% {
        transform: scaleX(0);
    }

    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-heading__line::before {
        animation: none;
        transform: scaleX(1);
    }
}

.company-about__message p {
    margin-bottom: 1.2em;
}

.company-about__message p:last-child {
    margin-bottom: 0;
}

.company-profile {
    margin-bottom: clamp(50px, 5vw, 100px);
}

.company-profile__list {
    width: 100%;
}

.company-profile__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px dotted #D9D9D9;
    align-items: start;
}

.company-profile__row:first-of-type {
    border-top: 1px dotted #D9D9D9;
}

.company-profile__row dt {
    color: var(--color-text);
    font-weight: var(--noto-medium);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.company-profile__row dd {
    color: var(--color-text);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.company-profile__row--business dd {
    padding-top: 4px;
}

.company-profile__business-list {
    margin: 0;
    display: grid;
    gap: 4px;
    list-style: none;
}

.company-profile__placeholder {
    color: #666;
}

@media screen and (max-width: 767px) {
    .company-profile__row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 0;
    }

}

.archive-contents {
    margin-top: 0;
}

.property-search-section {
    background: #f8f8f8;
    padding: clamp(3rem, 6vw, 6rem) 0;
}

.property-search__header {
    margin-bottom: 1.5rem;
}

.property-search__title {
    font-family: var(--font-en);
    font-weight: var(--montserrat-medium);
    font-size: 3.2rem;
    margin-bottom: 8px;
}

.property-search__sub-title {
    font-weight: var(--noto-medium);
    font-size: 1.4rem;
    color: var(--color-sub2);
}

.property-search__subtitle {
    margin: 0.5rem 0 0;
    color: #555;
}

.property-search__subtitle span {
    font-size: 1.4rem;
    font-weight: var(--noto-medium);
}

.property-search__toggle-btn {
    background: #fff;
    border: none;
    padding: 1.2rem 1.5rem;
    margin: 3.2rem 0 0;
    color: var(--color-sub2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.property-search__toggle-btn:hover {
    background: var(--color-accent);
    color: var(--color-sub1);
}

.property-search__toggle-icon {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
    margin-left: auto;
    padding-left: 1rem;
    color: #333;
}

.property-search__toggle-btn:hover .property-search__toggle-icon {
    color: var(--color-sub1);
}

.property-search__toggle-btn[aria-expanded="false"] .property-search__toggle-icon {
    transform: rotate(180deg);
}

.property-search__box {
    background: #fff;
    overflow: hidden;
    max-height: 5000px;
    opacity: 1;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-top: 8px;
}

.property-search__box[aria-hidden="true"] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    border: none;
}

.property-search__box-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    background: #f5f5f5;
}

.property-search__form {
    padding: 3.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.property-search__row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.property-search__label {
    width: 120px;
    min-width: 120px;
    flex-shrink: 0;
    font-weight: var(--noto-medium);
    display: block !important;
    visibility: visible !important;
    font-size: 1.4rem;
    padding: 0.25rem 0;
}

.property-search__label span {
    display: inline-block;
    width: 100%;
}

.property-search__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex: 1;
}

.property-search__no-terms {
    font-size: 1.4rem;
    font-weight: var(--noto-medium);
}

.property-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-sub2);
    border-radius: 999px;
    padding: 6px 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    font-size: 1.4rem;
    font-weight: var(--noto-regular);
}

.property-chip input {
    display: none;
}

.property-chip span {
    white-space: nowrap;
}

.property-chip:hover {
    border-color: #c5a46d;
}

.property-chip input:checked+span {
    color: #c5a46d;
    font-weight: 600;
}

.property-chip input:checked+span::after {
    content: '✓';
    margin-left: 0.35rem;
}

.property-search__submit {
    text-align: center;
    padding-top: 4rem;
    border-top: 1px dotted var(--color-text);
    margin-top: 1.6rem;
}

.property-search__button {
    font-family: var(--font-en);
    font-weight: var(--montserrat-semibold);
    background: #D6B77A;
    color: #fff;
    border: none;
    padding: 1rem 3.5rem;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 160px;
}

.property-search__button:hover {
    background: #b18f59;
}



/* ==========================================================================
   PROPERTY RESULTS セクション（物件一覧）
   ========================================================================== */

.property-results {
    padding-top: 6rem;
}

.property-results__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.2rem 2rem;
}

.property-card {
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}

.property-card__thumb {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(300px, 20vw, 460px);
    overflow: hidden;
    text-decoration: none;
}

.property-card__thumb a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.property-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.property-card:hover .property-card__thumb img {
    transform: scale(1.02);
}

.property-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-sub3);
    color: var(--color-sub2);
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: var(--font-weight-medium);
}

/* PROPERTY RESULTSセクション内のBefore/Afterスライダー */
.property-ba-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    --pos: 35%;
    /* CSS変数でスライダー位置を管理 */
}

.property-ba-slider .ba__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-ba-slider .ba__img--before {
    z-index: 1;
}

.property-ba-slider .ba__img--after {
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.property-ba-slider .ba__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: ew-resize;
    z-index: 10;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
}

.property-ba-slider .ba__divider {
    position: absolute;
    top: 0;
    left: var(--pos);
    width: 2px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    transform: translateX(-50%);
}

.property-ba-slider .ba__line {
    width: 100%;
    height: 100%;
    background-color: var(--color-sub1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.property-ba-slider .ba__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-sub1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--color-text);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.property-card__body {
    padding-top: 26px;
}

.property-card__title {
    font-family: var(--font-jp);
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
    margin: 0 0 10px 0;
}

.property-card__title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.property-card__title a:hover {
    color: var(--color-accent);
}

.property-card__details {
    font-size: 1.4rem;
    font-weight: var(--noto-medium);
}

.property-card__address {
    font-size: 1.4rem;
}

.property-card__info {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.property-card__station,
.property-card__space,
.property-card__price {
    font-size: 1.4rem;
}

.property-results__empty {
    font-family: var(--font-jp);
    font-size: 1.6rem;
}

/* ページネーション */
.property-results .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    margin: 4rem 0 0;
    padding: 0;
}

.property-results .page-numbers li {
    margin: 0;
}

.property-results .page-numbers a,
.property-results .page-numbers span {
    display: inline-block;
    padding: 0.8rem 1.2rem;
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    color: var(--color-sub1);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.property-results .page-numbers a:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-text);
}

.property-results .page-numbers .current {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-text);
}

@media (max-width: 768px) {
    .property-search__label {
        width: 100%;
    }

    .property-search__row {
        align-items: flex-start;
    }

    .property-search__chips {
        width: 100%;
    }

    .property-search__title {
        font-size: 2.4rem;
    }

    .property-search__form {
        padding: 20px 14px;
    }

    .property-results {
        padding-top: 4rem;
    }

    .property-results__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .property-card__thumb,
    .property-card__placeholder {
        height: 230px;
    }

    .property-card__body {
        padding-top: 20px;
    }

    .property-card__title {
        font-size: 1.6rem;
    }

    .property-card__details {
        font-size: 1.3rem;
    }

    /* 
    .property-card__address {
        font-size: 1.3rem;
    } */

    .property-ba-slider .ba__handle {
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }
}

/* @media (max-width: 480px) {
    .property-results {
        padding: 3rem 0;
    }

    .property-results__grid {
        gap: 1.5rem;
    }

    .property-card__body {
        padding-top: 15px;
    }

    .property-card__title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .property-card__details {
        font-size: 1.2rem;
    }

    .property-card__address {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .property-card__station,
    .property-card__space,
    .property-card__price {
        font-size: 1.2rem;
    }

    .property-ba-slider .ba__handle {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }

    .property-results .page-numbers a,
    .property-results .page-numbers span {
        padding: 0.6rem 1rem;
        font-size: 1.2rem;
    }
} */

/* Property Single Page トップセクション */

.single-property-contents {
    padding-top: clamp(100px, 10vw, 180px);
    margin-bottom: clamp(50px, 16vw, 160px);
}

.property-single__top-section {
    margin-bottom: clamp(3.6rem, 6vw, 6rem);
}

.property-single__header {
    margin-bottom: clamp(2.4rem, 6vw, 6rem);
}

.property-single__main-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: var(--noto-bold);
    margin-bottom: clamp(1rem, 2vw, 2rem);
}

.property-single__pr-comment-content {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.property-single__header-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    font-size: clamp(1.8rem, 2vw, 2rem);
    color: var(--color-sub2);
    font-weight: var(--noto-medium);
}

/* 基本情報テーブル 2項目/行（ラベル・値 ×2） */
.property-single__info-section {
    margin-top: clamp(4.2rem, 6vw, 6rem);
    margin-bottom: 6rem;
}

.property-single__info-title {
    font-size: 2rem;
    font-weight: var(--noto-bold);
    margin-bottom: clamp(2.4rem, 3vw, 3.2rem);
    color: var(--color-sub2);
}

.property-single__info-table2 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.property-single__info-table2 tr {
    display: flex;
    gap: 3.8rem;
}

.property-single__info-table2 td {
    border-bottom: 1px dotted #d9d9d9;
    vertical-align: top;
    width: 50%;
}

.property-single__info-table2 tr:first-child td {
    border-top: 1px dotted #d9d9d9;
}

.property-single__info-pair {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.property-single__info-label {
    font-size: 1.4rem;
    color: var(--color-text);
    font-weight: var(--noto-medium);
    width: 100px;
}

.property-single__info-value {
    font-size: 1.4rem;
    color: var(--color-text);
}

.property-single__info-notes-row td {
    width: 100%;
}

.property-single__contact-section {
    margin-top: clamp(50px, 13vw, 160px);
}

@media (max-width: 599px) {
    .property-single__info-table2 tr {
        flex-direction: column;
        gap: 0;
    }

    .property-single__info-table2 td {
        width: 100%;
    }

    .property-single__info-table2 tr:first-child td {
        border-top: none;
    }


    .property-single__info-table2 tr:first-child td:first-child {
        border-top: 1px dotted #d9d9d9;
    }

    .property-single__info-label {
        width: 70px;
    }

    .property-single__info-pair {
        padding-bottom: 20px;
        padding-top: 20px;
    }

}

/* メインスライダー */
.property-single__main-slider-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.property-single-swiper {
    width: 100%;
    height: auto;
    position: relative;
}

.property-single-swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-single__slide-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}

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

/* Before/Afterスライダー */
.property-single-ba-slider {
    --pos: 35%;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    overflow: hidden;
    background: var(--color-text);
    user-select: none;
    touch-action: none;
    margin: 0;
}

.property-single-ba-slider .ba__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-single-ba-slider .ba__img--before {
    z-index: 1;
}

.property-single-ba-slider .ba__img--after {
    z-index: 2;
    clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
}

.property-single-ba-slider .ba__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: ew-resize;
    z-index: 10;
}

.property-single-ba-slider .ba__divider {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.property-single-ba-slider .ba__line {
    position: absolute;
    left: var(--pos);
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-50%);
}

.property-single-ba-slider .ba__handle {
    position: absolute;
    left: var(--pos);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: ew-resize;
    pointer-events: auto;
}

.property-single-ba-slider .ba__handle i {
    color: var(--color-text);
    font-size: 24px;
}

.property-results .ba__handle i {
    font-size: 2rem;
}

/* ナビゲーションボタン */
.property-single-swiper .swiper-button-prev,
.property-single-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: var(--color-text);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.property-single-swiper .swiper-button-prev:hover,
.property-single-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.property-single-swiper .swiper-button-prev::after,
.property-single-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}

.property-single-swiper .swiper-button-prev {
    left: 20px;
}

.property-single-swiper .swiper-button-next {
    right: 20px;
}

/* サムネイルスライダー */
.property-single-thumbs {
    margin-top: 1rem;
    max-width: 100%;
    overflow: hidden;
}

.property-single-thumbs .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.property-single__thumb-slide {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.property-single__thumb-slide:hover,
.property-single__thumb-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.property-single__thumb-image {
    width: 100%;
    height: clamp(94px, 7vw, 170px);
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.property-single__thumb-slide.swiper-slide-thumb-active .property-single__thumb-image {
    border-color: var(--color-accent);
}

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

/* レスポンシブ */
@media (max-width: 768px) {

    .property-single-swiper .swiper-button-prev,
    .property-single-swiper .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-top: calc(0px - (var(--swiper-navigation-size) / 3));
    }

    .property-single-swiper .swiper-button-prev::after,
    .property-single-swiper .swiper-button-next::after {
        font-size: 12px;
    }

    .property-single-swiper .swiper-button-prev {
        left: 10px;
    }

    .property-single-swiper .swiper-button-next {
        right: 10px;
    }

    .property-single-thumbs {
        padding: 0 10px;
    }

    .property-single__thumb-image {
        height: 60px;
    }
}

/* 物件詳細：周辺地図 */
.property-single__map-section {
    margin-top: clamp(4.8rem, 6vw, 6rem);
}

.property-single__map-frame {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.property-single__map-frame iframe {
    display: block;
    width: 100%;
    height: clamp(220px, 38vw, 520px);
    border: 0;
}

.privacy-policy-page__heading {
    color: var(--color-sub2);
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: var(--noto-bold);
    margin-bottom: 8px;
}

.privacy-policy-page__section {
    margin-top: 30px;
}

.privacy-policy-page__list {
    padding-left: 1.6em;
}

/* ==========================================================================
   NEWS セクション
   ========================================================================== */

.news-section {
    background-color: #F0F0F0;
    padding: 10rem 0;
}

.news-content {
    display: flex;
    gap: 6rem;
}

.news-left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
}

.news-right {
    flex: 1;
}

.news-header {
    margin: 0;
}

.news-title {
    font-family: var(--font-en);
    font-size: 3.2rem;
    font-weight: var(--montserrat-semibold);
    color: var(--color-text);
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.news-list {
    margin: 0;
}

.news-item {
    transition: all 0.3s ease;
}

.news-item:hover {
    background-color: rgba(214, 183, 122, 0.05);
    padding-left: 1rem;
    padding-right: 1rem;
}

.news-item:first-child {
    border-top: 1px solid var(--color-sub3);
}

.news-item-content {
    flex: 1;
    padding-right: 2rem;
}

.news-item-title {
    margin: 0;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    font-weight: var(--noto-medium);
}

.news-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 3rem 0 6rem;
    border-bottom: 1px solid var(--color-sub3);
    transition: all 0.3s ease;
}

.news-item-link:hover {
    color: inherit;
}

.news-item-title {
    margin: 0;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    font-weight: var(--noto-medium);
    color: var(--color-text);
    transition: color 0.3s ease;
}

.news-item:hover .news-item-title {
    color: var(--color-accent);
}

.news-item-date {
    flex-shrink: 0;
    font-family: var(--font-en);
    font-size: 1.3rem;
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

/* Archive News List - ホームページのニュースリストと同じデザイン */
.archive-news-list {
    margin: 0;
}

.archive-news-item {
    transition: all 0.3s ease;
}

.archive-news-item:hover {
    background-color: rgba(214, 183, 122, 0.05);
    padding-left: 1rem;
    padding-right: 1rem;
}

.archive-news-item:first-child .archive-news-item-link {
    border-top: 2px dotted var(--color-sub3);
}

.archive-news-item-content {
    flex: 1;
    padding-right: 2rem;
}

.archive-news-item-title {
    margin: 0;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    font-weight: var(--noto-medium);
    color: var(--color-text);
    transition: color 0.3s ease;
}

.archive-news-item:hover .archive-news-item-title {
    color: var(--color-accent);
}

.archive-news-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 3rem 0 6rem;
    border-bottom: 2px dotted var(--color-sub3);
    transition: all 0.3s ease;
}

.archive-news-item-link:hover {
    color: inherit;
}

.archive-news-item-date {
    flex-shrink: 0;
    font-family: var(--font-en);
    font-size: 1.3rem;
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

.news-view-more {
    display: flex;
    justify-content: flex-start;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.single-contents {
    padding-top: clamp(100px, 10vw, 180px);
    margin-bottom: clamp(50px, 16vw, 160px);
}

/* 404 Error Page */
.error-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 4rem 2rem;
}

.error-404__content {
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.error-404__title {
    font-family: var(--font-en);
    font-size: clamp(8rem, 15vw, 12rem);
    font-weight: var(--montserrat-bold);
    color: var(--color-text);
    margin: 0 0 2rem 0;
    line-height: 1;
    letter-spacing: -0.02em;
}

.error-404__message {
    font-family: var(--font-jp);
    font-size: clamp(2rem, 4vw, 2.4rem);
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
}

.error-404__description {
    font-family: var(--font-jp);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    color: var(--color-sub2);
    margin: 0 0 3rem 0;
    line-height: 1.8;
}

.error-404__actions {
    margin-top: 3rem;
}

.error-404__button {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: var(--montserrat-medium);
    color: #fff;
    background-color: var(--color-text);
    padding: 1.5rem 4rem;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
}

.error-404__button:hover {
    background-color: var(--color-sub2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Single Post Layout */
.single-layout {
    display: grid;
    grid-template-columns: 1fr minmax(240px, 320px);
    gap: 4.8rem;
    align-items: start;
}

.single-main {
    min-width: 0;
}

.single-post {
    width: 100%;
}

.single-post__header {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-sub3);
}

.single-post__title {
    font-family: var(--font-jp);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
}

.single-post__date {
    display: block;
    font-family: var(--font-en);
    font-size: 1.3rem;
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

.single-post__content {
    font-family: var(--font-jp);
    font-size: 1.6rem;
    line-height: 1.8;
    color: var(--color-text);
}

.single-post__content p {
    margin-bottom: 2rem;
}

.single-post__content h2 {
    font-family: var(--font-jp);
    font-size: 2.4rem;
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 4rem 0 2rem 0;
    line-height: 1.4;
}

.single-post__content h3 {
    font-family: var(--font-jp);
    font-size: 2rem;
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 3rem 0 1.5rem 0;
    line-height: 1.4;
}

.single-post__content h4 {
    font-family: var(--font-jp);
    font-size: 1.8rem;
    font-weight: var(--noto-medium);
    color: var(--color-text);
    margin: 2.5rem 0 1.5rem 0;
    line-height: 1.4;
}

.single-post__content ul,
.single-post__content ol {
    margin: 2rem 0;
    padding-left: 2rem;
}

.single-post__content li {
    margin-bottom: 1rem;
}

.single-post__content a {
    color: var(--color-accent);
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.single-post__content a:hover {
    opacity: 0.7;
}

.single-post__content img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}

.single-post__content blockquote {
    border-left: 4px solid var(--color-accent);
    padding-left: 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: var(--color-sub2);
}

/* Sidebar */
.single-sidebar {
    position: sticky;
    top: 120px;
}

.recent-posts {
    background-color: #F9F9F9;
    padding: 3rem 2rem;
    border: 1px solid var(--color-sub3);
}

.recent-posts__title {
    font-family: var(--font-jp);
    font-size: 2rem;
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 0 0 2.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-sub3);
}

.recent-posts__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-posts__item {
    margin-bottom: 2.5rem;
}

.recent-posts__item:last-child {
    margin-bottom: 0;
}

.recent-posts__link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.recent-posts__link:hover {
    opacity: 0.7;
}

.recent-posts__item-title {
    font-family: var(--font-jp);
    font-size: 1.5rem;
    font-weight: var(--noto-medium);
    color: var(--color-text);
    margin: 0 0 0.8rem 0;
    line-height: 1.5;
}

.recent-posts__item-date {
    display: block;
    font-family: var(--font-en);
    font-size: 1.2rem;
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

/* Responsive */
@media (max-width: 1024px) {
    .single-layout {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .single-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {

    .archive-news-item-link {
        padding: 2rem 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }


    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
        text-align: center;
        margin-top: 60px;
    }

    .news-left {
        flex: none;
        width: 100%;
        margin-bottom: 3.2rem;
    }

    .news-content {
        flex-direction: column;
        gap: 0;
    }

    .news-item-link {
        padding: 2rem 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }

    .news-item-content {
        flex: 0;
    }


    .single-post__header {
        margin-bottom: 3rem;
        padding-bottom: 1.5rem;
    }

    .single-post__title {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }

    .single-post__content {
        font-size: 1.5rem;
    }

    .single-post__content h2 {
        font-size: 2rem;
        margin: 3rem 0 1.5rem 0;
    }

    .single-post__content h3 {
        font-size: 1.8rem;
        margin: 2.5rem 0 1.2rem 0;
    }

    .recent-posts {
        padding: 2.5rem 1.5rem;
    }

    .recent-posts__title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        padding-bottom: 1.2rem;
    }

    .recent-posts__item {
        margin-bottom: 2rem;
    }

    .recent-posts__item-title {
        font-size: 1.4rem;
    }

    .property-single-ba-slider .ba__handle {
        width: 40px;
        height: 40px;
    }

    .property-single-ba-slider .ba__handle i {
        font-size: 16px;
    }

    .archive-news-item-content {
        padding-right: 0;
    }


    .service-intro-details {
        padding-left: 1.5em;
    }

    .contact-page__inner {
        gap: 0;
    }

    .ba__handle,
    .pickup-ba-slider .ba__handle {
        width: 30px;
        height: 30px;
    }

    .ba__handle i {
        font-size: 14px;
    }

    .news-section {
        padding: 5rem 0;
    }


}

/* ==========================================================================
   スクロールアニメーション
   ========================================================================== */

/* アニメーション対象の要素の初期状態 */
.scroll-animate {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* アニメーション実行時の状態 */
.scroll-animate.animate-in {
    opacity: 1;
    transform: translateX(0);
}

/* アニメーションの遅延を設定（複数の要素がある場合に順番に表示） */
.scroll-animate-delay-1 {
    transition-delay: 0.1s;
}

.scroll-animate-delay-2 {
    transition-delay: 0.2s;
}

.scroll-animate-delay-3 {
    transition-delay: 0.3s;
}

.scroll-animate-delay-4 {
    transition-delay: 0.4s;
}

/* パフォーマンス最適化: GPUアクセラレーション */
.scroll-animate {
    will-change: opacity, transform;
}

.scroll-animate.animate-in {
    will-change: auto;
}/* ==========================================================================
   LUXERA デザインシステム
   ========================================================================== */

/* Google Fontsはheader.phpで読み込まれるため、@importは削除 */

:root {
    /* カラーパレット */
    --color-text: #111111;
    /* テキストカラー */
    --color-sub1: #FFFFFF;
    /* サブカラー① */
    --color-accent: #D6B77A;
    /* アクセントカラー */
    --color-sub2: #444444;
    /* サブカラー② */
    --color-sub3: #D9D9D9;
    /* サブカラー③ */
    --color-overlay: rgba(0, 0, 0, 0.3);
    /* オーバーレイ */

    /* フォントファミリー */
    --font-en: 'Montserrat' ,sans-serif;
    --font-jp: 'Noto Sans JP',sans-serif;
    /* --font-primary: var(--font-en);
    --font-secondary: var(--font-jp); */

    /* フォントウェイト - Noto Sans JP */
    --noto-thin: 100;
    --noto-light: 200;
    --noto-demilight: 300;
    --noto-regular: 400;
    --noto-medium: 500;
    --noto-bold: 600;

    /* フォントウェイト - Montserrat */
    --montserrat-thin: 100;
    --montserrat-extralight: 200;
    --montserrat-light: 300;
    --montserrat-regular: 400;
    --montserrat-medium: 500;
    --montserrat-semibold: 600;
    --montserrat-bold: 700;

    /* 後方互換性のための汎用フォントウェイト変数 */
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;

    /* 後方互換性のための旧変数 */
    --luxera-primary: var(--color-accent);
    --luxera-dark: var(--color-text);
    --luxera-white: var(--color-sub1);
    --luxera-light: var(--color-sub3);
    --luxera-overlay: var(--color-overlay);
}

/* ==========================================================================
   モダンリセットCSS
   ========================================================================== */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Prevent font size inflation */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 62.5%;
    /* 1rem = 10px */
    scroll-behavior: smooth;
}

/* Additional modern reset rules */


/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    line-height: 1.6;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-jp);
    color: var(--color-text);
    background-color: var(--color-sub1);
    overflow-x: hidden;
    font-size: 1.6rem;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
    min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
    scroll-margin-block: 5ex;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}



/* Remove default margin and padding */
* {
    margin: 0;
    padding: 0;
}

/* Remove default list styles */

/* Remove default button styles */
button {
    background: none;
    border: none;
    cursor: pointer;
}

/* Remove default fieldset styles */
fieldset {
    border: none;
}

/* Remove default table styles */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Improve text rendering */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* ==========================================================================
   LUXERA ヘッダースタイル
   ========================================================================== */



.container {
    /* max-width: 1028px; */
    width: 72.2222vw;
    margin: 0 auto;
    padding: 0 14px;
}

.wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1028px;
    }
}

.site {
    position: relative;
}

.luxera-header {
    left: 0;
    right: 0;
    z-index: 999;
    /* 管理バー（z-index: 99999）より下に配置 */
    border: none;
    box-shadow: none;
    padding: 1.8rem 0;
    transition: all 0.3s ease;
}

.contact-button {
    height: 100%;
}

.header-container {
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.luxera-logo a {
    display: block;
    text-decoration: none;
}

.logo-image {
    height: 36px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.logo-image:hover {
    opacity: 0.8;
}

.luxera-nav {
    display: flex;
    align-items: center;
    gap: 3rem;
}

/* デスクトップ用ヘッダーメニュー */
#header-menu.luxera-menu,
#header-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3rem;
}

/* モバイル用ハンバーガーメニューはデフォルトで非表示 */
#primary-menu.luxera-menu,
#primary-menu {
    display: none;
}

/* デスクトップ（768px以上）での表示設定 */
@media (min-width: 768px) {

    /* デスクトップ用ヘッダーメニューを表示 */
    #header-menu.luxera-menu,
    #header-menu {
        display: flex !important;
    }

    /* モバイル用ハンバーガーメニューは非表示 */
    #primary-menu.luxera-menu,
    #primary-menu {
        display: none !important;
    }

    /* ハンバーガーボタンは非表示 */
    .menu-toggle {
        display: none !important;
    }

    /* メニュークローズボタンは非表示 */
    .menu-close {
        display: none !important;
    }
}

.luxera-menu li a {
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-sub1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.luxera-menu li a:hover {
    color: var(--color-accent);
}

.btn-contact {
    background: var(--color-accent);
    color: var(--color-text);
    padding: 14px 31px;
    border-radius: 0;
    border: none;
    font-family: var(--font-en);
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid var(--color-accent);
}

.btn-contact:hover {
    background: var(--color-sub1);
    color: var(--color-text);
    border: 1px solid var(--color-accent);
}


/* ==========================================================================
   LUXERA ヒーローセクション
   ========================================================================== */

.page-hero {
    position: relative;
    min-height: 626px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.3);
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
}

.page-hero__title {
    font-family: var(--font-en);
    font-size: clamp(3.2rem, 6vw, 8rem);
    font-weight: var(--font-weight-medium);
    margin-bottom: 1rem;
}

.page-hero__subtitle {
    margin: 0;
    font-family: var(--font-jp);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: var(--font-weight-medium);
}

@media (max-width: 767px) {
    .page-hero {
        min-height: 300px;
        padding: 0 6vw;
    }
}

/* ==========================================================================
   パンくずリスト
   ========================================================================== */

.breadcrumb {
    background-color: var(--color-sub1);
    padding: 2rem 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
    content: '/';
    margin-left: 1rem;
    color: var(--color-text);
    font-weight: normal;
}

.breadcrumb-item a {
    font-family: var(--font-en);
    color: #D9D9D9;
    font-weight: var(--montserrat-medium);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4rem;
    transition: opacity 0.3s ease;
}

.breadcrumb-item a:hover {
    opacity: 0.7;
}

.breadcrumb-item.current {
    font-family: var(--font-en);
    color: var(--color-text);
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: var(--montserrat-medium);
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 14px 0;
    }
}

.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--color-text) 0%, var(--color-sub2) 100%);
    background-image:
        radial-gradient(circle at 20% 80%, rgba(214, 183, 122, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(214, 183, 122, 0.05) 0%, transparent 50%);
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-overlay);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: left;
    width: 72.2222vw;
    margin: 0 auto;
    padding: 0 14px;
}

/* hero-titleとhero-subtitleにのみAdobe Fontsを適用 */
/* ページ全体ではGoogle Fontsも読み込まれるが、これらの要素にはAdobe Fontsのみを適用 */

.hero-subtitle {
    --font-jp: fot-tsukuaoldmin-pr6n, serif !important;
    --font-secondary: fot-tsukuaoldmin-pr6n, serif !important;
}

.hero-title {
    --font-en: verdigris-mvb-pro-big, serif !important;
    --font-primary: verdigris-mvb-pro-big, serif !important;
}

.hero-title {
    /* Adobe Fontsのみを指定（Google Fontsを含むすべてのフォントをブロック） */
    /* フォールバックフォントは、読み込み前後で視覚的に近いものを使用 */
    font-family: verdigris-mvb-pro-big, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif !important;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    font-weight: var(--font-weight-semibold);
    color: var(--color-sub1);
    margin-bottom: 2.4rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    font-synthesis: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
    /* フォント読み込み中の視覚的な変化を防ぐ */
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
}

.hero-subtitle {
    /* Adobe Fontsのみを指定（Google Fontsを含むすべてのフォントをブロック） */
    font-family: fot-tsukuaoldmin-pr6n !important;
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 700;
    color: var(--color-sub1);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    font-synthesis: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* すべての子要素と疑似要素にもAdobe Fontsを適用（Google Fontsを完全にブロック） */
.hero-title *,
.hero-subtitle *,
.hero-title::before,
.hero-title::after,
.hero-subtitle::before,
.hero-subtitle::after {
    font-family: inherit !important;
}

/* Typekitフォント読み込み前でも、Google Fontsを完全にブロック */
/* 読み込み前後で同じfont-weightを維持して、視覚的な変化を防ぐ */
html.wf-loading .hero-title,
html.wf-loading .hero-subtitle,
html:not(.wf-active):not(.wf-inactive) .hero-title,
html:not(.wf-active):not(.wf-inactive) .hero-subtitle {
    /* 読み込み前も同じフォールバックフォントを使用 */
    font-family: verdigris-mvb-pro-big, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif !important;
    font-synthesis: none !important;
    -webkit-font-feature-settings: "kern" 1 !important;
    font-feature-settings: "kern" 1 !important;
    /* 読み込み前後で同じfont-weightを維持（600） */
    font-weight: var(--font-weight-semibold) !important;
    text-rendering: optimizeLegibility;
}

/* Typekitフォント読み込み完了後も、同じfont-weightを維持 */
html.wf-active .hero-title {
    font-weight: var(--font-weight-semibold) !important;
}

html.wf-active .hero-subtitle {
    font-weight: 700 !important;
}

/* フォント読み込み失敗時（wf-inactive）も同じfont-weightを維持 */
html.wf-inactive .hero-title,
html.wf-inactive .hero-subtitle {
    font-weight: var(--font-weight-semibold) !important;
}

/* 動画のパフォーマンス最適化 */
@media (prefers-reduced-motion: reduce) {
    .hero-video {
        display: none;
    }

    .hero-background {
        background: linear-gradient(135deg, var(--luxera-darker) 0%, var(--luxera-dark) 100%);
    }
}

/* 低帯域幅での動画非表示 */
@media (max-width: 767px) and (max-resolution: 150dpi) {
    .hero-video {
        display: none;
    }
}

/* レスポンシブ対応はファイル末尾の統合ブロックに集約しました */



/* Focus styles for accessibility */
:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

/* ==========================================================================
   レスポンシブ画像
   ========================================================================== */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Before/After スライダー
   ========================================================================== */


/* ==========================================================================
   LUXERA CASEセクション
   ========================================================================== */

.case-section {
    position: relative;
}

.case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.case-project-wrapper {
    border-top: 1px solid var(--color-sub2);
    padding-top: clamp(40px, 8vw, 80px);
}

.case-project-wrapper:last-child {
    margin-top: clamp(40px, 8vw, 80px);
}

.case-main-title {
    font-family: var(--font-en);
    font-size: 5.4rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
}

.project-info {
    padding-top: 3rem;
}

.project-title-en {
    font-family: var(--font-en);
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: var(--font-weight-medium);
    color: var(--color-text);
    margin-bottom: 1.2rem;
}

.project-title-jp {
    font-weight: var(--font-weight-medium);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.section-title {
    text-align: center;
    font-family: var(--font-en);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: var(--font-weight-bold);
    margin-bottom: 4rem;
    color: var(--color-text);
    letter-spacing: 0.02em;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--color-accent);
}


.case-section .ba {
    --pos: 35%;
    /* 初期位置（% / px 可） */
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* 必要に応じて変更。固定しない場合は画像高さに依存 */
    border-radius: 0;
    overflow: hidden;
    background: var(--color-text);
    user-select: none;
    touch-action: none;
    /* スワイプ操作を優先 */
    margin: 0;
}

/* 画像のレイヤ */
.ba__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ba__img--after {
    /* 右側を隠し、左側（境界まで）だけ見せる */
    clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
}

/* 中央の仕切りラインとハンドル */
.ba__divider {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ba__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--pos);
    width: 1px;
    background: var(--color-sub1);
    z-index: 5;
}

.ba__handle {
    position: absolute;
    top: 50%;
    left: var(--pos);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-sub1);
    border: 3px solid var(--color-sub1);
    box-shadow: 0 4px 20px rgba(17, 17, 17, .3);
    pointer-events: none;
    z-index: 10;
}

.ba__handle i {
    font-size: 24px;
    color: var(--color-text);
}

/* アノテーション（任意） */
.ba__label {
    position: absolute;
    top: 1.5rem;
    padding: 0.5rem 1rem;
    font-family: var(--font-en);
    font-size: 0.875rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-sub1);
    background: var(--color-accent);
    border-radius: 0;
    backdrop-filter: blur(4px);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ba__label--before {
    left: 1.5rem;
}

.ba__label--after {
    right: 1.5rem;
}

/* 入力レンジを視覚には出さず、アクセシブルに保持 */
.ba__range {
    position: absolute;
    inset: 0;
    appearance: none;
    background: none;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: ew-resize;
    opacity: 0;
    /* 視覚的には非表示 */
}

.ba__range:focus-visible+.ba__divider .ba__handle {
    outline: 2px solid Highlight;
    outline-offset: 2px;
}

/* フォールバック（JS無し）でも50%状態で見映えを確保 */
@media (prefers-reduced-motion: reduce) {
    .ba {
        scroll-behavior: auto;
    }
}

/* CASEセクション レスポンシブ対応はファイル末尾の統合ブロックに集約しました */

.site-header {
    z-index: 1000;
    background-color: rgba(17, 17, 17, 0.6);
    position: fixed;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
}

.site-title {
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    text-decoration: none;
    margin: 0;
}

.site-title:hover {
    color: var(--color-accent);
    transition: color 0.3s ease;
}

/* ==========================================================================
   ナビゲーション
   ========================================================================== */

.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.main-navigation a {
    color: var(--color-sub1);
    text-decoration: none;
    font-weight: var(--font-weight-semibold);
    transition: color 0.3s ease;
    font-size: 1.6rem;
}

.main-navigation a:hover {
    color: var(--color-accent);
}

/* モバイルメニュー */
.menu-toggle {
    display: none;
}

.menu-close {
    display: none;
}

/* ==========================================================================
   メインコンテンツ
   ========================================================================== */

.site-main {
    min-height: calc(100vh - 200px);
}

.front-page .site-main {
    padding: 0;
}

.common-section {
    margin-top: clamp(80px, 16vw, 160px);
}

/* ==========================================================================
   PICK UPセクション - Swiperベース
   ========================================================================== */

.pickup-section {
    background-color: var(--color-sub2);
    color: var(--color-sub1);
    padding: clamp(50px, 8vw, 80px) 0;
    overflow: hidden;
}

.pickup-container {
    max-width: none;
    margin: 0;
    padding: 0;
}

.pickup-header {
    width: 72.2222vw;
    margin: 0 auto;
    padding: 0 14px;
    margin-bottom: 32px;
}

.pickup-title {
    font-family: var(--font-en);
    font-size: clamp(3.2rem, 5vw, 5.4rem);
    font-weight: var(--font-weight-semibold);
    color: var(--color-sub1);
    text-align: left;
    margin: 0;
}

.pickup-swiper-wrapper {
    position: relative;
    max-width: 72.2222vw;
    margin: 0 auto;
    padding: 0 14px;
}

.pickup-swiper {
    overflow: visible !important;
    margin-bottom: 60px;
    padding-left: 20px;
}

.pickup-swiper .swiper-wrapper {
    align-items: stretch;
}

.pickup-swiper .swiper-slide {
    width: max-content;
    height: auto;
}

.pickup-slide {
    overflow: hidden;
    width: 490px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pickup-swiper-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 68%;
}

.pickup-slide__media {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

/* PICK UPセクション内のBefore/Afterスライダー */
.pickup-ba-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    --pos: 35%;
    /* CSS変数でスライダー位置を管理 */
}

.pickup-ba-slider .ba__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pickup-ba-slider .ba__img--before {
    z-index: 1;
}

.pickup-ba-slider .ba__img--after {
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.pickup-ba-slider .ba__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: ew-resize;
    z-index: 10;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
}

.pickup-ba-slider .ba__divider {
    position: absolute;
    top: 0;
    left: var(--pos);
    width: 2px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    transform: translateX(-50%);
}

.pickup-ba-slider .ba__line {
    width: 100%;
    height: 100%;
    background-color: var(--color-sub1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pickup-ba-slider .ba__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-sub1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--color-text);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.pickup-item:hover .pickup-ba-slider .ba__handle {
    background-color: var(--color-accent);
    color: var(--color-sub1);
    transform: translate(-50%, -50%) scale(1.1);
}

.pickup-item:hover .pickup-ba-slider .ba__img {
    transform: scale(1.02);
}

.pickup-slide__content {
    color: var(--color-sub1);
    padding-top: 26px;
}

.pickup-slide__title {
    font-family: var(--font-jp);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: var(--font-weight-semibold);
    margin-bottom: clamp(0.8rem, 2vw, 1.5rem);
}

.pickup-slide__details {
    font-size: 1.4rem;
}


.pickup-slide__info {
    display: flex;
    gap: 5px;
}

.pickup-slide__station,
.pickup-slide__space,
.pickup-slide__price {
    font-size: clamp(1.3rem, 2vw, 1.4rem);
    font-weight: var(--font-weight-regular);
}

/* Swiperコントローラー */
.pickup-swiper .swiper-controller {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 32px;
    padding-right: 20px;
}

.pickup-swiper .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
}

.pickup-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    opacity: 1;
}

.pickup-swiper .swiper-pagination-bullet-active {
    width: 40px;
    background-color: var(--color-accent);
}

.pickup-swiper .swiper-button-prev,
.pickup-swiper .swiper-button-next {
    position: relative;
    display: grid;
    place-content: center;
    width: 64px;
    height: 64px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.pickup-swiper .swiper-button-prev::before,
.pickup-swiper .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.pickup-swiper .swiper-button-prev::after,
.pickup-swiper .swiper-button-next::after {
    width: 12px;
    height: 12px;
    content: "";
    border: solid var(--color-sub1);
    border-width: 2px 2px 0 0;
    font-size: 0;
}

.pickup-swiper .swiper-button-prev::after {
    margin-left: 4px;
    transform: rotate(-135deg);
}

.pickup-swiper .swiper-button-next::after {
    margin-right: 4px;
    transform: rotate(45deg);
}

.pickup-swiper .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.3;
}


.pickup-view-more {
    text-align: center;
    padding-left: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.pickup-btn {
    background-color: var(--color-accent);
    color: var(--color-sub1);
    padding: 15px 40px;
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    display: inline-block;
}

.pickup-btn:hover {
    background-color: var(--color-accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(214, 183, 122, 0.3);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}

.pickup-swiper-wrapper .swiper-button-next {
    right: 0;
}

.pickup-swiper-wrapper .swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: initial !important;
}

/* レスポンシブ対応はファイル末尾の統合ブロックに集約しました */

/* ==========================================================================
   サービスコンセプトセクション
   ========================================================================== */

.service-concept-section {
    padding-left: 13.8888vw;
    background-color: var(--color-sub1);
    overflow: hidden;
}

.service-concept-container {
    display: flex;
    justify-content: space-between;
    min-height: 72vh;
}

/* 左側のコンテンツ */
.service-concept-content {
    flex: 0 0 auto;
    max-width: 488px;
    padding-left: 14px;
    padding-right: 14px;
}

.service-concept-title {
    font-family: var(--font-en);
    font-size: clamp(3.2rem, 5vw, 4.8rem);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    margin-bottom: clamp(3.2rem, 4vw, 4rem);
}

.service-concept-text {
    margin-bottom: 6rem;
}

.service-concept-text p {
    font-family: var(--font-jp);
    font-weight: var(--font-weight-regular);
    font-size: 1.6rem;
    color: var(--color-text);
    margin-bottom: 2rem;
}

.service-concept-text p:last-child {
    margin-bottom: 0;
}

.sp-service-concept-button {
    display: none;
    text-align: center;
}

.btn-view-more {
    display: inline-block;
    padding: 1.1rem 3rem;
    background-color: var(--color-accent);
    color: var(--color-sub1);
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-view-more:hover {
    background-color: var(--color-text);
    transform: translateY(-2px);
}

/* 右側の画像スライダー */
.service-concept-images {
    height: 72vh;
    /* margin-right: -13.8889vw; */
    position: relative;
}

.image-slider-wrapper {
    display: flex;
    gap: 1rem;
    height: 100%;
    width: 100%;
}

.image-column {
    flex: 0 0 auto;
    width: 21.1388vw;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-width: 0;
    /* flexアイテムの縮小を許可 */
}

@media (min-width: 1441px) {
    .image-column {
        width: 26.1388vw;
    }
}

.image-slider {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: absolute;
    width: 100%;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* 左列：上から下へのアニメーション */
.image-slider--down .slider-track {
    animation-name: slideDown;
    animation-duration: 80s;
}

/* 右列：下から上へのアニメーション */
.image-slider--up .slider-track {
    animation-name: slideUp;
    animation-duration: 90s;
    animation-delay: -20s;
    /* 左右のタイミングをずらす */
}

.slider-track img {
    width: clamp(100%, 120% + 2vw, 150%);
    height: clamp(16rem, 20vw, 50rem);
    object-fit: cover;
    transition: transform 0.3s ease;
    margin-left: clamp(0%, -10% - 1vw, -25%);
}


/* アニメーションキーフレーム */
@keyframes slideDown {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* ホバー時のアニメーション一時停止 */
.service-concept-images:hover .slider-track {
    animation-play-state: paused;
}

/* レスポンシブデザインはファイル末尾の統合ブロックに集約しました */

/* ==========================================================================
   Service Intro セクション（サービス紹介）
   ========================================================================== */

.service-intro-section {
    position: relative;
    overflow: hidden;
    padding-top: clamp(60px, 8vw, 100px);
    padding-bottom: clamp(60px, 8vw, 100px);
}

.common-service-intro-section {
    border-top: 1px solid #fff;
}

.service-intro-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service-intro-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.5);
    z-index: 2;
}

.service-intro-content {
    position: relative;
    z-index: 3;
}

.service-intro-text {
    color: var(--color-sub1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(6rem, 10vw, 10rem);
}

.service-intro-text-reverse .service-intro-title {
    text-align: left;
}

.service-intro-title {
    font-family: var(--font-en);
    font-size: clamp(4.8rem, 10vw, 17rem);
    font-weight: var(--montserrat-regular);
    line-height: 1.1;
    text-align: right;
}

.service-intro-subtitle {
    font-family: var(--font-jp);
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: var(--font-weight-medium);
    margin-bottom: 2rem;
    color: var(--color-sub1);
}

.service-intro-description {
    margin-bottom: 4rem;
}

.service-intro-description p {
    font-weight: var(--noto-medium);
    color: var(--color-sub1);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.service-intro-description p:last-child {
    margin-bottom: 0;
}

.service-intro-text-reverse .service-intro-info {
    display: flex;
    justify-content: flex-end;
}

.service-intro-button {
    display: flex;
    justify-content: flex-start;
}

.service-intro-details {
    max-width: 655px;
    position: relative;
    padding-left: 4rem;
}

.service-intro-details::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background-color: var(--color-sub1);
    animation: lineGrow 1.5s ease-out infinite;
}

@keyframes lineGrow {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.service-intro-btn {
    background-color: transparent !important;
    border: 2px solid var(--color-sub1) !important;
    color: var(--color-sub1) !important;
}

.service-intro-btn:hover {
    background-color: var(--color-sub1) !important;
    color: var(--color-text) !important;
    border-color: var(--color-sub1) !important;
}

/* レスポンシブデザインはファイル末尾の統合ブロックに集約しました */



/* レスポンシブデザインはファイル末尾の統合ブロックに集約しました */

/* ===================================
   Contact Usセクション
=================================== */
.contact-section {
    position: relative;
    min-height: clamp(460px, 60vh, 550px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.contact-content {
    position: relative;
    z-index: 3;
    color: var(--color-sub1);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 1.4rem;
}

.contact-guidance {
    font-size: 2rem;
    font-family: var(--font-en);
    font-weight: var(--montserrat-medium);
}

.contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(1.2rem, 2vw, 2rem);
}

.contact-link-icon {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.contact-title {
    font-size: clamp(4rem, 10vw, 9.6rem);
    font-family: var(--font-en);
    font-weight: var(--montserrat-semibold);
}

.contact-link {
    color: var(--color-sub1);
    text-decoration: none;
    display: inline-flex;
    gap: clamp(0.4rem, 2vw, 2rem);
    transition: all 0.3s ease;
    position: relative;
}

.contact-link:hover {
    color: var(--color-sub3);
    transform: translateY(-2px);
}

.contact-link:hover .contact-link-icon {
    transform: translateX(0.5rem);
}

.contact-subtitle {
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-family: var(--font-jp);
    font-weight: var(--noto-regular);
}

/* レスポンシブデザインはファイル末尾の統合ブロックに集約しました */

/* ========================================
   フッター
======================================== */

.site-footer {
    background-color: var(--color-sub2);
    color: var(--color-sub1);
    padding: clamp(50px, 10vw, 10rem) 0;
    margin-top: auto;
}

.footer-container {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    margin-bottom: 0.5rem;
}

.logo-image {
    max-height: 40px;
    width: auto;
    height: auto;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4rem;
}

.footer-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.footer-navigation li {
    margin: 0;
}

.footer-navigation a {
    color: var(--color-sub1);
    text-decoration: none;
    font-family: var(--font-en);
    font-weight: var(--font-weight-semibold);
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-navigation a:hover {
    color: var(--color-accent);
}

.footer-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-form-btn {
    background-color: var(--color-accent);
    color: var(--color-sub1);
    padding: 1.5rem 4.3rem;
    text-decoration: none;
    font-family: var(--font-en);
    font-weight: var(--font-weight-semibold);
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    text-align: center;
}

.contact-form-btn:hover {
    background-color: var(--color-accent);
    transform: translateY(-2px);
    color: var(--color-sub1);
}

.privacy-policy-link {
    color: var(--color-sub1);
    text-decoration: none;
    font-family: var(--font-en);
    font-weight: var(--font-weight-semibold);
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.privacy-policy-link:hover {
    color: var(--color-accent);
}

/* フッターのレスポンシブデザインはファイル末尾の統合ブロックに集約しました */

/* ==========================================================================
   レスポンシブデザイン - タブレット（1024px以下）
   ========================================================================== */

@media (max-width: 767px) {

    .footer-container {
        gap: 34px;
        flex-direction: column;
    }

    .contact-form-btn {
        width: 100%;
        display: block;
        padding: 1.5rem 2rem;
    }

    .contact-text {
        justify-content: center;
        align-items: center;
    }

    .pickup-swiper .swiper-button-prev,
    .pickup-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .pickup-header {
        width: 100%;
    }

    .pickup-swiper-wrapper {
        max-width: 100%;
    }

    .image-column {
        width: 50%;
    }

    .service-concept-section {
        padding-left: 0;
    }

    .post-title {
        font-size: 1.8rem;
    }

    .case-container {
        padding: 0 1.5rem;
    }

    .service-concept-container {
        flex-direction: column;
        gap: 4rem;
        min-height: auto;
    }

    .service-intro-text {
        max-width: 100%;
    }

}

/* ==========================================================================
   レスポンシブデザイン - モバイル（787px以下）
   ========================================================================== */

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 14px;
    }

    .case-main-title {
        font-size: 3.2rem;
    }

    .case-subtitle {
        font-size: 1.4rem;
    }

    .site-header .container {
        padding: 0.75rem 15px;
    }

    .site-title {
        font-size: 1.5rem;
    }

    .post-title {
        font-size: 1.6rem;
    }

    .post-header,
    .post-content {
        padding: 1.5rem;
    }

    .sidebar {
        padding: 1.5rem;
    }

    /* ヘッダー */
    .contact-button {
        display: none;
    }

    .luxera-header {
        padding: 1.5rem 0;
    }

    .header-container {
        padding: 0 2rem;
        max-width: 100%;
    }

    .luxera-logo {
        flex: 1;
    }

    .logo-image {
        height: 28px;
        max-width: 120px;
    }

    .luxera-nav {
        gap: 0;
    }

    /* デスクトップ用ヘッダーメニューを非表示 */
    #header-menu {
        display: none !important;
    }

    /* ハンバーガーメニュー（#primary-menu）はJavaScriptで制御 */
    #primary-menu.luxera-menu {
        display: none;
    }

    .btn-contact {
        display: none;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: none;
        color: var(--color-sub1);
        font-size: 1.6rem;
        cursor: pointer;
        font-family: var(--font-en);
        font-weight: var(--font-weight-semibold);
    }

    .menu-close {
        position: fixed;
        right: 20px;
        background: none;
        border: none;
        color: var(--color-sub1);
        font-size: 1.6rem;
        font-family: var(--font-en);
        font-weight: var(--font-weight-semibold);
        cursor: pointer;
        letter-spacing: 0.08em;
        z-index: 999;
        padding: 0.5rem 0.8rem;
        display: none;
    }

    #primary-menu.show+.menu-close {
        display: block;
    }

    /* ハンバーガーメニュー（#primary-menu）のスタイル */
    #primary-menu.luxera-menu {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        gap: 2.4rem;
        padding: 9rem 2.4rem 2.4rem;
        z-index: 998;
        list-style: none;
        margin: 0;
    }

    #primary-menu.luxera-menu.show {
        display: flex !important;
    }

    .main-navigation ul li a {
        color: var(--color-sub1);
        font-family: var(--font-en);
        font-size: 2rem;
        font-weight: var(--montserrat-semibold);
        text-decoration: none;
    }

    /* メニューオープン時に背景のスクロールを止める */
    body.menu-open {
        overflow: hidden;
    }

    .hamburger-icon {
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 20px;
        height: 15px;
    }

    .hamburger-icon span {
        width: 100%;
        height: 2px;
        background-color: var(--color-sub1);
        transition: all 0.3s ease;
    }

    /* ヒーローセクション */
    .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-subtitle {
        text-align: left;
    }

    /* モバイルでの動画最適化 */
    .hero-video {
        object-position: center center;
    }

    .case-container {
        padding: 0 1rem;
    }

    .case-header {
        margin-bottom: 4rem;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .case-section .ba {
        aspect-ratio: 4 / 3;
    }

    .ba__label {
        font-size: 11px;
        padding: .25rem .5rem;
        top: .5rem;
    }

    .ba__label--before {
        left: .5rem;
    }

    .ba__label--after {
        right: .5rem;
    }

    .posts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .post-card .post-content {
        padding: 1rem;
    }

    /* PICK UPセクション */
    .pickup-section {
        padding: 60px 0;
    }

    .pickup-slide {
        width: 300px;
    }

    .pickup-slide__media {
        height: 200px;
    }

    .pickup-swiper .swiper-controller {
        padding-right: 0;
    }

    .pickup-view-more {
        padding-left: 15px;
    }

    .service-concept-container {
        gap: 3rem;
    }

    .service-concept-content {
        max-width: 100%;
    }

    .service-concept-text {
        margin-bottom: 0;
    }

    .service-concept-images {
        height: 53vh;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }

    .service-intro-description {
        margin-bottom: 3rem;
    }

    .news-container {
        padding: 0 1.5rem;
    }

    .news-right {
        flex: none;
        width: 100%;
    }

    .news-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-item:hover {
        padding-left: 0;
        padding-right: 0;
    }

    .news-item-content {
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .desktop-only {
        display: none;
    }

    .archive-news-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .archive-news-item:hover {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-right {
        align-items: flex-start;
        gap: 2rem;
    }

    .footer-navigation ul {
        flex-direction: column;
    }

    .footer-actions {
        width: 100%;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

/* ==========================================================================
   レスポンシブデザイン - スマートフォン（480px以下）
   ========================================================================== */

@media (max-width: 767px) {

    .post-title {
        font-size: 1.4rem;
    }

    .post-header,
    .post-content {
        padding: 1rem;
    }

    .sidebar {
        padding: 1rem;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .header-container {
        padding: 0 1.5rem;
    }

    .logo-image {
        height: 24px;
        max-width: 100px;
    }

    .case-header {
        margin-bottom: 3rem;
    }

    .pickup-slide {
        width: 280px;
    }

    .pickup-slide__media {
        height: 180px;
    }

    .pickup-slide__details {
        font-size: 1.3rem;
    }

    .pickup-slide__price {
        font-size: 1.3rem;
    }

    .pickup-view-more {
        padding-left: 10px;
    }

    .pc-service-concept-button {
        display: none;
    }

    .sp-service-concept-button {
        display: block;
        margin-top: 3.2rem;
    }

    .service-intro-description {
        margin-bottom: 2.5rem;
    }

    /* NEWSセクション */

    .news-container {
        padding: 0 1rem;
    }

    .news-header {
        margin-bottom: 3rem;
    }

    .news-list {
        margin-bottom: 3rem;
    }

    .archive-news-list {
        margin-bottom: 3rem;
    }

    .archive-news-list {
        margin-bottom: 3rem;
    }

    .contact-content {
        padding: 0 1rem;
    }

    .contact-title {
        margin-bottom: 0.5rem;
    }

}

.page-contents {
    margin-top: clamp(50px, 10vw, 100px);
    margin-bottom: clamp(50px, 13vw, 160px);
}

.service-contents {
    padding-top: clamp(50px, 10vw, 100px);
    padding-bottom: clamp(50px, 13vw, 160px);
    background-color: #333;
}


/* ==========================================================================
   Service page message section
   ========================================================================== */

.section-message {
    text-align: center;
}

.section-message__text {
    max-width: 800px;
    margin: 0 auto;
}

.section-message__text p {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: var(--noto-medium);
    color: var(--color-sub1);
}

.section-message__text p:not(:last-child) {
    margin-bottom: 0.5em;
}

/* ==========================================================================
   feature section
   ========================================================================== */


.content-feature-section {
    margin-top: clamp(50px, 10vw, 100px);
}

.content-feature-header {
    margin-bottom: clamp(24px, 4vw, 36px);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.content-feature-title {
    font-family: var(--font-en);
    font-size: clamp(3.2rem, 5vw, 4.6rem);
    font-weight: var(--montserrat-semibold);
    margin-bottom: 8px;
    color: var(--color-sub1);
}

.content-feature-subtitle {
    font-weight: var(--noto-medium);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    color: var(--color-sub1);
}

.content-feature-line {
    flex: 1;
    height: 1px;
    /* ベース（レイアウト用）。見た目は疑似要素で描画してアニメーション */
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

/* 右→左に伸びるライン（ループ） */
.content-feature-line::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color-sub1);
    transform: scaleX(0);
    transform-origin: right center;
    /* 右端から左へ伸びる */
    animation: contentFeatureLineGrow 1.6s ease-in-out infinite;
}

@keyframes contentFeatureLineGrow {
    0% {
        transform: scaleX(0);
    }

    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-feature-line::before {
        animation: none;
        transform: scaleX(1);
    }
}

.content-feature-content {
    position: relative;
    width: 100%;
    height: clamp(400px, 80vh, 680px);
    aspect-ratio: 16 / 9;
    background-image: var(--content-feature-bg, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
    padding: clamp(20px, 6vw, 60px) clamp(15px, 4vw, 40px);
}

.content-feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    z-index: 1;
}

.content-feature-text-blocks {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.content-feature-text-block p {
    color: var(--color-sub1);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}



/* ==========================================================================
   Contact page layout
   ========================================================================== */

.contact-page__inner {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 48px;
    align-items: start;
}

.contact-page__intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #111;
}

.contact-page__note {
    padding-bottom: 32px;
    margin-bottom: 42px;
    border-bottom: 1px solid #D9D9D9;
}

.contact-page .wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-page .wpcf7-form-control-wrap,
.contact-page .wpcf7-form-control {
    width: 100%;
}

/* テキスト入力フィールドのみに背景色を適用（ラジオボタンとチェックボックスは除外） */
.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="tel"],
.contact-page input[type="url"],
.contact-page input[type="number"],
.contact-page input[type="date"],
.contact-page input[type="time"],
.contact-page .wpcf7-textarea,
.contact-page select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #F9F9F9;
    border-radius: 0;
    background: #F9F9F9;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* ラジオボタンとチェックボックスはブラウザのデフォルトスタイルを使用（背景色のみ白に設定） */
.contact-page .wpcf7-radio input[type="radio"],
.contact-page .wpcf7-checkbox input[type="checkbox"],
.contact-page .wpcf7-list-item input[type="radio"],
.contact-page .wpcf7-list-item input[type="checkbox"],
.contact-page .wpcf7-list-item label input[type="radio"],
.contact-page .wpcf7-list-item label input[type="checkbox"],
.contact-page .wpcf7-list-item label .wpcf7-list-item-label input[type="radio"],
.contact-page .wpcf7-list-item label .wpcf7-list-item-label input[type="checkbox"],
.contact-page input[type="radio"],
.contact-page input[type="checkbox"] {
    background: #fff !important;
    background-color: #fff !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-right: 6px;
    border: none !important;
    box-shadow: none !important;
}

/* ラジオボタンとチェックボックスのラベル */
.contact-page .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.contact-page input[type="text"]:focus,
.contact-page input[type="email"]:focus,
.contact-page input[type="tel"]:focus,
.contact-page input[type="url"]:focus,
.contact-page input[type="number"]:focus,
.contact-page input[type="date"]:focus,
.contact-page input[type="time"]:focus,
.contact-page .wpcf7-textarea:focus {
    border-color: #c4a677;
    box-shadow: 0 0 0 2px rgba(196, 166, 119, 0.15);
    outline: none;
}

.contact-page .wpcf7-textarea {
    min-height: 200px;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-weight: var(--noto-medium);
}

.contact-page .wpcf7-list-item {
    margin-left: 0;
    margin-right: 12px;
}

.form-acceptance,
.form-submit {
    text-align: center;
}

.form-submit {
    font-family: var(--font-en);
    font-weight: var(--montserrat-semibold);
    margin-top: 30px;
}

.contact-page .wpcf7-submit {
    width: 160px;
    padding: 14px 18px;
    background: #D6B77A;
    color: #fff;
    border: 1px solid #D6B77A;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.contact-page .wpcf7-submit:hover {
    background: #b79461;
    border-color: #b79461;
}

.contact-page .required {
    color: #d13c3c;
    margin-top: 6px;
}

.contact-page .wpcf7-response-output {
    margin: 0;
    padding: 12px 14px;
}

/* Contact Form 7の自動挿入されるbrタグを非表示 */
.contact-page .wpcf7 br {
    display: none;
}

.wpcf7-list-item-label {
    font-size: 14px;
}

.privacypolicy {
    color: var(--color-text);
    font-size: 14px;
    font-weight: var(--noto-medium);
    text-decoration: none;
}

@media (max-width: 900px) {
    .contact-page__inner {
        grid-template-columns: 1fr;
    }

    .contact-page__intro {
        order: -1;
    }
}

/* ABOUTセクション */
.company-about {
    margin-bottom: clamp(50px, 10vw, 100px);
}

.section-heading {
    margin-bottom: clamp(24px, 3vw, 42px);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-page__intro .section-heading {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.section-heading__wrapper {
    flex-shrink: 0;
}

.section-heading__title {
    font-size: clamp(2.4rem, 4vw, 4.8rem);
    margin-bottom: clamp(4px, 1vw, 10px);
    font-family: var(--font-en);
    font-weight: var(--montserrat-medium);
}

.section-heading__subtitle {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

.section-heading__line {
    flex: 1;
    height: 1px;
    /* ベース（レイアウト用）。見た目は疑似要素で描画してアニメーション */
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

/* 右→左に伸びるライン（ループ） */
.section-heading__line::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color-sub2);
    transform: scaleX(0);
    transform-origin: right center;
    /* 右端から左へ伸びる */
    animation: sectionHeadingLineGrow 1.6s ease-in-out infinite;
}

@keyframes sectionHeadingLineGrow {
    0% {
        transform: scaleX(0);
    }

    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-heading__line::before {
        animation: none;
        transform: scaleX(1);
    }
}

.company-about__message p {
    margin-bottom: 1.2em;
}

.company-about__message p:last-child {
    margin-bottom: 0;
}

.company-profile {
    margin-bottom: clamp(50px, 5vw, 100px);
}

.company-profile__list {
    width: 100%;
}

.company-profile__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px dotted #D9D9D9;
    align-items: start;
}

.company-profile__row:first-of-type {
    border-top: 1px dotted #D9D9D9;
}

.company-profile__row dt {
    color: var(--color-text);
    font-weight: var(--noto-medium);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.company-profile__row dd {
    color: var(--color-text);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.company-profile__row--business dd {
    padding-top: 4px;
}

.company-profile__business-list {
    margin: 0;
    display: grid;
    gap: 4px;
    list-style: none;
}

.company-profile__placeholder {
    color: #666;
}

@media screen and (max-width: 767px) {
    .company-profile__row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 0;
    }

}

.archive-contents {
    margin-top: 0;
}

.property-search-section {
    background: #f8f8f8;
    padding: clamp(3rem, 6vw, 6rem) 0;
}

.property-search__header {
    margin-bottom: 1.5rem;
}

.property-search__title {
    font-family: var(--font-en);
    font-weight: var(--montserrat-medium);
    font-size: 3.2rem;
    margin-bottom: 8px;
}

.property-search__sub-title {
    font-weight: var(--noto-medium);
    font-size: 1.4rem;
    color: var(--color-sub2);
}

.property-search__subtitle {
    margin: 0.5rem 0 0;
    color: #555;
}

.property-search__subtitle span {
    font-size: 1.4rem;
    font-weight: var(--noto-medium);
}

.property-search__toggle-btn {
    background: #fff;
    border: none;
    padding: 1.2rem 1.5rem;
    margin: 3.2rem 0 0;
    color: var(--color-sub2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.property-search__toggle-btn:hover {
    background: var(--color-accent);
    color: var(--color-sub1);
}

.property-search__toggle-icon {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
    margin-left: auto;
    padding-left: 1rem;
    color: #333;
}

.property-search__toggle-btn:hover .property-search__toggle-icon {
    color: var(--color-sub1);
}

.property-search__toggle-btn[aria-expanded="false"] .property-search__toggle-icon {
    transform: rotate(180deg);
}

.property-search__box {
    background: #fff;
    overflow: hidden;
    max-height: 5000px;
    opacity: 1;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-top: 8px;
}

.property-search__box[aria-hidden="true"] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    border: none;
}

.property-search__box-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    background: #f5f5f5;
}

.property-search__form {
    padding: 3.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.property-search__row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.property-search__label {
    width: 120px;
    min-width: 120px;
    flex-shrink: 0;
    font-weight: var(--noto-medium);
    display: block !important;
    visibility: visible !important;
    font-size: 1.4rem;
    padding: 0.25rem 0;
}

.property-search__label span {
    display: inline-block;
    width: 100%;
}

.property-search__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex: 1;
}

.property-search__no-terms {
    font-size: 1.4rem;
    font-weight: var(--noto-medium);
}

.property-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-sub2);
    border-radius: 999px;
    padding: 6px 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    font-size: 1.4rem;
    font-weight: var(--noto-regular);
}

.property-chip input {
    display: none;
}

.property-chip span {
    white-space: nowrap;
}

.property-chip:hover {
    border-color: #c5a46d;
}

.property-chip input:checked+span {
    color: #c5a46d;
    font-weight: 600;
}

.property-chip input:checked+span::after {
    content: '✓';
    margin-left: 0.35rem;
}

.property-search__submit {
    text-align: center;
    padding-top: 4rem;
    border-top: 1px dotted var(--color-text);
    margin-top: 1.6rem;
}

.property-search__button {
    font-family: var(--font-en);
    font-weight: var(--montserrat-semibold);
    background: #D6B77A;
    color: #fff;
    border: none;
    padding: 1rem 3.5rem;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 160px;
}

.property-search__button:hover {
    background: #b18f59;
}



/* ==========================================================================
   PROPERTY RESULTS セクション（物件一覧）
   ========================================================================== */

.property-results {
    padding-top: 6rem;
}

.property-results__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.2rem 2rem;
}

.property-card {
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}

.property-card__thumb {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(300px, 20vw, 460px);
    overflow: hidden;
    text-decoration: none;
}

.property-card__thumb a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.property-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.property-card:hover .property-card__thumb img {
    transform: scale(1.02);
}

.property-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-sub3);
    color: var(--color-sub2);
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: var(--font-weight-medium);
}

/* PROPERTY RESULTSセクション内のBefore/Afterスライダー */
.property-ba-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    --pos: 35%;
    /* CSS変数でスライダー位置を管理 */
}

.property-ba-slider .ba__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-ba-slider .ba__img--before {
    z-index: 1;
}

.property-ba-slider .ba__img--after {
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.property-ba-slider .ba__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: ew-resize;
    z-index: 10;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
}

.property-ba-slider .ba__divider {
    position: absolute;
    top: 0;
    left: var(--pos);
    width: 2px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    transform: translateX(-50%);
}

.property-ba-slider .ba__line {
    width: 100%;
    height: 100%;
    background-color: var(--color-sub1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.property-ba-slider .ba__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-sub1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--color-text);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.property-card__body {
    padding-top: 26px;
}

.property-card__title {
    font-family: var(--font-jp);
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
    margin: 0 0 10px 0;
}

.property-card__title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.property-card__title a:hover {
    color: var(--color-accent);
}

.property-card__details {
    font-size: 1.4rem;
    font-weight: var(--noto-medium);
}

.property-card__address {
    font-size: 1.4rem;
}

.property-card__info {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.property-card__station,
.property-card__space,
.property-card__price {
    font-size: 1.4rem;
}

.property-results__empty {
    font-family: var(--font-jp);
    font-size: 1.6rem;
}

/* ページネーション */
.property-results .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    margin: 4rem 0 0;
    padding: 0;
}

.property-results .page-numbers li {
    margin: 0;
}

.property-results .page-numbers a,
.property-results .page-numbers span {
    display: inline-block;
    padding: 0.8rem 1.2rem;
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    color: var(--color-sub1);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.property-results .page-numbers a:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-text);
}

.property-results .page-numbers .current {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-text);
}

@media (max-width: 768px) {
    .property-search__label {
        width: 100%;
    }

    .property-search__row {
        align-items: flex-start;
    }

    .property-search__chips {
        width: 100%;
    }

    .property-search__title {
        font-size: 2.4rem;
    }

    .property-search__form {
        padding: 20px 14px;
    }

    .property-results {
        padding-top: 4rem;
    }

    .property-results__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .property-card__thumb,
    .property-card__placeholder {
        height: 230px;
    }

    .property-card__body {
        padding-top: 20px;
    }

    .property-card__title {
        font-size: 1.6rem;
    }

    .property-card__details {
        font-size: 1.3rem;
    }

    /* 
    .property-card__address {
        font-size: 1.3rem;
    } */

    .property-ba-slider .ba__handle {
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }
}

/* @media (max-width: 480px) {
    .property-results {
        padding: 3rem 0;
    }

    .property-results__grid {
        gap: 1.5rem;
    }

    .property-card__body {
        padding-top: 15px;
    }

    .property-card__title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .property-card__details {
        font-size: 1.2rem;
    }

    .property-card__address {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .property-card__station,
    .property-card__space,
    .property-card__price {
        font-size: 1.2rem;
    }

    .property-ba-slider .ba__handle {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }

    .property-results .page-numbers a,
    .property-results .page-numbers span {
        padding: 0.6rem 1rem;
        font-size: 1.2rem;
    }
} */

/* Property Single Page トップセクション */

.single-property-contents {
    padding-top: clamp(100px, 10vw, 180px);
    margin-bottom: clamp(50px, 16vw, 160px);
}

.property-single__top-section {
    margin-bottom: clamp(3.6rem, 6vw, 6rem);
}

.property-single__header {
    margin-bottom: clamp(2.4rem, 6vw, 6rem);
}

.property-single__main-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: var(--noto-bold);
    margin-bottom: clamp(1rem, 2vw, 2rem);
}

.property-single__pr-comment-content {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.property-single__header-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    font-size: clamp(1.8rem, 2vw, 2rem);
    color: var(--color-sub2);
    font-weight: var(--noto-medium);
}

/* 基本情報テーブル 2項目/行（ラベル・値 ×2） */
.property-single__info-section {
    margin-top: clamp(4.2rem, 6vw, 6rem);
    margin-bottom: 6rem;
}

.property-single__info-title {
    font-size: 2rem;
    font-weight: var(--noto-bold);
    margin-bottom: clamp(2.4rem, 3vw, 3.2rem);
    color: var(--color-sub2);
}

.property-single__info-table2 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.property-single__info-table2 tr {
    display: flex;
    gap: 3.8rem;
}

.property-single__info-table2 td {
    border-bottom: 1px dotted #d9d9d9;
    vertical-align: top;
    width: 50%;
}

.property-single__info-table2 tr:first-child td {
    border-top: 1px dotted #d9d9d9;
}

.property-single__info-pair {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.property-single__info-label {
    font-size: 1.4rem;
    color: var(--color-text);
    font-weight: var(--noto-medium);
    width: 100px;
}

.property-single__info-value {
    font-size: 1.4rem;
    color: var(--color-text);
}

.property-single__info-notes-row td {
    width: 100%;
}

.property-single__contact-section {
    margin-top: clamp(50px, 13vw, 160px);
}

@media (max-width: 599px) {
    .property-single__info-table2 tr {
        flex-direction: column;
        gap: 0;
    }

    .property-single__info-table2 td {
        width: 100%;
    }

    .property-single__info-table2 tr:first-child td {
        border-top: none;
    }


    .property-single__info-table2 tr:first-child td:first-child {
        border-top: 1px dotted #d9d9d9;
    }

    .property-single__info-label {
        width: 70px;
    }

    .property-single__info-pair {
        padding-bottom: 20px;
        padding-top: 20px;
    }

}

/* メインスライダー */
.property-single__main-slider-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.property-single-swiper {
    width: 100%;
    height: auto;
    position: relative;
}

.property-single-swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-single__slide-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}

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

/* Before/Afterスライダー */
.property-single-ba-slider {
    --pos: 35%;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    overflow: hidden;
    background: var(--color-text);
    user-select: none;
    touch-action: none;
    margin: 0;
}

.property-single-ba-slider .ba__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-single-ba-slider .ba__img--before {
    z-index: 1;
}

.property-single-ba-slider .ba__img--after {
    z-index: 2;
    clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
}

.property-single-ba-slider .ba__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: ew-resize;
    z-index: 10;
}

.property-single-ba-slider .ba__divider {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.property-single-ba-slider .ba__line {
    position: absolute;
    left: var(--pos);
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-50%);
}

.property-single-ba-slider .ba__handle {
    position: absolute;
    left: var(--pos);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: ew-resize;
    pointer-events: auto;
}

.property-single-ba-slider .ba__handle i {
    color: var(--color-text);
    font-size: 24px;
}

.property-results .ba__handle i {
    font-size: 2rem;
}

/* ナビゲーションボタン */
.property-single-swiper .swiper-button-prev,
.property-single-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: var(--color-text);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.property-single-swiper .swiper-button-prev:hover,
.property-single-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.property-single-swiper .swiper-button-prev::after,
.property-single-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}

.property-single-swiper .swiper-button-prev {
    left: 20px;
}

.property-single-swiper .swiper-button-next {
    right: 20px;
}

/* サムネイルスライダー */
.property-single-thumbs {
    margin-top: 1rem;
    max-width: 100%;
    overflow: hidden;
}

.property-single-thumbs .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.property-single__thumb-slide {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.property-single__thumb-slide:hover,
.property-single__thumb-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.property-single__thumb-image {
    width: 100%;
    height: clamp(94px, 7vw, 170px);
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.property-single__thumb-slide.swiper-slide-thumb-active .property-single__thumb-image {
    border-color: var(--color-accent);
}

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

/* レスポンシブ */
@media (max-width: 768px) {

    .property-single-swiper .swiper-button-prev,
    .property-single-swiper .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-top: calc(0px - (var(--swiper-navigation-size) / 3));
    }

    .property-single-swiper .swiper-button-prev::after,
    .property-single-swiper .swiper-button-next::after {
        font-size: 12px;
    }

    .property-single-swiper .swiper-button-prev {
        left: 10px;
    }

    .property-single-swiper .swiper-button-next {
        right: 10px;
    }

    .property-single-thumbs {
        padding: 0 10px;
    }

    .property-single__thumb-image {
        height: 60px;
    }
}

/* 物件詳細：周辺地図 */
.property-single__map-section {
    margin-top: clamp(4.8rem, 6vw, 6rem);
}

.property-single__map-frame {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.property-single__map-frame iframe {
    display: block;
    width: 100%;
    height: clamp(220px, 38vw, 520px);
    border: 0;
}

.privacy-policy-page__heading {
    color: var(--color-sub2);
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: var(--noto-bold);
    margin-bottom: 8px;
}

.privacy-policy-page__section {
    margin-top: 30px;
}

.privacy-policy-page__list {
    padding-left: 1.6em;
}

/* ==========================================================================
   NEWS セクション
   ========================================================================== */

.news-section {
    background-color: #F0F0F0;
    padding: 10rem 0;
}

.news-content {
    display: flex;
    gap: 6rem;
}

.news-left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
}

.news-right {
    flex: 1;
}

.news-header {
    margin: 0;
}

.news-title {
    font-family: var(--font-en);
    font-size: 3.2rem;
    font-weight: var(--montserrat-semibold);
    color: var(--color-text);
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.news-list {
    margin: 0;
}

.news-item {
    transition: all 0.3s ease;
}

.news-item:hover {
    background-color: rgba(214, 183, 122, 0.05);
    padding-left: 1rem;
    padding-right: 1rem;
}

.news-item:first-child {
    border-top: 1px solid var(--color-sub3);
}

.news-item-content {
    flex: 1;
    padding-right: 2rem;
}

.news-item-title {
    margin: 0;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    font-weight: var(--noto-medium);
}

.news-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 3rem 0 6rem;
    border-bottom: 1px solid var(--color-sub3);
    transition: all 0.3s ease;
}

.news-item-link:hover {
    color: inherit;
}

.news-item-title {
    margin: 0;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    font-weight: var(--noto-medium);
    color: var(--color-text);
    transition: color 0.3s ease;
}

.news-item:hover .news-item-title {
    color: var(--color-accent);
}

.news-item-date {
    flex-shrink: 0;
    font-family: var(--font-en);
    font-size: 1.3rem;
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

/* Archive News List - ホームページのニュースリストと同じデザイン */
.archive-news-list {
    margin: 0;
}

.archive-news-item {
    transition: all 0.3s ease;
}

.archive-news-item:hover {
    background-color: rgba(214, 183, 122, 0.05);
    padding-left: 1rem;
    padding-right: 1rem;
}

.archive-news-item:first-child .archive-news-item-link {
    border-top: 2px dotted var(--color-sub3);
}

.archive-news-item-content {
    flex: 1;
    padding-right: 2rem;
}

.archive-news-item-title {
    margin: 0;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    font-weight: var(--noto-medium);
    color: var(--color-text);
    transition: color 0.3s ease;
}

.archive-news-item:hover .archive-news-item-title {
    color: var(--color-accent);
}

.archive-news-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 3rem 0 6rem;
    border-bottom: 2px dotted var(--color-sub3);
    transition: all 0.3s ease;
}

.archive-news-item-link:hover {
    color: inherit;
}

.archive-news-item-date {
    flex-shrink: 0;
    font-family: var(--font-en);
    font-size: 1.3rem;
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

.news-view-more {
    display: flex;
    justify-content: flex-start;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.single-contents {
    padding-top: clamp(100px, 10vw, 180px);
    margin-bottom: clamp(50px, 16vw, 160px);
}

/* 404 Error Page */
.error-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 4rem 2rem;
}

.error-404__content {
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.error-404__title {
    font-family: var(--font-en);
    font-size: clamp(8rem, 15vw, 12rem);
    font-weight: var(--montserrat-bold);
    color: var(--color-text);
    margin: 0 0 2rem 0;
    line-height: 1;
    letter-spacing: -0.02em;
}

.error-404__message {
    font-family: var(--font-jp);
    font-size: clamp(2rem, 4vw, 2.4rem);
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
}

.error-404__description {
    font-family: var(--font-jp);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    color: var(--color-sub2);
    margin: 0 0 3rem 0;
    line-height: 1.8;
}

.error-404__actions {
    margin-top: 3rem;
}

.error-404__button {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: var(--montserrat-medium);
    color: #fff;
    background-color: var(--color-text);
    padding: 1.5rem 4rem;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
}

.error-404__button:hover {
    background-color: var(--color-sub2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Single Post Layout */
.single-layout {
    display: grid;
    grid-template-columns: 1fr minmax(240px, 320px);
    gap: 4.8rem;
    align-items: start;
}

.single-main {
    min-width: 0;
}

.single-post {
    width: 100%;
}

.single-post__header {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-sub3);
}

.single-post__title {
    font-family: var(--font-jp);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
}

.single-post__date {
    display: block;
    font-family: var(--font-en);
    font-size: 1.3rem;
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

.single-post__content {
    font-family: var(--font-jp);
    font-size: 1.6rem;
    line-height: 1.8;
    color: var(--color-text);
}

.single-post__content p {
    margin-bottom: 2rem;
}

.single-post__content h2 {
    font-family: var(--font-jp);
    font-size: 2.4rem;
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 4rem 0 2rem 0;
    line-height: 1.4;
}

.single-post__content h3 {
    font-family: var(--font-jp);
    font-size: 2rem;
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 3rem 0 1.5rem 0;
    line-height: 1.4;
}

.single-post__content h4 {
    font-family: var(--font-jp);
    font-size: 1.8rem;
    font-weight: var(--noto-medium);
    color: var(--color-text);
    margin: 2.5rem 0 1.5rem 0;
    line-height: 1.4;
}

.single-post__content ul,
.single-post__content ol {
    margin: 2rem 0;
    padding-left: 2rem;
}

.single-post__content li {
    margin-bottom: 1rem;
}

.single-post__content a {
    color: var(--color-accent);
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.single-post__content a:hover {
    opacity: 0.7;
}

.single-post__content img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}

.single-post__content blockquote {
    border-left: 4px solid var(--color-accent);
    padding-left: 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: var(--color-sub2);
}

/* Sidebar */
.single-sidebar {
    position: sticky;
    top: 120px;
}

.recent-posts {
    background-color: #F9F9F9;
    padding: 3rem 2rem;
    border: 1px solid var(--color-sub3);
}

.recent-posts__title {
    font-family: var(--font-jp);
    font-size: 2rem;
    font-weight: var(--noto-bold);
    color: var(--color-text);
    margin: 0 0 2.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-sub3);
}

.recent-posts__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-posts__item {
    margin-bottom: 2.5rem;
}

.recent-posts__item:last-child {
    margin-bottom: 0;
}

.recent-posts__link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.recent-posts__link:hover {
    opacity: 0.7;
}

.recent-posts__item-title {
    font-family: var(--font-jp);
    font-size: 1.5rem;
    font-weight: var(--noto-medium);
    color: var(--color-text);
    margin: 0 0 0.8rem 0;
    line-height: 1.5;
}

.recent-posts__item-date {
    display: block;
    font-family: var(--font-en);
    font-size: 1.2rem;
    font-weight: var(--montserrat-medium);
    color: var(--color-sub2);
}

/* Responsive */
@media (max-width: 1024px) {
    .single-layout {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .single-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {

    .archive-news-item-link {
        padding: 2rem 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }


    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
        text-align: center;
        margin-top: 60px;
    }

    .news-left {
        flex: none;
        width: 100%;
        margin-bottom: 3.2rem;
    }

    .news-content {
        flex-direction: column;
        gap: 0;
    }

    .news-item-link {
        padding: 2rem 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }

    .news-item-content {
        flex: 0;
    }


    .single-post__header {
        margin-bottom: 3rem;
        padding-bottom: 1.5rem;
    }

    .single-post__title {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }

    .single-post__content {
        font-size: 1.5rem;
    }

    .single-post__content h2 {
        font-size: 2rem;
        margin: 3rem 0 1.5rem 0;
    }

    .single-post__content h3 {
        font-size: 1.8rem;
        margin: 2.5rem 0 1.2rem 0;
    }

    .recent-posts {
        padding: 2.5rem 1.5rem;
    }

    .recent-posts__title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        padding-bottom: 1.2rem;
    }

    .recent-posts__item {
        margin-bottom: 2rem;
    }

    .recent-posts__item-title {
        font-size: 1.4rem;
    }

    .property-single-ba-slider .ba__handle {
        width: 40px;
        height: 40px;
    }

    .property-single-ba-slider .ba__handle i {
        font-size: 16px;
    }

    .archive-news-item-content {
        padding-right: 0;
    }


    .service-intro-details {
        padding-left: 1.5em;
    }

    .contact-page__inner {
        gap: 0;
    }

    .ba__handle,
    .pickup-ba-slider .ba__handle {
        width: 30px;
        height: 30px;
    }

    .ba__handle i {
        font-size: 14px;
    }

    .news-section {
        padding: 5rem 0;
    }


}

/* ==========================================================================
   スクロールアニメーション
   ========================================================================== */

/* アニメーション対象の要素の初期状態 */
.scroll-animate {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* アニメーション実行時の状態 */
.scroll-animate.animate-in {
    opacity: 1;
    transform: translateX(0);
}

/* アニメーションの遅延を設定（複数の要素がある場合に順番に表示） */
.scroll-animate-delay-1 {
    transition-delay: 0.1s;
}

.scroll-animate-delay-2 {
    transition-delay: 0.2s;
}

.scroll-animate-delay-3 {
    transition-delay: 0.3s;
}

.scroll-animate-delay-4 {
    transition-delay: 0.4s;
}

/* パフォーマンス最適化: GPUアクセラレーション */
.scroll-animate {
    will-change: opacity, transform;
}

.scroll-animate.animate-in {
    will-change: auto;
}