@charset "UTF-8";

:root {
    color-scheme: light;
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
    background-color: #f5f5f5;
}

body {
    margin: 0;
    padding: 0;
    background: var(--bg-light);
    color: var(--text);
    line-height: 1.6;
}

body.sidebar-hidden.om-wpb-active .om-c-container {
    max-width: 100%;
}

.om-c-container-inner {
    margin: 0 !important;
}

main {
    display: flex;
    flex-direction: column;
    gap: var(--section-gap);
    padding-bottom: 96px;
}

section {
    padding: 64px 0;
    background-color: #fff;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

section+section {
    border-top: none;
}

section:nth-of-type(even) {
    background-color: #f8f8f8;
}

.hero {
    position: relative;
    color: #222;
    padding: 180px 0;
    background: url("../images/lp-design-create/hero-bkimg.jpg") center/cover no-repeat;
    border-top: none;
    border-bottom: none;
}

.section-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 clamp(24px, 6vw, 48px);
    display: grid;
    gap: 24px;
}

.hero .section-inner {
    position: relative;
    z-index: 1;
    gap: 32px;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin: 0 auto;
}

main h1,
main h2,
main h3 {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.02em;
}

main h1 {
    font-size: clamp(36px, 6vw, 60px);
    line-height: 1.2;
}

main h2 {
    font-size: clamp(20px, 3.2vw, 28px);
}

main p {
    margin-top: 0;
    line-height: 1.7;
}

.section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    background-color: #e0e0e0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hero .section-label {
    background-color: rgba(255, 255, 255, 0.9);
    color: #222;
}

.section-heading {
    text-align: center;
    margin-bottom: 12px;
    display: inline-block;
    padding: clamp(14px, 2vw, 20px) clamp(28px, 4vw, 48px);
    border: 1px solid #f4d35e;
    box-shadow: 8px 8px 0 rgba(244, 211, 94, 0.85);
    color: #5a4105;
    background: #ffffff;
    font-size: clamp(28px, 4.8vw, 40px);
    font-weight: 700;
}

.section-heading-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.hero-copy {
    display: grid;
    gap: 16px;
    margin-bottom: 0;
    max-width: 620px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hero-kicker {
    font-size: clamp(14px, 2vw, 18px);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(17, 34, 56, 0.7);
}

.hero-title {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.hero-title .accent {
    font-family: Arial, sans-serif;
    font-size: clamp(40px, 7vw, 72px);
    font-weight: 900;
    color: rgba(0, 0, 0, 0);
    text-shadow: 3px 3px 0 rgba(238, 214, 120, 0.9);
    padding: 0 0 10px;
    letter-spacing: 0.04em;
    line-height: 1.05;
}

.hero-title .accent-large {
    font-size: clamp(46px, 8vw, 88px);
}

@supports (-webkit-text-stroke: 1px #000) {
    .hero-title .accent {
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke: 1px #888;
    }
}

@supports (text-stroke: 1px #000) {
    .hero-title .accent {
        color: rgba(0, 0, 0, 0);
        text-stroke: 1px #888;
    }
}

.cta-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.cta {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #444;
    background-color: #fff;
    color: #222;
    font-weight: 600;
    text-decoration: none;
}

.concerns .section-inner {
    gap: 32px;
}

.concerns-heading {
    display: grid;
    gap: 12px;
    text-align: center;
}

.concerns-heading .eyebrow {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #777;
}

.concerns-heading .section-heading {
    display: inline-grid;
    gap: 6px;
}

.concerns-heading .heading-small {
    font-size: clamp(14px, 2.4vw, 16px);
    font-weight: 500;
    color: #666;
}

.concerns-heading .heading-main {
    font-size: clamp(22px, 4vw, 32px);
}

.concerns-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.concern-item {
    padding: 24px;
    border-radius: 14px;
    border: 1px solid rgba(17, 34, 56, 0.08);
    background:
        linear-gradient(135deg, rgba(244, 211, 94, 0.16), rgba(244, 211, 94, 0)) #ffffff;
    box-shadow: 10px 10px 0 rgba(244, 211, 94, 0.28);
    display: grid;
    gap: 16px;
    justify-items: start;
    overflow: hidden;
}

.concern-illustration {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    border: 1px dashed rgba(17, 34, 56, 0.18);
    background:
        repeating-linear-gradient(-45deg,
            rgba(244, 211, 94, 0.2),
            rgba(244, 211, 94, 0.2) 12px,
            rgba(244, 211, 94, 0.08) 12px,
            rgba(244, 211, 94, 0.08) 24px);
    display: grid;
    place-items: center;
    color: rgba(17, 34, 56, 0.45);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    overflow: hidden;
}

.concern-illustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.concern-item h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: rgba(17, 34, 56, 0.88);
}

.concern-item p {
    margin: 0;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(17, 34, 56, 0.8);
}

.reason-intro {
    display: grid;
    gap: 12px;
    text-align: center;
    margin-bottom: 32px;
}

.reason-intro .eyebrow {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 34, 56, 0.6);
}

.reason-grid {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .reason-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.reason-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(17, 34, 56, 0.08);
    box-shadow: 0 10px 28px rgba(17, 34, 56, 0.08);
    display: grid;
    gap: 16px;
}

.reason-header {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.reason-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #112238;
    font-size: 18px;
    background: linear-gradient(135deg, #fff9c2 0%, #ffe066 100%);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.6);
}

.reason-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason-card h3 {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
}

.reason-card p {
    margin: 0;
    color: rgba(17, 34, 56, 0.78);
}

.reason-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: rgba(17, 34, 56, 0.78);
}

.reason-note {
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(255, 241, 118, 0.25);
    border: 1px dashed rgba(255, 224, 102, 0.8);
    color: rgba(17, 34, 56, 0.85);
}

.hero-subtitle {
    display: inline-block;
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: 500;
}

.hero-price {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 700;
    color: #d94b4b;
    margin: 0;
}

.hero-price .hero-price-small {
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 600;
}

.highlight-marker {
    display: inline;
    padding: 0 6px;
    border-radius: 2px;
    background: linear-gradient(to bottom,
            rgba(255, 241, 118, 0) 0%,
            #fff176 0%,
            #fff176 70%,
            rgba(255, 241, 118, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.7em;
    background-position: 0 0.75em;
}

.portfolio-marquee {
    border-top: 1px solid rgba(17, 34, 56, 0.08);
    border-bottom: 1px solid rgba(17, 34, 56, 0.08);
    background: #fffdfa;
}

.portfolio-marquee .marquee-inner {
    overflow: hidden;
}

.marquee-track {
    --marquee-item-width: 240px;
    --marquee-item-count: 14;
    --marquee-shift: calc(var(--marquee-item-width) * var(--marquee-item-count));
    display: flex;
    gap: 0;
    padding: 12px 0;
    animation: marquee-scroll 30s linear infinite;
}

.marquee-item {
    flex: 0 0 auto;
    width: 240px;
    height: 500px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    box-shadow: none;
    margin: 0;
}

.marquee-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-shift)));
    }
}

.plans .section-inner {
    gap: 40px;
}

.plan-intro {
    display: grid;
    gap: 16px;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

.plan-grid {
    display: grid;
    gap: 24px;
}

@media (min-width: 900px) {
    .plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.plan-card {
    position: relative;
    display: grid;
    gap: 20px;
    padding: 28px 26px 32px;
    border-radius: 18px;
    border: 1px solid rgba(17, 34, 56, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, #f9f5e9 100%);
    box-shadow: 0 18px 40px rgba(17, 34, 56, 0.08);
}

.plan-card.is-recommended {
    background: linear-gradient(180deg, #fff8df 0%, #f4d35e 100%);
    border-color: rgba(141, 104, 2, 0.28);
    box-shadow: 0 24px 44px rgba(141, 104, 2, 0.2);
    transform: translateY(-8px);
}

.plan-badge {
    position: absolute;
    top: -18px;
    right: 24px;
    padding: 8px 18px;
    border-radius: 999px;
    background-color: #5a4105;
    color: #fff8df;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
}

.plan-header {
    display: grid;
    gap: 10px;
}

.plan-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: rgba(17, 34, 56, 0.88);
}

.plan-scope {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(17, 34, 56, 0.7);
}

.plan-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 700;
    color: #2f1f00;
}

.plan-price strong {
    font-size: 26px;
}

.plan-price span {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.plan-features {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.plan-features li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    align-items: start;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(17, 34, 56, 0.78);
}

.plan-features li::before {
    content: "✔";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(17, 34, 56, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 2px;
}

.plan-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background-color: rgba(17, 34, 56, 0.88);
    color: #fff8df;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.plan-card.is-recommended .plan-cta {
    background-color: #5a4105;
}

.plan-footnote {
    text-align: center;
    font-size: 12px;
    color: rgba(17, 34, 56, 0.65);
}

.plan-options {
    display: grid;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(17, 34, 56, 0.15);
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(244, 211, 94, 0.15), rgba(244, 211, 94, 0)),
        linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    box-shadow: 0 18px 30px rgba(17, 34, 56, 0.08);
}

.plan-options-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: rgba(17, 34, 56, 0.85);
    text-align: center;
}

.plan-options-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: rgba(17, 34, 56, 0.78);
    border-radius: 16px;
    overflow: hidden;
}

.plan-options-table th,
.plan-options-table td {
    padding: 14px 16px;
    border: 1px solid rgba(17, 34, 56, 0.08);
    text-align: left;
}

.plan-options-table th {
    background-color: rgba(17, 34, 56, 0.05);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(17, 34, 56, 0.7);
}

.process .section-inner {
    gap: 40px;
}

.process-intro {
    display: grid;
    gap: 12px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.flow {
    display: grid;
    gap: 28px;
}

.flow-step {
    position: relative;
    padding: 72px 24px 28px 112px;
    border-radius: 18px;
    border: 1px solid rgba(17, 34, 56, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    box-shadow: 0 12px 32px rgba(17, 34, 56, 0.08);
    display: grid;
    gap: 12px;
}

.flow-step::before {
    content: attr(data-step);
    position: absolute;
    top: 28px;
    left: 24px;
    width: 96px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe066 0%, #f4d35e 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: rgba(17, 34, 56, 0.85);
    letter-spacing: 0.08em;
    font-size: 12px;
}

.flow-step::after {
    content: "";
    position: absolute;
    left: 72px;
    top: 72px;
    bottom: -28px;
    width: 2px;
    background: linear-gradient(to bottom,
            rgba(17, 34, 56, 0.12),
            rgba(17, 34, 56, 0));
}

.flow-step:last-child::after {
    display: none;
}

.flow-step h3 {
    margin: 0;
    font-size: 18px;
    color: rgba(17, 34, 56, 0.9);
}

.flow-step p {
    margin: 0;
    color: rgba(17, 34, 56, 0.75);
    line-height: 1.7;
}

.plan-cta,
.portfolio-button {
    color: #fff !important;
}

@media (max-width: 680px) {
    .flow-step {
        padding: 24px;
    }

    .flow-step::before {
        position: static;
        margin-top: -4px;
        margin-bottom: 12px;
    }

    .flow-step::after {
        display: none;
    }
}

.showcase .section-inner {
    gap: 40px;
}

.portfolio-intro {
    display: grid;
    gap: 12px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.portfolio-grid {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .portfolio-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.portfolio-plan {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background-color: rgba(17, 34, 56, 0.05);
    color: rgba(17, 34, 56, 0.65);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.portfolio-card {
    display: grid;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(17, 34, 56, 0.08);
    box-shadow: 0 16px 32px rgba(17, 34, 56, 0.08);
    overflow: hidden;
}

.portfolio-visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background-color: #f2f2f2;
}

.portfolio-visual a {
    display: block;
    height: 100%;
    cursor: pointer;
}

.portfolio-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
}

.portfolio-visual:hover img {
    transform: scale(1.03);
}

.portfolio-meta {
    display: grid;
    gap: 8px;
    padding: 18px 20px 22px;
}

.portfolio-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 34, 56, 0.55);
}

.portfolio-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: rgba(17, 34, 56, 0.9);
}

.portfolio-summary {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(17, 34, 56, 0.7);
}

.portfolio-cta {
    text-align: center;
}

.portfolio-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border-radius: 999px;
    background-color: rgba(17, 34, 56, 0.9);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(17, 34, 56, 0.15);
}

.portfolio-button:hover {
    background-color: rgba(17, 34, 56, 1);
}

.faq-list {
    display: grid;
    gap: 20px;
}

.faq-item {
    border: 1px solid rgba(17, 34, 56, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    box-shadow: 0 12px 24px rgba(17, 34, 56, 0.08);
    overflow: hidden;
}

.faq-item[open] {
    border-color: rgba(17, 34, 56, 0.2);
}

.faq-summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 32px;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    font-weight: 700;
    color: rgba(17, 34, 56, 0.9);
}

.faq-summary::-webkit-details-marker {
    display: none;
}

.faq-summary::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(17, 34, 56, 0.08);
    color: rgba(17, 34, 56, 0.8);
    font-size: 16px;
    transition: transform 0.2s ease;
}

.faq-item[open] .faq-summary::after {
    content: "−";
    transform: rotate(180deg);
    background-color: rgba(17, 34, 56, 0.12);
}

.faq-content {
    padding: 0 24px 20px 24px;
    display: grid;
    gap: 12px;
    color: rgba(17, 34, 56, 0.72);
    line-height: 1.7;
}

.faq-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 12px;
    color: rgba(17, 34, 56, 0.68);
    line-height: 1.7;
}

.contact {
    display: grid;
    gap: 24px;
}

.form-grid {
    display: grid;
    gap: 16px;
}

.form-field {
    display: grid;
    gap: 8px;
}

.form-field label {
    font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 10px 12px;
    border: 1px solid #bbb;
    border-radius: 6px;
    background-color: #fff;
    font: inherit;
}

.related-links {
    display: grid;
    gap: 12px;
}

.related-links a {
    color: #444;
    text-decoration: underline;
}