body.takaoka-home-lp-preview #gazou,
body.takaoka-home-lp-preview #gazou-wide,
body.takaoka-home-lp-preview #header-img,
body.takaoka-home-lp-preview #header-image,
body.takaoka-home-lp-preview #st-header-image,
body.takaoka-home-lp-preview .st-header-image,
body.takaoka-home-lp-preview .st-headerimg,
body.takaoka-home-lp-preview .st-header-cardlink,
body.takaoka-home-lp-preview .site-header-image,
body.takaoka-home-lp-preview .custom-header-media {
    display: none !important;
}

body.takaoka-home-lp-preview #content,
body.takaoka-home-lp-preview #contentInner,
body.takaoka-home-lp-preview #main,
body.takaoka-home-lp-preview #mainbox,
body.takaoka-home-lp-preview #maincontent,
body.takaoka-home-lp-preview #st-main,
body.takaoka-home-lp-preview #st-mainbox,
body.takaoka-home-lp-preview #wrapper,
body.takaoka-home-lp-preview .st-main,
body.takaoka-home-lp-preview .st-mainbox,
body.takaoka-home-lp-preview .mainbox,
body.takaoka-home-lp-preview .post,
body.takaoka-home-lp-preview .entry-content,
body.takaoka-home-lp-preview main,
body.takaoka-home-lp-preview article {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.takaoka-home-lp-preview #side,
body.takaoka-home-lp-preview #sidebar,
body.takaoka-home-lp-preview aside,
body.takaoka-home-lp-preview .side,
body.takaoka-home-lp-preview .sidebar,
body.takaoka-home-lp-preview .st-side,
body.takaoka-home-lp-preview .st-sidebar {
    display: none !important;
}

.takaoka-lp {
    --takaoka-purple: #5b3a22;
    --takaoka-purple-deep: #332216;
    --takaoka-purple-soft: #8a6a4b;
    --takaoka-gold: #b88638;
    --takaoka-gold-soft: #ddbd72;
    --takaoka-ivory: #fffdf8;
    --takaoka-beige: #f8f0df;
    --takaoka-beige-strong: #ead6b4;
    --takaoka-ink: #2c241d;
    --takaoka-muted: #766b5d;
    --takaoka-line: rgba(184, 134, 56, 0.28);
    --takaoka-white: #fff;
    --takaoka-shadow: 0 18px 46px rgba(51, 33, 63, 0.12);
    color: var(--takaoka-ink);
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    background: var(--takaoka-ivory);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", "Hiragino Kaku Gothic ProN", serif;
    line-height: 1.85;
    overflow: hidden;
}

@media (min-width: 769px) {
    .takaoka-lp__section,
    .takaoka-lp__closing {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }

    .takaoka-lp__inner,
    .takaoka-lp__hero .takaoka-lp__inner,
    .takaoka-lp__profile,
    .takaoka-lp__notice-board,
    .takaoka-lp__menu-grid,
    .takaoka-lp__feature-list,
    .takaoka-lp__consult-grid,
    .takaoka-lp__flow,
    .takaoka-lp__article-grid {
        width: 100%;
        max-width: 1180px;
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }
}

.takaoka-lp *,
.takaoka-lp *::before,
.takaoka-lp *::after {
    box-sizing: border-box;
}

.takaoka-lp a {
    color: inherit;
    text-decoration: none;
}

.takaoka-lp img {
    max-width: 100%;
}

.takaoka-lp__inner {
    width: calc(100% - 40px);
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.takaoka-lp__hero .takaoka-lp__inner {
    width: calc(100% - 40px);
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.takaoka-lp__hero {
    position: relative;
    isolation: isolate;
    padding: 10px 0 30px;
    color: var(--takaoka-ink);
    background:
        radial-gradient(circle at 18% 12%, rgba(223, 201, 141, 0.22), transparent 30%),
        linear-gradient(180deg, #fffaf0, var(--takaoka-ivory));
}

.takaoka-lp__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(184, 146, 77, 0.055) 1px, transparent 1px),
        linear-gradient(rgba(184, 146, 77, 0.045) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(120deg, transparent, #000 22%, #000 78%, transparent);
}

.takaoka-lp__hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(223, 201, 141, 0.88), transparent);
}

.takaoka-lp__hero-orbit {
    position: absolute;
    top: 42px;
    right: max(-130px, -10vw);
    z-index: -1;
    width: min(560px, 92vw);
    aspect-ratio: 1;
    border: 1px solid rgba(223, 201, 141, 0.3);
    border-radius: 50%;
    opacity: 0.9;
}

.takaoka-lp__hero-orbit::before,
.takaoka-lp__hero-orbit::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(223, 201, 141, 0.18);
    border-radius: 50%;
}

.takaoka-lp__hero-orbit::after {
    inset: 27%;
    background:
        linear-gradient(90deg, transparent 49.5%, rgba(223, 201, 141, 0.32) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(223, 201, 141, 0.22) 50%, transparent 50.5%),
        conic-gradient(from 20deg, transparent 0 9deg, rgba(223, 201, 141, 0.18) 9deg 10deg, transparent 10deg 45deg);
}

.takaoka-lp__hero-inner {
    position: relative;
    z-index: 1;
    display: block;
}

.takaoka-lp__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--takaoka-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.takaoka-lp__eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.takaoka-lp__hero .takaoka-lp__eyebrow {
    color: var(--takaoka-gold);
}

.takaoka-lp h1,
.takaoka-lp h2,
.takaoka-lp h3,
.takaoka-lp p {
    margin-top: 0;
}

.takaoka-lp h1 {
    max-width: 850px;
    margin-bottom: 20px;
    font-size: clamp(2.05rem, 9vw, 4rem);
    line-height: 1.22;
    letter-spacing: 0;
}

.takaoka-lp h2 {
    margin-bottom: 0;
    color: var(--takaoka-purple);
    font-size: clamp(1.55rem, 5vw, 2.45rem);
    line-height: 1.35;
    letter-spacing: 0;
}

.takaoka-lp__lead {
    max-width: 780px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
}

.takaoka-lp__trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.takaoka-lp__trust-strip span {
    padding: 7px 12px;
    border: 1px solid rgba(223, 201, 141, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
}

.takaoka-lp__actions {
    display: grid;
    gap: 12px;
}

.takaoka-lp__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    width: 100%;
    max-width: 360px;
    padding: 13px 20px;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.takaoka-lp__button:hover,
.takaoka-lp__button:focus {
    transform: translateY(-1px);
}

.takaoka-lp__button--primary {
    color: var(--takaoka-white);
    background: linear-gradient(135deg, #c6a35a, #8b6a2d);
    box-shadow: 0 14px 28px rgba(91, 57, 7, 0.24);
}

.takaoka-lp__button--secondary {
    color: var(--takaoka-white);
    border: 1px solid rgba(223, 201, 141, 0.82);
    background: rgba(255, 255, 255, 0.08);
}

.takaoka-lp__hero .takaoka-lp__button--secondary {
    color: var(--takaoka-purple);
    border-color: rgba(184, 146, 77, 0.55);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 22px rgba(51, 33, 63, 0.08);
}

.takaoka-lp__hero-banner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    border: 1px solid rgba(184, 146, 77, 0.34);
    border-radius: 14px;
    background: var(--takaoka-beige);
    box-shadow: 0 22px 54px rgba(91, 57, 7, 0.14);
}

.takaoka-lp__hero-banner-media {
    display: block;
    overflow: visible;
}

.takaoka-lp__hero-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    object-position: center center;
}

.takaoka-lp__hero-support {
    display: grid;
    justify-items: center;
    gap: 16px;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 14px auto 0;
    padding: 18px;
    border: 1px solid rgba(184, 146, 77, 0.22);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.86);
    box-shadow: 0 14px 34px rgba(51, 33, 63, 0.08);
}

.takaoka-lp__hero-summary {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.takaoka-lp__hero-summary .takaoka-lp__eyebrow {
    justify-content: center;
}

.takaoka-lp__hero-summary p:last-child {
    margin-bottom: 0;
    color: var(--takaoka-muted);
    text-align: center;
}

.takaoka-lp__hero-support .takaoka-lp__actions {
    justify-content: center;
}

.takaoka-lp__hero-proof {
    display: grid;
    gap: 10px;
    width: min(100% - 12px, 1120px);
    margin: 12px auto 0;
}

.takaoka-lp__hero-proof span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid rgba(184, 134, 56, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--takaoka-purple);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 10px 24px rgba(91, 57, 7, 0.07);
}

.takaoka-lp__hero-visual {
    position: relative;
    width: min(100%, 390px);
    margin: 0 auto;
}

.takaoka-lp__portrait-frame,
.takaoka-lp__profile-image {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(223, 201, 141, 0.55);
    border-radius: 24px 24px 6px 24px;
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(247, 240, 228, 0.7)),
        repeating-linear-gradient(45deg, rgba(184, 146, 77, 0.1), rgba(184, 146, 77, 0.1) 1px, transparent 1px, transparent 12px);
    box-shadow: 0 24px 60px rgba(17, 9, 24, 0.26);
}

.takaoka-lp__portrait-frame::after,
.takaoka-lp__profile-image::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 18px 18px 4px 18px;
    pointer-events: none;
}

.takaoka-lp__portrait-frame img,
.takaoka-lp__profile-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.takaoka-lp__portrait-placeholder {
    display: grid;
    min-height: 320px;
    place-items: center;
    color: var(--takaoka-muted);
}

.takaoka-lp__hero-note {
    position: relative;
    display: grid;
    gap: 8px;
    width: min(88%, 300px);
    margin: -34px auto 0;
    padding: 16px;
    border: 1px solid rgba(223, 201, 141, 0.42);
    border-radius: 10px;
    background: rgba(255, 253, 248, 0.94);
    color: var(--takaoka-purple);
    box-shadow: var(--takaoka-shadow);
}

.takaoka-lp__hero-note span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 700;
}

.takaoka-lp__hero-note span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--takaoka-gold);
}

.takaoka-lp__section {
    position: relative;
    padding: 60px 0;
    background: var(--takaoka-ivory);
}

.takaoka-lp__section--tinted,
.takaoka-lp__section--articles {
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.36), rgba(247, 240, 228, 0.86)),
        var(--takaoka-beige);
}

.takaoka-lp__section--profile {
    padding-top: 38px;
    background:
        linear-gradient(180deg, #fffdf8, rgba(248, 240, 223, 0.76)),
        var(--takaoka-beige);
}

.takaoka-lp__section--notice {
    padding: 28px 0 46px;
    background:
        linear-gradient(180deg, rgba(248, 240, 223, 0.76), var(--takaoka-ivory)),
        var(--takaoka-ivory);
}

.takaoka-lp__section-heading {
    max-width: 720px;
    margin-bottom: 28px;
}

.takaoka-lp__section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.takaoka-lp__section-heading--center .takaoka-lp__eyebrow {
    justify-content: center;
}

.takaoka-lp__section-heading p:last-child {
    margin: 12px 0 0;
    color: var(--takaoka-muted);
}

.takaoka-lp__menu-grid,
.takaoka-lp__consult-grid,
.takaoka-lp__article-grid,
.takaoka-lp__feature-list {
    display: grid;
    gap: 18px;
}

.takaoka-lp__menu-card,
.takaoka-lp__article-card a,
.takaoka-lp__feature-card {
    display: block;
    height: 100%;
    border: 1px solid var(--takaoka-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--takaoka-shadow);
}

.takaoka-lp__menu-card {
    position: relative;
    min-height: 260px;
    padding: 26px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.takaoka-lp__menu-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(184, 146, 77, 0.13), transparent 38%);
    opacity: 0.9;
}

.takaoka-lp__menu-card:hover,
.takaoka-lp__menu-card:focus {
    transform: translateY(-3px);
    border-color: rgba(184, 146, 77, 0.46);
    box-shadow: 0 20px 48px rgba(51, 33, 63, 0.16);
}

.takaoka-lp__menu-icon,
.takaoka-lp__menu-label,
.takaoka-lp__menu-title,
.takaoka-lp__menu-description,
.takaoka-lp__menu-more {
    position: relative;
    z-index: 1;
}

.takaoka-lp__menu-icon {
    display: block;
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border: 1px solid rgba(184, 146, 77, 0.58);
    border-radius: 50%;
    background: rgba(255, 253, 248, 0.85);
}

.takaoka-lp__menu-card--destiny .takaoka-lp__menu-icon {
    background:
        linear-gradient(90deg, transparent 48%, rgba(75, 42, 98, 0.34) 49%, rgba(75, 42, 98, 0.34) 51%, transparent 52%),
        linear-gradient(0deg, transparent 48%, rgba(75, 42, 98, 0.2) 49%, rgba(75, 42, 98, 0.2) 51%, transparent 52%),
        radial-gradient(circle, rgba(184, 146, 77, 0.18) 0 32%, transparent 33%),
        rgba(255, 253, 248, 0.9);
}

.takaoka-lp__menu-card--direction .takaoka-lp__menu-icon {
    background:
        conic-gradient(from 45deg, rgba(75, 42, 98, 0.34) 0 12%, transparent 12% 25%, rgba(184, 146, 77, 0.28) 25% 37%, transparent 37% 50%, rgba(75, 42, 98, 0.26) 50% 62%, transparent 62% 75%, rgba(184, 146, 77, 0.2) 75% 87%, transparent 87%),
        radial-gradient(circle, rgba(255, 253, 248, 0.95) 0 42%, transparent 43%),
        rgba(255, 253, 248, 0.9);
}

.takaoka-lp__menu-card--space .takaoka-lp__menu-icon {
    border-radius: 18px;
    background:
        linear-gradient(90deg, transparent 31%, rgba(75, 42, 98, 0.24) 32% 34%, transparent 35% 64%, rgba(75, 42, 98, 0.16) 65% 67%, transparent 68%),
        linear-gradient(0deg, transparent 31%, rgba(184, 146, 77, 0.24) 32% 34%, transparent 35% 64%, rgba(184, 146, 77, 0.16) 65% 67%, transparent 68%),
        rgba(255, 253, 248, 0.9);
}

.takaoka-lp__menu-label {
    display: block;
    margin-bottom: 8px;
    color: var(--takaoka-gold);
    font-size: 0.82rem;
    font-weight: 700;
}

.takaoka-lp__menu-title {
    display: block;
    margin-bottom: 12px;
    color: var(--takaoka-purple);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.4;
}

.takaoka-lp__menu-description {
    display: block;
    color: var(--takaoka-muted);
    font-size: 0.96rem;
}

.takaoka-lp__menu-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    margin-top: 22px;
    padding: 12px 18px;
    border: 1px solid rgba(184, 134, 56, 0.48);
    border-radius: 6px;
    color: var(--takaoka-purple);
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(248, 240, 223, 0.82));
    box-shadow: 0 10px 22px rgba(91, 57, 7, 0.09);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.takaoka-lp__menu-more::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

.takaoka-lp__menu-card:hover .takaoka-lp__menu-more,
.takaoka-lp__menu-card:focus .takaoka-lp__menu-more {
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 1), rgba(234, 214, 180, 0.92));
    box-shadow: 0 12px 26px rgba(91, 57, 7, 0.13);
}

.takaoka-lp__feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 32px 28px;
    overflow: hidden;
    text-align: center;
}

.takaoka-lp__feature-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    border-bottom-left-radius: 82px;
    background: rgba(184, 146, 77, 0.08);
}

.takaoka-lp__feature-mark {
    display: inline-block;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0 auto 16px;
    border: 1px solid var(--takaoka-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(184, 146, 77, 0.1);
}

.takaoka-lp__feature-card h3 {
    width: 100%;
    margin: 0 auto 10px;
    color: var(--takaoka-purple);
    font-size: 1.08rem;
    line-height: 1.5;
    text-align: center;
}

.takaoka-lp__feature-card p {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    color: var(--takaoka-muted);
    font-size: 0.94rem;
    text-align: center;
}

.takaoka-lp__consult-item {
    position: relative;
    min-height: 74px;
    padding: 18px 18px 18px 50px;
    border: 1px solid rgba(184, 146, 77, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(51, 33, 63, 0.07);
}

.takaoka-lp__consult-item::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--takaoka-gold);
    box-shadow: 0 0 0 5px rgba(184, 146, 77, 0.12);
}

.takaoka-lp__flow {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.takaoka-lp__flow li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 4px 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(184, 146, 77, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 28px rgba(51, 33, 63, 0.08);
}

.takaoka-lp__flow-number {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--takaoka-white);
    background: linear-gradient(135deg, var(--takaoka-purple), var(--takaoka-purple-deep));
    font-weight: 700;
}

.takaoka-lp__flow strong {
    color: var(--takaoka-purple);
    line-height: 1.4;
}

.takaoka-lp__flow span:last-child {
    color: var(--takaoka-muted);
    font-size: 0.92rem;
}

.takaoka-lp__profile {
    display: grid;
    gap: 26px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(184, 134, 56, 0.28);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 240, 223, 0.64)),
        var(--takaoka-white);
    box-shadow: 0 20px 52px rgba(91, 57, 7, 0.1);
}

.takaoka-lp__profile-image {
    min-height: 280px;
    box-shadow: none;
}

.takaoka-lp__profile-image img {
    min-height: 280px;
    object-position: center center;
}

.takaoka-lp__profile-body {
    padding: 4px 2px;
}

.takaoka-lp__profile-body p {
    margin-bottom: 16px;
    color: var(--takaoka-muted);
}

.takaoka-lp__profile-subtitle {
    color: var(--takaoka-purple);
    font-weight: 700;
}

.takaoka-lp__profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.takaoka-lp__profile-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(184, 134, 56, 0.34);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.82);
    color: var(--takaoka-purple);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
}

.takaoka-lp__notice-board {
    display: grid;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(184, 134, 56, 0.32);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 240, 223, 0.72)),
        var(--takaoka-white);
    box-shadow: 0 16px 40px rgba(91, 57, 7, 0.09);
}

.takaoka-lp__notice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(184, 134, 56, 0.44);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(221, 189, 114, 0.28) 0 32%, transparent 33%),
        var(--takaoka-ivory);
}

.takaoka-lp__notice-icon::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid var(--takaoka-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(184, 134, 56, 0.09);
}

.takaoka-lp__notice-body h2 {
    margin-bottom: 8px;
    font-size: clamp(1.28rem, 4vw, 1.8rem);
}

.takaoka-lp__notice-body p:last-child {
    margin-bottom: 0;
    color: var(--takaoka-muted);
}

.takaoka-lp__notice-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    padding: 12px 18px;
    border: 1px solid rgba(184, 134, 56, 0.5);
    border-radius: 6px;
    background: rgba(255, 253, 248, 0.9);
    color: var(--takaoka-purple);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.takaoka-lp__notice-button:hover,
.takaoka-lp__notice-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(91, 57, 7, 0.1);
}

.takaoka-lp__article-card {
    margin: 0;
}

.takaoka-lp__article-card a {
    padding: 0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.takaoka-lp__article-card a:hover,
.takaoka-lp__article-card a:focus {
    transform: translateY(-2px);
    box-shadow: 0 20px 48px rgba(51, 33, 63, 0.15);
}

.takaoka-lp__article-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    background:
        linear-gradient(135deg, rgba(75, 42, 98, 0.14), rgba(184, 146, 77, 0.14)),
        var(--takaoka-beige-strong);
    overflow: hidden;
}

.takaoka-lp__article-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.takaoka-lp__article-date,
.takaoka-lp__article-title {
    display: block;
    padding-right: 18px;
    padding-left: 18px;
}

.takaoka-lp__article-date {
    padding-top: 18px;
    color: var(--takaoka-gold);
    font-size: 0.82rem;
    font-weight: 700;
}

.takaoka-lp__article-title {
    padding-bottom: 20px;
    color: var(--takaoka-purple);
    font-weight: 700;
    line-height: 1.6;
}

.takaoka-lp__empty {
    padding: 20px;
    border-radius: 10px;
    background: var(--takaoka-white);
}

.takaoka-lp__closing {
    position: relative;
    isolation: isolate;
    padding: 62px 0 68px;
    color: var(--takaoka-white);
    background:
        radial-gradient(circle at 18% 18%, rgba(223, 201, 141, 0.16), transparent 28%),
        linear-gradient(135deg, var(--takaoka-purple), var(--takaoka-purple-deep));
    text-align: center;
}

.takaoka-lp__closing::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: -1;
    border: 1px solid rgba(223, 201, 141, 0.22);
    pointer-events: none;
}

.takaoka-lp__closing .takaoka-lp__eyebrow {
    justify-content: center;
    color: var(--takaoka-gold-soft);
}

.takaoka-lp__closing h2 {
    margin-bottom: 14px;
    color: var(--takaoka-white);
}

.takaoka-lp__closing p:not(.takaoka-lp__eyebrow) {
    max-width: 620px;
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, 0.86);
}

.takaoka-lp__closing .takaoka-lp__button {
    margin: 0 auto;
}

.takaoka-lp-related,
.takaoka-lp-related * {
    box-sizing: border-box;
}

.takaoka-lp-related {
    --related-ink: #2c241d;
    --related-muted: #716655;
    --related-gold: #b88638;
    --related-gold-soft: #ddbd72;
    --related-ivory: #fffdf8;
    --related-beige: #f8f0df;
    margin: 0 auto 34px;
    padding: clamp(24px, 5vw, 38px);
    color: var(--related-ink);
    border: 1px solid rgba(184, 134, 56, 0.26);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(248, 240, 223, 0.86)),
        var(--related-ivory);
    box-shadow: 0 16px 38px rgba(91, 57, 7, 0.08);
}

.takaoka-lp-related__intro {
    max-width: 820px;
    margin: 0 auto 22px;
    text-align: center;
}

.takaoka-lp-related__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: var(--related-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.takaoka-lp-related__eyebrow::before,
.takaoka-lp-related__eyebrow::after {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--related-gold-soft));
}

.takaoka-lp-related__eyebrow::after {
    background: linear-gradient(90deg, var(--related-gold-soft), transparent);
}

.takaoka-lp-related h2 {
    margin: 0 0 14px;
    color: #5b3a22;
    font-size: clamp(1.35rem, 4.8vw, 2rem);
    line-height: 1.45;
    letter-spacing: 0;
}

.takaoka-lp-related p {
    margin: 0 0 10px;
    color: var(--related-muted);
    font-size: clamp(0.95rem, 3.6vw, 1.02rem);
    line-height: 1.9;
}

.takaoka-lp-related__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.takaoka-lp-related__card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 20px 22px;
    color: inherit;
    border: 1px solid rgba(184, 134, 56, 0.28);
    border-radius: 10px;
    background:
        radial-gradient(circle at 16% 12%, rgba(221, 189, 114, 0.13), transparent 34%),
        #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(91, 57, 7, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.takaoka-lp-related__card:hover,
.takaoka-lp-related__card:focus {
    color: inherit;
    border-color: rgba(184, 134, 56, 0.5);
    box-shadow: 0 16px 34px rgba(91, 57, 7, 0.12);
    transform: translateY(-2px);
    text-decoration: none;
}

.takaoka-lp-related__icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(184, 134, 56, 0.42);
    border-radius: 50%;
    background: linear-gradient(135deg, #fffdf8, #f8f0df);
}

.takaoka-lp-related__icon::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid var(--related-gold);
    transform: rotate(45deg);
}

.takaoka-lp-related__title,
.takaoka-lp-related__text,
.takaoka-lp-related__button {
    display: block;
}

.takaoka-lp-related__title {
    color: #5b3a22;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.5;
}

.takaoka-lp-related__text {
    flex: 1;
    color: var(--related-muted);
    font-size: 0.94rem;
    line-height: 1.8;
}

.takaoka-lp-related__button {
    width: 100%;
    min-height: 48px;
    margin-top: 4px;
    padding: 12px 16px;
    color: #fff;
    border: 1px solid rgba(221, 189, 114, 0.7);
    border-radius: 999px;
    background: linear-gradient(135deg, #c6a35a, #8b6a2d);
    box-shadow: 0 10px 22px rgba(139, 106, 45, 0.18);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
}

@media (min-width: 640px) {
    .takaoka-lp__actions {
        display: flex;
        flex-wrap: wrap;
    }

    .takaoka-lp__hero-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .takaoka-lp__hero-support .takaoka-lp__actions {
        justify-content: center;
    }

    .takaoka-lp__button {
        width: auto;
        min-width: 230px;
    }

    .takaoka-lp__notice-board {
        grid-template-columns: 54px minmax(0, 1fr) auto;
    }

    .takaoka-lp__notice-button {
        width: auto;
        min-width: 240px;
    }

    .takaoka-lp__consult-grid,
    .takaoka-lp__article-grid,
    .takaoka-lp__feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .takaoka-lp-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 860px) {
    .takaoka-lp__hero {
        padding: 12px 0 40px;
    }

    .takaoka-lp__hero-banner {
        overflow: hidden;
    }

    .takaoka-lp__hero-banner-media {
        overflow: hidden;
    }

    .takaoka-lp__hero-banner img {
        width: 103%;
        max-width: none;
        object-fit: contain;
        object-position: 45% center;
        transform: translateX(-2.2%);
    }

    .takaoka-lp__hero-inner {
        display: block;
    }

    .takaoka-lp__section {
        padding: 78px 0;
    }

    .takaoka-lp__menu-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .takaoka-lp__flow {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .takaoka-lp__flow li {
        grid-template-columns: 1fr;
        align-content: start;
    }

    .takaoka-lp__flow-number {
        grid-row: auto;
    }

    .takaoka-lp__profile {
        grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
        padding: 28px;
    }

    .takaoka-lp__article-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .takaoka-lp__inner,
    .takaoka-lp__hero .takaoka-lp__inner {
        width: calc(100% - 24px);
    }

    .takaoka-lp__hero {
        padding-top: 12px;
    }

    .takaoka-lp__lead br,
    .takaoka-lp__profile-body br {
        display: none;
    }

    .takaoka-lp__hero-banner {
        border-radius: 10px;
        overflow: hidden;
    }

    .takaoka-lp__hero-banner-media {
        aspect-ratio: 16 / 9.4;
        overflow: hidden;
    }

    .takaoka-lp__hero-banner img {
        width: 158%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .takaoka-lp__hero-support {
        margin-top: 12px;
        padding: 14px;
    }

    .takaoka-lp__hero-summary .takaoka-lp__eyebrow {
        margin-bottom: 8px;
    }

    .takaoka-lp__portrait-frame img {
        min-height: 300px;
    }
}
