@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =========================================
   Lenis（慣性スクロール）必須CSS
   ========================================= */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}


/* =========================================
   汎用クラス（サイト全体で使い回せるパーツ）
   ========================================= */
/* --- 汎用クラス：美しい明朝体（Noto Serif JP）を適用する --- */
.c-font-mincho {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 1rem; 
    font-weight: 200; 
    letter-spacing: 0.3em; 
    line-height: 1.8;
}

/* --- フルワイドブロックを100vhにする --- */
.c-full-height {
    min-height: 100vh !important;
}
@supports (min-height: 100svh) {
    .c-full-height {
        min-height: 100svh !important;
    }
}
.c-full-height > .swell-block-fullWide__inner {
    min-height: inherit !important;
}
.c-full-height > .swell-block-fullWide__inner > .wp-block-cover {
    min-height: inherit !important;
    height: 100% !important;
}

/* --- プレミアム見出し（任意のH2に使える） --- */
.c-heading-premium {
    font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
    font-weight: 300 !important; 
    text-transform: uppercase; 
    letter-spacing: 0.15em; 
    line-height: 1.2;
    text-align: center; 
    font-size: 3.5rem !important; /* PC版のサイズ */
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}
.c-heading-premium::before,
.c-heading-premium::after {
    display: none !important;
}
@media (max-width: 768px) {
    .c-heading-premium {
        font-size: 2rem !important; /* スマホ版のサイズ（PCより小さく） */
    }
}

/* --- 行間を空けた本文 --- */
.text_line-space {
    line-height: 3rem;
}


/* --- 汎用クラス：サブキャッチ（見出し下のリード文） --- */
.c-sub-catch {
    font-family: 'Noto Serif JP', serif !important;
    font-weight: 200 !important;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .c-sub-catch {
        font-size: 0.85rem;
        letter-spacing: 0.15em;
        margin-bottom: 30px !important;
    }
}