.elementor-3123 .elementor-element.elementor-element-55c1c1d:not(.elementor-motion-effects-element-type-background), .elementor-3123 .elementor-element.elementor-element-55c1c1d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3123 .elementor-element.elementor-element-55c1c1d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3123 .elementor-element.elementor-element-55c1c1d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-152155f */======================================================================
  ここから下のCSSを、WordPressテーマの「追加CSS」等に貼り付けます
======================================================================
-->
<style>
/* ▼▼▼ 鬼通販 特設ページ用 CSS ▼▼▼ */

/* 基本設定（既存テーマとの干渉を防ぐため .oni-tsuhan-wrapper で囲む） */
.oni-tsuhan-wrapper {
    font-family: 'Noto Serif JP', serif;
    background-color: #0a0a0a;
    color: #fff; /* gray-300 */
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    /* 全体のフォントサイズ基準を16Fpxに固定して計算しやすくする */
    font-size: 16px; 
}
.oni-tsuhan-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* -------------------------------------
   1. ヒーローヘッダー
-------------------------------------- */
.oni-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
}
.oni-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #000 0%, #111 50%, #000 100%);
    opacity: 0.8;
    z-index: 0;
}
.oni-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(217,119,6,0.1) 0, transparent 50%);
}
.oni-hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
    width: 100%;
    max-width: 64rem;
}
.oni-logo-box {
    margin-bottom: 2rem;
    padding: 2rem;
    border: 1px solid rgba(245, 158, 11, 0.2);
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    position: relative;
    transition: all 0.5s;
}
.oni-logo-hover-effect {
    position: absolute;
    inset: 0;
    background-color: rgba(245, 158, 11, 0.05);
    transition: background-color 0.5s;
}
.oni-logo-box:hover .oni-logo-hover-effect {
    background-color: rgba(245, 158, 11, 0.1);
}
.oni-logo-text {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    background: linear-gradient(to bottom, #fde68a, #f59e0b, #b45309);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 24px rgba(217,119,6,0.3);
    position: relative;
    z-index: 1;
}
.oni-logo-sub {
    margin-top: 1rem;
    color: rgba(245, 158, 11, 0.8);
    letter-spacing: 0.5em;
    font-size: 0.875rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.oni-catchphrase {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 3rem;
    color: #ffffff; /* ▼ここを追加して文字を白にしました▼ */
}
.oni-catchphrase-highlight {
    color: #f59e0b; /* amber-500 */
    font-weight: bold;
    margin: 0 0.5rem;
    font-size: 2rem;
}
.oni-scroll-line {
    height: 6rem;
    width: 1px;
    background: linear-gradient(to bottom, rgba(245, 158, 11, 0.5), transparent);
    animation: oni-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    margin-top: 2rem;
}
@keyframes oni-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}
@media (min-width: 768px) {
    .oni-logo-text { font-size: 6rem; }
    .oni-logo-sub { font-size: 1rem; }
    .oni-catchphrase { font-size: 2.25rem; }
    .oni-catchphrase-highlight { font-size: 3rem; }
    .oni-sp-br { display: none; }
}

/* -------------------------------------
   2. コンセプトセクション
-------------------------------------- */
.oni-concept {
    padding: 6rem 1rem;
    background-color: #050505;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.oni-concept-inner {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}
.oni-icon-shield {
    color: #f59e0b;
    opacity: 0.8;
    margin: 0 auto 2rem auto;
    display: block;
}
.oni-concept-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    letter-spacing: 0.1em;
    color: #fff;
}
.oni-concept-text {
    font-size: 1rem;
    line-height: 2;
    color: #9ca3af; /* gray-400 */
    text-align: justify;
}
@media (min-width: 768px) {
    .oni-concept-title { font-size: 1.875rem; }
    .oni-concept-text { font-size: 1.125rem; text-align: center; }
}

/* -------------------------------------
   3. 商品紹介セクション
-------------------------------------- */
.oni-products {
    padding: 6rem 1rem;
    max-width: 80rem;
    margin: 0 auto;
}
.oni-products-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
}
.oni-products-title {
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    white-space: nowrap;
}
.oni-products-line {
    height: 1px;
    flex-grow: 1;
    background: linear-gradient(to right, rgba(245, 158, 11, 0.5), transparent);
}
.oni-products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 768px) {
    .oni-products-grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
    .oni-products-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
    .oni-products-grid { grid-template-columns: repeat(3, 1fr); }
}

/* 鬼通販商品カード */
.oni-product-card {
    background-color: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.5s;
}
.oni-product-card:hover {
    border-color: rgba(245, 158, 11, 0.5);
}
.oni-product-image {
    height: 16rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oni-bg-blue { background: linear-gradient(to bottom right, #1e3a8a, #000); }
.oni-bg-amber { background: linear-gradient(to bottom right, #78350f, #000); }
.oni-bg-cyan { background: linear-gradient(to bottom right, #164e63, #000); }
.oni-bg-stone { background: linear-gradient(to bottom right, #292524, #000); }
.oni-bg-emerald { background: linear-gradient(to bottom right, #064e3b, #000); }
.oni-bg-rose { background: linear-gradient(to bottom right, #881337, #000); }
.oni-bg-purple { background: linear-gradient(to bottom right, #581c87, #000); }

.oni-product-image-text {
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    opacity: 0.3;
    transition: opacity 0.5s, transform 0.5s;
}
.oni-product-card:hover .oni-product-image-text {
    opacity: 0.5;
    transform: scale(1.05);
}
.oni-product-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.25rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: #f59e0b;
}
.oni-product-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.oni-product-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
    transition: color 0.3s;
}
.oni-product-card:hover .oni-product-name { color: #fbbf24; }
.oni-product-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #9ca3af;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}
.oni-product-reason {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.oni-icon-award {
    color: #f59e0b;
    flex-shrink: 0;
    margin-top: 0.25rem;
}
.oni-reason-label {
    display: block;
    font-size: 0.75rem;
    color: #f59e0b;
    font-weight: bold;
    margin-bottom: 0.25rem;
    letter-spacing: 0.1em;
}
.oni-reason-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #e5e7eb;
    line-height: 1.6;
}
.oni-product-btn {
    width: 100%;
    margin-top: 2rem;
    padding: 1rem 0;
    background: transparent;
    border: 1px solid #f59e0b;
    color: #f59e0b;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}
.oni-product-btn:hover {
    background-color: #f59e0b;
    color: #000;
}

/* -------------------------------------
   4. お掃除職人のセクション
-------------------------------------- */
.oni-cleaner {
    margin-top: 3rem;
    padding: 6rem 1rem;
    background: linear-gradient(to bottom, #0a0a0a, #0f172a);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}
.oni-cleaner-bg-effect {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(56,189,248,0.05) 0, transparent 70%);
}
.oni-cleaner-inner {
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.oni-cleaner-header {
    text-align: center;
    margin-bottom: 4rem;
}
.oni-cleaner-title {
    font-size: 1.875rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #93c5fd, #0284c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.oni-cleaner-subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    color: #38bdf8;
    font-weight: 500;
}
@media (min-width: 768px) {
    .oni-cleaner-title { font-size: 3rem; }
}

/* ★可変レイアウト用のグリッド★ */
.oni-cleaner-grid {
    display: grid;
    /* 最小幅300pxを保ちつつ、入るだけカラムを作る。アイテム数が少ない時は均等に広がる */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 56rem; /* 最大幅を制限することで、2つの時に広がりすぎないようにする */
    margin: 0 auto;
}

/* そうじ職人商品カード */
.oni-cleaner-card {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(12, 74, 110, 0.5); /* sky-900 */
    padding: 1.5rem;
    transition: border-color 0.3s;
    /* ▼ボタン位置を下揃えにするための追加▼ */
    display: flex;
    flex-direction: column;
    height: 100%;
}
.oni-cleaner-card:hover {
    border-color: rgba(14, 165, 233, 0.5); /* sky-500 */
}
.oni-cleaner-image {
    width: 100%;
    height: 12rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oni-bg-sky { background: linear-gradient(to bottom right, #0c4a6e, #000); }
.oni-bg-indigo { background: linear-gradient(to bottom right, #312e81, #000); }

.oni-cleaner-image-text {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
}
.oni-cleaner-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
}
.oni-cleaner-desc {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    /* ▼ボタンを下部に押しやるための追加▼ */
    flex-grow: 1; 
}
.oni-cleaner-btn {
    width: 100%;
    margin-top: auto; /* 下揃え */
    padding: 1rem 0;
    background: transparent;
    border: 1px solid #38bdf8; /* sky-400（青い枠線を追加） */
    color: #38bdf8;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center; /* 鬼通販と同じく中央揃えに */
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}
/* ▼ホバー時の色反転を追加▼ */
.oni-cleaner-btn:hover {
    background-color: #38bdf8;
    color: #000;
}
@media (min-width: 768px) {
    .oni-cleaner-card { padding: 2rem; }
}
/* ▼そうじ職人用の「鬼の選定理由」スタイル▼ */
.oni-cleaner-reason {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.oni-icon-award-blue {
    color: #38bdf8; /* 水色 */
    flex-shrink: 0;
    margin-top: 0.25rem;
}
.oni-reason-label-blue {
    display: block;
    font-size: 0.75rem;
    color: #38bdf8;
    font-weight: bold;
    margin-bottom: 0.25rem;
    letter-spacing: 0.1em;
}
/* ▲▲▲ 鬼通販 特設ページ用 CSS 終了 ▲▲▲ *//* End custom CSS */