/*
Theme Name: Ninjya Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.8.8.1759132589
Updated: 2025-09-29 16:56:29

*/

/*----------------------------共通----------------------------*/
.center {
    text-align: center;
}

a:hover {
    opacity: 0.5;
}

.contact_fix a:hover {
    opacity: 1;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

.home .entry-header,
.entry-footer,
.date-tags,
.admin-pv {
    display: none;
}

.article,
.footer {
    margin: 0 !important;
}

.content {
    overflow: hidden;
}

.content,
.main,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.main {
    background: transparent !important;
}

.main_title {
    display: none;
}

.wrap {
    width: 100%;
}

img {
    width: 100%;
}

.red {
    font-weight: bold;
    color: #c9020f;
}

p {
    line-height: 2.2;
}

.video-container,
.instagram-container,
.facebook-container {
    max-width: none !important;
}

.center {
    text-align: center;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.single .article-header {
    display: none;
}

.single .content {
    margin: 10px auto !important;
    padding: 10px 20px !important;
}

.sp_on {
    display: none;
}

.md_on {
    display: none;
}

@media screen and (max-width: 900px) {
    .md_on {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .sp_on {
        display: block;
    }

    .pc_on,
    .pc_off {
        display: none;
    }
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}


/* ------------------
      Base / Reset
    ------------------ */
:root {
    --bg: #0c0c0f;
    --bg-soft: #151520;
    --text: #f6f7fb;
    --muted: #b6b9c6;
    --accent: #e31b23;
    /* 赤 */
    --accent-2: #d4af37;
    /* ゴールド */
    --card: #0f1016;
    --stroke: #2a2d3a;
    --ok: #22c55e;
    --warn: #f59e0b;
    --shadow: 0 10px 30px rgba(0, 0, 0, .35);
    --radius: 18px;
    --radius-lg: 26px;
    --maxw: 1200px;
}

* {
    box-sizing: border-box;
}

.page-id-287 {
    margin: 0;
    padding: 0;
    background-color: var(--bg) !important;
    color: var(--text);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.page-id-287 .content {
    width: 90%;
    margin: 0 auto !important;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.grid {
    display: grid;
    gap: 24px;
    margin: 0 0 20px;
}

.btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    transition: .2s;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), #aa0f14);
    color: white;
    box-shadow: var(--shadow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.btn-ghost {
    border-color: var(--stroke);
    background: transparent;
    color: var(--text);
}

.badge {
    display: inline-block;
    background: rgba(211, 175, 55, .12);
    color: var(--accent-2);
    border: 1px solid rgba(211, 175, 55, .4);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
	margin-bottom: 20px;
}

.muted {
    color: var(--muted);
}

.card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .00));
    border: 1px solid var(--stroke);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.section {
    padding: 72px 0;
}

h1,
h2,
h3 {
    line-height: 1.2;
    margin: 0 0 12px;
}

h1 {
    font-size: clamp(28px, 4vw, 38px);
}

h2 {
    font-size: clamp(22px, 3.2vw, 32px);
}

h3 {
    font-size: clamp(18px, 2.2vw, 22px);
}

p {
    margin: 0 0 12px;
    color: var(--muted);
}

/* ------------------
      Header / Nav
    ------------------ */
.section.headroom {
    padding-top: 110px;
	width: 90%;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(12, 12, 15, .9), rgba(12, 12, 15, .7), rgba(12, 12, 15, 0));
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    z-index: 999;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 15px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.logo-mark {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: conic-gradient(from 220deg, var(--accent), #54090c, #111);
    border: 1px solid var(--stroke);
}

.nav {
    display: flex;
    gap: 18px;
    align-items: center;
	margin-right: 80px;
}

.nav a {
    opacity: .85;
}

.nav a:hover {
    opacity: 1;
}

.nav-cta {
    display: none;
}

.gt_switcher_wrapper {
    top: 18px !important;
}

@media (min-width: 900px) {
    .nav-cta {
        display: flex;
    }
}

/* ------------------
      Hero
    ------------------ */
.hero {
    position: relative;
    padding: 40px 25px;
    background: radial-gradient(1200px 500px at 50% 0%, rgba(227, 27, 35, .2), transparent), radial-gradient(800px 400px at 80% 10%, rgba(212, 175, 55, .12), transparent);
}

.hero-wrap {
    display: grid;
    gap: 32px;
    align-items: center;
    grid-template-columns: 1.1fr .9fr;
	max-width: 1200px;
	margin: 0 auto;
}

.hero-copy h1 span {
    color: var(--accent-2);
}

.hero-points {
    display: grid;
    gap: 10px;
    margin: 16px 0 24px;
}

.hero-points li {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.hero-points .dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, var(--accent), #8a0e12);
    margin-top: 7px;
}

.hero-media {
    position: relative;
}

.mock {
    border-radius: var(--radius-lg);
    border: 1px solid var(--stroke);
    overflow: hidden;
    transform: rotate(-1deg);
    box-shadow: var(--shadow);
}

.cta {
	display: flex;
	gap: 20px;
}

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

    .hero-media {
        order: -1;
    }

    .grid {
        grid-template-columns: 1fr !important;
    }
}

/* ------------------
      Pricing
    ------------------ */
.main_content_page {
	max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
.pricing {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.price {
    padding: 20px;
}

.price h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price .num {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: .01em;
}

.strike {
    opacity: .6;
    text-decoration: line-through;
}

.features {
    margin: 10px 0 18px;
    display: grid;
    gap: 8px;
}

.features li {
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center;
}

.tick {
    width: 18px;
    height: 18px;
    border: 1px solid #2f6e45;
    border-radius: 5px;
    background: rgba(34, 197, 94, .12);
}

.sub {
    font-size: 12px;
    color: var(--muted);
}

@media (max-width: 800px) {
    .pricing {
        grid-template-columns: 1fr;
    }
}

/* ------------------
      Problem / Solution
    ------------------ */
.tiles {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.tile {
    padding: 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .00));
    border: 1px solid var(--stroke);
}

.tile h4 {
    margin: 0 0 6px;
}

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

/* ------------------
      Area Map / Usecase
    ------------------ */
.two {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.1fr .9fr;
}

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

.map {
    aspect-ratio: 16/9;
    border-radius: var(--radius);
    border: 1px solid var(--stroke);
    background: linear-gradient(180deg, #0b0b12, #0e0f18);
    display: grid;
    place-items: center;
}

.map p {
    color: var(--muted);
}

/* ------------------
      Steps
    ------------------ */
.steps {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, 1fr);
}

.step {
    padding: 18px;
    border: 1px solid var(--stroke);
    border-radius: 14px;
}

.step .no {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(227, 27, 35, .15);
    border: 1px solid #4a0e12;
    margin-bottom: 10px;
}

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

@media (max-width: 560px) {
    .steps {
        grid-template-columns: 1fr;
    }
}

/* ------------------
      Compare Table
    ------------------ */
.table {
    overflow: auto;
    border: 1px solid var(--stroke);
    border-radius: 14px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(180deg, rgba(255, 255, 255, .01), rgba(255, 255, 255, .00)) !important;
    margin-bottom: 0 !important;
}

th,
td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--stroke);
    text-align: left;
}

th {
    background: rgba(255, 255, 255, .03) !important;
}

table:not(.has-border-color) :where(th, td) {
    border: 1px solid var(--stroke) !important;
}

table tr:nth-of-type(2n+1) {
    background-color: unset !important;
}

.ad_red {
	background-color: rgba(179, 14, 5, 0.5) !important;
}
.ad_red2 {
	background-color: rgba(222, 70, 62, 0.5) !important;
}
/* ------------------
      FAQ
    ------------------ */
details {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .00));
    border: 1px solid var(--stroke);
    border-radius: 12px;
    padding: 14px;
}

summary {
    cursor: pointer;
    font-weight: 700;
}

details p {
    margin-top: 8px;
}

.faq {
    display: grid;
    gap: 10px;
}

/* ------------------
      Footer / Sticky CTA
    ------------------ */
.footer {
    padding: 40px 0;
    border-top: 1px solid var(--stroke);
    color: var(--muted);
    background-color: unset !important;
	    position: relative;
    z-index: -1;
}

.sticky-cta {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    display: flex;
    gap: 10px;
}

.sticky-cta .btn {
    padding: 14px 16px;
}

/* ------------------
      Form (Mock)
    ------------------ */
.form {
    display: grid;
    gap: 14px;
}

.input {
    display: grid;
    gap: 6px;
	margin: 20px 0
}

.input input,
.input textarea,
.input select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--stroke);
    background: #0e0f15;
    color: var(--text);
}

.input small {
    color: var(--muted);
}

.form_title {
	    text-align: center;
    border: 1px solid #fff !important;
}


@media (max-width: 480px) {
	.nav {
		display: none;
	}
    .section {
    padding: 40px 0;
}
	    .article h2 {
        font-size: 20px !important;
    }
	    .article ul, .article ol {
        padding-left: 0px;
    }
	.gt_switcher_wrapper {
    top: 6px !important;
}
}