/**
 * LOGZA beauty8 オーバーライド
 * クラス接尾辞 729184 / ヘッダーは beauty7 準拠（7291）
 */

/* ----- 元テーマヘッダー非表示（シンプルヘッダーに置換） ----- */
html.logza-b8-729184 {
    --DTFontTypo_Base: "Noto Serif JP", serif;
    --DTFontTypo_Alt: "Noto Serif JP", serif;
}

html.logza-b8-729184 #header-wrapper {
    display: none;
}

html.logza-b8-729184 body {
    padding-top: 70px;
    font-family: "Noto Serif JP", serif;
}

html.logza-b8-729184 input,
html.logza-b8-729184 textarea,
html.logza-b8-729184 select,
html.logza-b8-729184 button {
    font-family: "Noto Serif JP", serif;
}

html.logza-b8-729184 #main,
html.logza-b8-729184 #footer,
html.logza-b8-729184 .elementor-21973 {
    font-family: "Noto Serif JP", serif;
}

@media (min-width: 1024px) {
    html.logza-b8-729184 body {
        padding-top: 120px;
    }
}

/* ヒーロー：旧ヘッダー用ネガティブマージンを打ち消し＋固定ヘッダー分の余白 */
html.logza-b8-729184 .elementor-21973 .elementor-element.elementor-element-2aefd74 {
    margin-top: 0;
    padding-top: clamp(140px, 18vw, 280px);
    padding-bottom: clamp(180px, 20vw, 290px);
    position: relative;
    overflow: hidden;
}

/* ヒーロー背景を動画に（テーマの background-image を無効化） */
html.logza-b8-729184 .elementor-21973 .elementor-element.elementor-element-2aefd74:not(.elementor-motion-effects-element-type-background),
html.logza-b8-729184 .elementor-21973 .elementor-element.elementor-element-2aefd74 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none;
}

html.logza-b8-729184 .elementor-element-2aefd74 > .elementor-container {
    position: relative;
    z-index: 1;
}

html.logza-b8-729184 .logza-b8-hero-video-729184 {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

html.logza-b8-729184 .logza-b8-hero-video-729184 video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

html.logza-b8-729184 .logza-b8-hero-video-sp-729184 {
    display: none;
}

@media (max-width: 767px) {
    html.logza-b8-729184 .logza-b8-hero-video-pc-729184 {
        display: none;
    }

    html.logza-b8-729184 .logza-b8-hero-video-sp-729184 {
        display: block;
    }
}

/* アンカー用（固定ヘッダーと重ならない） */
html.logza-b8-729184 #concept,
html.logza-b8-729184 #menu,
html.logza-b8-729184 #staff,
html.logza-b8-729184 .logza-b8-scrolltarget-729184 {
    scroll-margin-top: 100px;
}

@media (min-width: 1024px) {
    html.logza-b8-729184 #concept,
    html.logza-b8-729184 #menu,
    html.logza-b8-729184 #staff,
    html.logza-b8-729184 .logza-b8-scrolltarget-729184 {
        scroll-margin-top: 130px;
    }
}

/* ----- beauty7 型ヘッダー・メニュー（!important なし・html で詳細度アップ） ----- */
html.logza-b8-729184 .sp-header-7291 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2147483646;
    border-bottom: 1px solid #eee;
}

html.logza-b8-729184 .sp-header-inner-7291 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

html.logza-b8-729184 .sp-logo-7291 {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

html.logza-b8-729184 .sp-logo-7291 img {
    height: 30px;
    width: auto;
}

html.logza-b8-729184 .sp-header-spacer-7291 {
    width: 28px;
}

html.logza-b8-729184 .sp-burger-7291 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2147483647;
    position: relative;
}

html.logza-b8-729184 .sp-burger-7291 span {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    position: absolute;
    transition: all 0.3s ease;
}

html.logza-b8-729184 .sp-burger-7291 span:nth-child(1) {
    top: 6px;
}

html.logza-b8-729184 .sp-burger-7291 span:nth-child(2) {
    top: 13px;
}

html.logza-b8-729184 .sp-burger-7291 span:nth-child(3) {
    top: 20px;
}

html.logza-b8-729184 .sp-burger-7291.active span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
}

html.logza-b8-729184 .sp-burger-7291.active span:nth-child(2) {
    opacity: 0;
}

html.logza-b8-729184 .sp-burger-7291.active span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
}

html.logza-b8-729184 .pc-nav-7291 {
    display: none;
    background: #fff;
    border-top: 1px solid #eee;
}

html.logza-b8-729184 .pc-nav-7291 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(1rem, 3vw, 3rem);
    list-style: none;
    margin: 0;
    padding: 1rem 0.75rem;
}

html.logza-b8-729184 .pc-nav-7291 a {
    color: #333;
    text-decoration: none;
    font-size: clamp(0.95rem, 1.2vw, 1.4rem);
    letter-spacing: 0.1em;
    transition: opacity 0.3s;
}

html.logza-b8-729184 .pc-nav-7291 a:hover {
    opacity: 0.6;
}

html.logza-b8-729184 .sp-menu-overlay-7291 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

html.logza-b8-729184 .sp-menu-overlay-7291.open {
    opacity: 1;
    visibility: visible;
}

html.logza-b8-729184 .sp-menu-7291 {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 1999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

html.logza-b8-729184 .sp-menu-7291.open {
    transform: translateX(0);
}

html.logza-b8-729184 .sp-menu-header-7291 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
}

html.logza-b8-729184 .sp-menu-header-7291 img {
    height: 25px;
    width: auto;
}

html.logza-b8-729184 .sp-menu-close-7291 {
    background: none;
    border: none;
    font-size: 2.4rem;
    cursor: pointer;
    color: #333;
    line-height: 1;
    padding: 0;
}

html.logza-b8-729184 .sp-menu-list-7291 {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
}

html.logza-b8-729184 .sp-menu-list-7291 li {
    border-bottom: 1px solid #f0f0f0;
}

html.logza-b8-729184 .sp-menu-list-7291 a {
    display: block;
    padding: 1.5rem 2rem;
    color: #333;
    text-decoration: none;
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
    letter-spacing: 0.1em;
    transition: background 0.3s;
}

html.logza-b8-729184 .sp-menu-list-7291 a:hover {
    background: #f9f9f9;
}

@media (min-width: 1024px) {
    html.logza-b8-729184 .sp-burger-7291 {
        display: none;
    }

    html.logza-b8-729184 .sp-header-spacer-7291 {
        display: none;
    }

    html.logza-b8-729184 .sp-header-inner-7291 {
        padding: 2rem 1.5rem;
        transition: all 0.3s ease;
    }

    html.logza-b8-729184 .pc-nav-7291 {
        display: block;
    }

    html.logza-b8-729184 .sp-menu-7291,
    html.logza-b8-729184 .sp-menu-overlay-7291 {
        display: none;
    }

    html.logza-b8-729184 .sp-logo-7291 img {
        height: 40px;
        transition: all 0.3s ease;
    }

    html.logza-b8-729184 .sp-header-7291.scrolled .sp-header-inner-7291 {
        padding: 0;
        height: 0;
        overflow: hidden;
    }

    html.logza-b8-729184 .sp-header-7291.scrolled .sp-logo-7291 {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1023px) {
    html.logza-b8-729184 .pc-nav-7291 {
        display: none;
    }
}

/* ----- Noto Serif JP（Elementor キット変数） ----- */
body.elementor-kit-7.logza-b8-729184 {
    --e-global-typography-primary-font-family: "Noto Serif JP", serif;
    --e-global-typography-secondary-font-family: "Noto Serif JP", serif;
    --e-global-typography-text-font-family: "Noto Serif JP", serif;
    --e-global-typography-accent-font-family: "Noto Serif JP", serif;
}

html.logza-b8-729184 .elementor-widget-heading .elementor-heading-title,
html.logza-b8-729184 .elementor-widget-text-editor,
html.logza-b8-729184 .elementor-widget-text-editor p,
html.logza-b8-729184 .elementor-icon-list-text,
html.logza-b8-729184 .elementor-widget-tabs .elementor-tab-title,
html.logza-b8-729184 .elementor-widget-tabs .elementor-tab-content,
html.logza-b8-729184 .elementor-widget-accordion .elementor-accordion-title,
html.logza-b8-729184 .elementor-widget-toggle .elementor-toggle-title,
html.logza-b8-729184 .elementor-button,
html.logza-b8-729184 .elementor-alert-title,
html.logza-b8-729184 .elementor-counter-title,
html.logza-b8-729184 .elementor-counter-number-wrapper,
html.logza-b8-729184 .woocommerce-loop-product__title,
html.logza-b8-729184 .woocommerce div.product .product_title,
html.logza-b8-729184 .woocommerce ul.products li.product .price,
html.logza-b8-729184 .woocommerce .woocommerce-breadcrumb,
html.logza-b8-729184 #main-menu > ul.menu > li > a,
html.logza-b8-729184 .breadcrumb,
html.logza-b8-729184 .entry-title,
html.logza-b8-729184 .widget-title,
html.logza-b8-729184 .dt-sc-testimonial .author cite,
html.logza-b8-729184 .dt-sc-testimonial .author span,
html.logza-b8-729184 .comment-body,
html.logza-b8-729184 .price,
html.logza-b8-729184 .woocommerce-tabs,
html.logza-b8-729184 .woocommerce-Price-amount,
html.logza-b8-729184 .yith-wcwl-add-to-wishlist a {
    font-family: "Noto Serif JP", serif;
}

/* お客様の声：著者名（埋め込みスタイルの italic / weight 500 で別フォントが選ばれるのを防ぐ） */
html.logza-b8-729184 .dt-testimonial-section .author-name .elementor-heading-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-style: normal;
}

/* アイコンフォント（Font Awesome / DT Icons / Elementor icons / WooCommerce 記号など）は各クラス側の font-family を維持 */

/* ----- 会社情報（フッター直前） ----- */
.logza-b8-coinfo-729184 {
    width: 100%;
    box-sizing: border-box;
    padding: clamp(1.75rem, 4vw, 3rem) clamp(1rem, 4vw, 2rem);
    background-color: #f8f3eb;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.logza-b8-coinfo-inner-729184 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.logza-b8-coinfo-heading-729184 {
    margin: 0 0 1rem;
    font-size: clamp(1.125rem, 2.5vw, 1.35rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #1a1a1a;
}

.logza-b8-coinfo-addr-729184,
.logza-b8-coinfo-row-729184 {
    margin: 0.35rem 0;
    font-size: clamp(0.875rem, 2.2vw, 1rem);
    line-height: 1.75;
    color: #4a4a4a;
}

.logza-b8-coinfo-link-729184 {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.logza-b8-coinfo-link-729184:hover {
    color: #bf964a;
}

@media (min-width: 768px) {
    .logza-b8-coinfo-inner-729184 {
        text-align: left;
    }
}

/* ----- 商品サムネ（index.php の <img> を従来 background と同様にフィット） ----- */
html.logza-b8-729184 .woocommerce ul.products li.product .product-thumb .image .primary-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

/* ----- 星評価（インライン幅をクラス化） ----- */
html.logza-b8-729184 .star-rating span.logza-b8-star80-729184 {
    width: 80%;
}

html.logza-b8-729184 .star-rating span.logza-b8-star100-729184 {
    width: 100%;
}

/* ----- 装飾 SVG（パス塗り） ----- */
html.logza-b8-729184 .logza-b8-svgpath-729184 {
    fill: #333333;
}

html.logza-b8-729184 .logza-b8-svgroot-729184 {
    display: block;
    max-width: 100%;
    height: auto;
}
