.about-content .about-con dd {
    width: calc(100% - 210px);
    margin: 0;
    color: #33444d;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.05;
    letter-spacing: 0.08em;
}

.about-content .service {
    font-weight: 700;
}

.about-content .about-con dd > p:first-child {
    margin-top: 0;
}

.about-content .service-list {
    max-width: 670px;
    margin-top: 45px;
}

.about-content .service-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 70px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-content .service-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 53px);
    min-width: 94px;
    text-align: center;
}

.about-content .service-icon {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(102, 120, 137, 0.32);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
    color: #667889;
    box-shadow: 0 16px 34px rgba(80, 94, 108, 0.1);
}

.about-content .service-icon svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-content .service-list li p {
    margin: 10px 0 0;
    color: #263540;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.about-content .office {
    margin-left: auto;
}

.about-content .office:not(:first-of-type) {
    margin-top: 30px;
}

.about-content .office a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.about-content .office-ttl {
    margin: 0 0 8px;
    color: #17232d;
    font-weight: 700;
}

.about-content .office-ttl::before {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 7px;
    border: 2px solid #667889;
    border-radius: 50%;
    content: "";
}

.about-content .office p,
.about-content .area p {
    margin: 0;
}

.about-content .area .area-txt {
    margin-bottom: 30px;
}

.about-content .area p,
.about-content .area dl {
    width: min(540px, 100%);
}

.about-content .area dl {
    margin: 16px 0 0;
}

.about-content .area dl dt {
    width: 100%;
    margin: 0;
    color: #667889;
    font-family: "Roboto", var(--font);
    font-size: 16px;
    letter-spacing: 0.18em;
}

.about-content .area dl dd {
    display: inline;
    width: auto;
    margin: 0;
}

.about-content .area dl dd:not(:last-child)::after {
    content: "、";
}

.about-content [data-reveal-item] {
    transform: translateY(40px);
    transition-duration: 1100ms;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-content [data-reveal-item].is-visible {
    transform: translateY(0);
}

.about-content .about-con:nth-of-type(1)[data-reveal-item] {
    transition-delay: 100ms;
}

.about-content .about-con:nth-of-type(2)[data-reveal-item] {
    transition-delay: 180ms;
}

.about-content .about-con:nth-of-type(3)[data-reveal-item] {
    transition-delay: 260ms;
}

@media (max-width: 1180px) and (min-width: 1024px) {
    .about-content .content-inner {
        width: calc(100% - 88px);
        margin-left: 44px;
        margin-right: 44px;
    }
}

@media (max-width: 1023px) {
    .about-content {
        padding: 48px 0 170px;
    }
    .about-content .content-inner {
        width: min(900px, calc(100% - 72px));
        margin-left: auto;
        margin-right: auto;
    }
    .about-content .about-con dt {
        width: 180px;
    }
    .about-content .about-con dd {
        width: calc(100% - 180px);
    }
    .about-content .service-list {
        max-width: 100%;
    }
    .about-content .service-list ul {
        gap: 34px 46px;
    }
    .about-content .service-list li {
        width: calc(25% - 35px);
    }
}

@media (max-width: 767px) {
    .about-content {
        padding: 44px 15px 135px;
    }
    .about-content::before {
        top: 66%;
        right: -64px;
        width: 210px;
        height: auto;
        aspect-ratio: 1 / 1.28;
        opacity: 0.18;
    }
    .about-content .content-inner {
        width: 100%;
        margin: 0;
    }
    .about-content .ttl {
        font-size: 20px;
    }
    .about-content .ttl.line::before {
        top: -34px;
    }
    .about-content .about-con {
        margin-top: 64px;
    }
    .about-content .about-con:first-of-type {
        margin-top: 42px;
    }
    .about-content .about-con:nth-of-type(2)::before {
        display: none;
    }
    .about-content .about-con dl {
        display: block;
    }
    .about-content .about-con dt {
        width: 100%;
        margin: 0;
        font-size: 18px;
    }
    .about-content .about-con dd {
        width: 100%;
        margin-top: 16px;
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.06em;
    }
    .about-content .service-list {
        margin-top: 25px;
    }
    .about-content .service-list ul {
        gap: 30px 0;
        justify-content: space-between;
    }
    .about-content .service-list li {
        width: 30%;
        min-width: 0;
    }
    .about-content .service-icon {
        width: 64px;
        height: 64px;
    }
    .about-content .service-icon svg {
        width: 34px;
        height: 34px;
    }
    .about-content .service-list li p {
        font-size: 11px;
        white-space: normal;
    }
    .about-content .pc {
        display: none !important;
    }
    .about-content .office:not(:first-of-type) {
        margin-top: 32px;
    }
    .about-content .area .area-txt {
        margin-bottom: 26px;
    }
    .about-content .area dl dt {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-content [data-reveal-item] {
        filter: none;
    }
}

/* Pricing: window hotspot + price bubble (パンッと出る吹き出し料金) */

.pricing-mado {
    position: relative;
    margin: 88px 0 76px;
}

.pricing-mado__head {
    margin-bottom: 40px;
    text-align: center;
}

.pricing-mado__title {
    margin: 0 0 14px;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #16202c;
}

.pricing-mado__lead {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #51606e;
}

.pricing-mado__lead b {
    font-weight: 700;
    color: #2d6e9e;
}

.pricing-mado__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mado-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 22px;
    background: #dfe8ef;
    box-shadow:
        0 1px 2px rgba(18, 32, 47, 0.08),
        0 14px 34px -14px rgba(18, 32, 47, 0.28);
    cursor: pointer;
    transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 0.45s ease;
    -webkit-tap-highlight-color: transparent;
}

.mado-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 2px 4px rgba(18, 32, 47, 0.08),
        0 26px 48px -16px rgba(18, 32, 47, 0.36);
}

.mado-card__media {
    position: absolute;
    inset: 0;
    display: block;
}

.mado-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 1s cubic-bezier(0.2, 0.7, 0.3, 1), filter 0.5s ease;
}

.mado-card:hover .mado-card__media img {
    transform: scale(1.05);
}

.mado-card.is-open .mado-card__media img {
    filter: brightness(0.88) saturate(0.92);
}

.mado-card__num {
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 3;
    font-family: "Roboto", var(--font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: #fff;
    text-shadow: 0 1px 10px rgba(10, 22, 34, 0.45);
}

.mado-card__label {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 56px 20px 16px;
    background: linear-gradient(180deg, transparent, rgba(13, 24, 36, 0.58) 80%);
    text-align: left;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mado-card.is-open .mado-card__label {
    opacity: 0;
}

.mado-card__name {
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
}

.mado-card__size {
    font-family: "Roboto", var(--font);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.82);
}

/* ---------- pulsing hotspot (パンパン点滅マーカー) ---------- */

.mado-card__spot {
    position: absolute;
    top: var(--spot-y, 36%);
    left: var(--spot-x, 50%);
    z-index: 5;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.mado-card__spot:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
    border-radius: 50%;
}

/* core dot */
.mado-card__spot i {
    position: relative;
    z-index: 2;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2e6fd8;
    border: 4px solid #fff;
    box-shadow: 0 2px 10px rgba(13, 36, 64, 0.45), 0 0 0 5px rgba(46, 111, 216, 0.30);
    transition: transform 0.35s cubic-bezier(0.3, 1.5, 0.5, 1), background 0.3s ease;
}

.mado-card:hover .mado-card__spot i {
    transform: scale(1.12);
}

/* blinking ripple rings */
.mado-card__spot::before,
.mado-card__spot::after {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(86, 148, 230, 0.45);
    content: "";
    animation: mado-pulse 1.9s cubic-bezier(0.2, 0.55, 0.35, 1) infinite;
}

.mado-card__spot::after {
    animation-delay: 0.65s;
}

@keyframes mado-pulse {
    0% { transform: scale(0.34); opacity: 0.95; }
    70% { transform: scale(1.45); opacity: 0; }
    100% { transform: scale(1.45); opacity: 0; }
}

/* open: marker stays solid, rings stop */
.mado-card.is-open .mado-card__spot::before,
.mado-card.is-open .mado-card__spot::after {
    animation: none;
    opacity: 0;
}

.mado-card.is-open .mado-card__spot i {
    background: #1c4f9e;
    transform: scale(1.05);
}

/* tap hint pill below the marker */
.mado-card__spot-hint {
    position: absolute;
    top: calc(var(--spot-y, 36%) + 34px);
    left: var(--spot-x, 50%);
    z-index: 4;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(46, 111, 216, 0.2);
    box-shadow: 0 8px 20px -8px rgba(13, 36, 64, 0.4);
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2e5fa8;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    animation: mado-hint-bob 2.4s ease-in-out infinite;
}

/* small tail pointing up at the marker */
.mado-card__spot-hint::before {
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(46, 111, 216, 0.2);
    border-left: 1px solid rgba(46, 111, 216, 0.2);
    transform: rotate(45deg);
    content: "";
}

@keyframes mado-hint-bob {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(4px); }
}

.mado-card.is-open .mado-card__spot-hint {
    opacity: 0;
    transform: translateX(-50%) scale(0.85);
    animation: none;
}

/* ---------- speech bubble (パーンと出る吹き出し) ---------- */

.mado-card__bubble {
    position: absolute;
    top: calc(var(--spot-y, 36%) + 36px);
    left: 50%;
    z-index: 6;
    width: min(86%, 320px);
    padding: 18px 20px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(46, 111, 216, 0.16);
    box-shadow:
        0 2px 6px rgba(13, 36, 64, 0.10),
        0 24px 48px -16px rgba(13, 36, 64, 0.38);
    text-align: left;
    transform: translateX(-50%) scale(0.4);
    transform-origin: 50% -26px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* bubble tail pointing at the hotspot */
.mado-card__bubble::before {
    position: absolute;
    top: -8px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(46, 111, 216, 0.16);
    border-left: 1px solid rgba(46, 111, 216, 0.16);
    transform: rotate(45deg);
    content: "";
}

.mado-card.is-open .mado-card__bubble {
    visibility: visible;
    pointer-events: auto;
    animation: mado-baan 0.55s cubic-bezier(0.24, 1.65, 0.4, 1) both;
}

@keyframes mado-baan {
    0% { transform: translateX(-50%) scale(0.4); opacity: 0; }
    60% { transform: translateX(-50%) scale(1.05); opacity: 1; }
    80% { transform: translateX(-50%) scale(0.985); }
    100% { transform: translateX(-50%) scale(1); opacity: 1; }
}

@keyframes price-case-panel-in {
    from { opacity: 0; transform: translateX(-16px); }
    to   { opacity: 1; transform: translateX(0); }
}

.mado-card__bubble-head {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 8px;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #2e5fa8;
}

.mado-card__bubble-head i {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2e6fd8;
    box-shadow: 0 0 0 3px rgba(46, 111, 216, 0.18);
}

.mado-card__bubble-price {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(46, 95, 168, 0.25);
    font-family: "Roboto", var(--font);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #14283f;
}

.mado-card__bubble-price span {
    font-size: 0.6em;
    font-weight: 600;
    color: #51606e;
}

.mado-card__bubble-specs {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0 0 14px;
}

.mado-card__bubble-specs > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mado-card__bubble-specs dt {
    flex-shrink: 0;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #6b7886;
}

.mado-card__bubble-specs dd {
    margin: 0;
    font-family: "Roboto", var(--font);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #1d2c3c;
    text-align: right;
}

.mado-card__chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eaf2fc;
    border: 1px solid rgba(46, 111, 216, 0.22);
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2e5fa8;
}

.mado-card__chip::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2e6fd8;
    content: "";
}

.mado-card__bubble-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2e6fd8, #1c4f9e);
    box-shadow: 0 10px 22px -10px rgba(28, 79, 158, 0.65);
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.mado-card__bubble-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px -10px rgba(28, 79, 158, 0.75);
    filter: brightness(1.06);
    opacity: 1;
}

.mado-card__bubble-cta span {
    font-family: "Roboto", var(--font);
    transition: transform 0.25s ease;
}

.mado-card__bubble-cta:hover span {
    transform: translateX(3px);
}

/* bubble content stagger */
.mado-card__bubble-head,
.mado-card__bubble-price,
.mado-card__bubble-specs {
    opacity: 0;
}

.mado-card.is-open .mado-card__bubble-head { animation: mado-rise 0.4s 0.16s cubic-bezier(0.2, 0.8, 0.3, 1) both; }
.mado-card.is-open .mado-card__bubble-price { animation: mado-rise 0.4s 0.24s cubic-bezier(0.2, 0.8, 0.3, 1) both; }
.mado-card.is-open .mado-card__bubble-specs { animation: mado-rise 0.4s 0.32s cubic-bezier(0.2, 0.8, 0.3, 1) both; }

@keyframes mado-rise {
    from { transform: translateY(10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.pricing-mado__note {
    margin: 26px auto 0;
    max-width: 760px;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #6b7886;
    text-align: center;
}

@media (max-width: 1023px) {
    .pricing-mado .pricing-mado__item[data-reveal-item],
    .pricing-mado .pricing-mado__note[data-reveal-item] {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .pricing-mado__grid {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: min(420px, 74%);
        gap: 18px;
        margin: 0 -5%;
        padding: 8px 5% 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .pricing-mado__grid::-webkit-scrollbar {
        display: none;
    }
    .pricing-mado__item {
        scroll-snap-align: center;
    }
    .mado-card__bubble {
        width: min(92%, 320px);
    }
}

@media (max-width: 767px) {
    .pricing-mado {
        margin: 64px 0 56px;
    }
    .pricing-mado__head {
        margin-bottom: 26px;
    }
    .pricing-mado__lead {
        font-size: 13.5px;
    }
    .pricing-mado__grid {
        grid-auto-columns: 82%;
        margin: 0 -7.5%;
        padding: 8px 7.5% 18px;
        gap: 14px;
    }
    .pricing-mado .mado-card {
        aspect-ratio: 4 / 5.35;
    }
    .pricing-mado .mado-card__bubble {
        top: auto;
        bottom: 16px;
        width: calc(100% - 28px);
        max-width: none;
        padding: 15px 16px 14px;
        border-radius: 16px;
        transform-origin: 50% 0;
    }
    .pricing-mado .mado-card__bubble::before {
        top: -7px;
    }
    .pricing-mado .mado-card__bubble-head {
        margin-bottom: 6px;
        font-size: 11.5px;
        line-height: 1.35;
    }
    .pricing-mado .mado-card__bubble-price {
        margin-bottom: 9px;
        padding-bottom: 9px;
        font-size: 27px;
    }
    .pricing-mado .mado-card__bubble-specs {
        gap: 5px;
        margin-bottom: 10px;
    }
    .pricing-mado .mado-card__bubble-specs dt,
    .pricing-mado .mado-card__bubble-specs dd,
    .pricing-mado .mado-card__chip {
        font-size: 10.5px;
    }
    .pricing-mado .mado-card__bubble-cta {
        min-height: 42px;
        padding: 10px 12px;
        border-radius: 10px;
        font-size: 12.5px;
    }
    .pricing-mado__note {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mado-card,
    .mado-card__media img {
        transition: none;
    }
    .mado-card__spot::before,
    .mado-card__spot::after,
    .choose-item__ba-handle::before,
    .choose-item__ba-handle::after {
        animation: none;
        opacity: 0;
    }
    .mado-card__spot-hint {
        animation: none;
    }
    .mado-card.is-open .mado-card__bubble,
    .mado-card.is-open .mado-card__bubble-head,
    .mado-card.is-open .mado-card__bubble-price,
    .mado-card.is-open .mado-card__bubble-specs,
    .mado-card.is-open .mado-card__bubble-cta {
        animation: none;
        opacity: 1;
        transform: translateX(-50%);
    }
    .mado-card.is-open .mado-card__bubble-head,
    .mado-card.is-open .mado-card__bubble-price,
    .mado-card.is-open .mado-card__bubble-specs,
    .mado-card.is-open .mado-card__bubble-cta {
        transform: none;
    }
}

/* About page: representative message (代表挨拶) */

.about-message {
    position: relative;
    margin: 0 0 140px;
    padding: 110px 0 120px;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.55), transparent 42%),
        radial-gradient(circle at 8% 88%, rgba(255, 250, 240, 0.4), transparent 38%),
        linear-gradient(160deg, #ece5d8, #f3eee4 58%, #e8e0d0);
    color: #3a352c;
    font-family: "Zen Kaku Gothic New", var(--font);
}

/* hairline top edge */
.about-message::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(120, 108, 86, 0.25), transparent);
    content: "";
}

/* ghost typography */
.about-message__ghost {
    position: absolute;
    top: 34px;
    right: -22px;
    margin: 0;
    font-family: "Times New Roman", serif;
    font-size: clamp(96px, 13vw, 190px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(120, 108, 86, 0.18);
    user-select: none;
    pointer-events: none;
}

.about-message__inner {
    position: relative;
    width: min(1140px, calc(100% - 80px));
    margin: 0 auto;
}

.about-message__head {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 64px;
}

.about-message .title-en--light {
    margin: 0;
    color: #9b8a68;
    font-family: "Roboto", var(--font);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.15em;
    white-space: nowrap;
}

.about-message .title-en--light .line {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

.about-message .title-en--light .line::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background: currentColor;
    content: "";
}

.about-message__sub {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: rgba(90, 80, 60, 0.62);
}

.about-message__grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 76px;
    align-items: start;
}

/* photo with offset frame */
.about-message__photo {
    position: relative;
    margin: 26px 0 0;
}

.about-message__photo::before {
    position: absolute;
    inset: -18px 18px 18px -18px;
    z-index: 0;
    border: 1px solid rgba(120, 108, 86, 0.4);
    border-radius: 18px;
    content: "";
}

.about-message__photo img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 30px 56px -26px rgba(74, 60, 38, 0.45);
    filter: saturate(0.92);
}

/* glass shine over the photo */
.about-message__photo::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
    background: linear-gradient(118deg, transparent 55%, rgba(255, 255, 255, 0.10) 64%, transparent 76%);
    content: "";
    pointer-events: none;
}

.about-message__photo figcaption {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 18px;
    padding-left: 2px;
}

.about-message__photo figcaption strong {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #33302a;
}

.about-message__photo figcaption span {
    font-family: "Roboto", var(--font);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(120, 108, 86, 0.9);
}

.about-message__body {
    max-width: 600px;
}

.about-message__body h3 {
    margin: 0 0 40px;
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.14em;
    color: #33302a;
}

.about-message__text p {
    margin: 0 0 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.07em;
    color: rgba(70, 64, 52, 0.88);
    text-align: justify;
}

.about-message__sign {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(120, 108, 86, 0.32);
}

.about-message__sign span {
    font-size: 11.5px;
    letter-spacing: 0.14em;
    color: rgba(120, 108, 86, 0.95);
}

.about-message__sign strong {
    display: flex;
    align-items: baseline;
    gap: 16px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: rgba(70, 64, 52, 0.8);
}

.about-message__sign strong em {
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.26em;
    color: #33302a;
}

@media (max-width: 1023px) {
    .about-message__grid {
        grid-template-columns: 330px 1fr;
        gap: 48px;
    }
}

@media (max-width: 767px) {
    .about-message {
        margin-bottom: 90px;
        padding: 72px 0 80px;
    }
    .about-message__ghost {
        top: 22px;
        right: -10px;
        font-size: 84px;
    }
    .about-message__inner {
        width: 100%;
        padding: 0 9.5%;
    }
    .about-message__head {
        margin-bottom: 40px;
    }
    .about-message__grid {
        grid-template-columns: none;
        gap: 0;
    }
    .about-message__body h3 {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 1.75;
    }
    .about-message__photo {
        order: 2;
        margin: 10px 0 36px;
    }
    .about-message__photo::before {
        inset: -12px 12px 12px -12px;
    }
    .about-message__body {
        display: contents;
    }
    .about-message__body h3 {
        order: 1;
    }
    .about-message__text {
        order: 3;
    }
    .about-message__text p {
        font-size: 14.5px;
        line-height: 2.05;
    }
    .about-message__sign {
        order: 4;
        margin-top: 28px;
    }
    .about-message__grid {
        display: flex;
        flex-direction: column;
    }
}

/* FAQ page */

.faq-page {
    background: #f7fafc;
}

/* hero: rich navy band, echoes the about KV / footer */
.faq-hero {
    position: relative;
    padding: 176px 0 104px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.8), transparent 48%),
        radial-gradient(circle at 12% 88%, rgba(96, 175, 224, 0.3), transparent 44%),
        linear-gradient(165deg, #c4e1f5, #e6f4fc 52%, #a9d3ee);
    color: #1f2e3d;
    font-family: "Zen Kaku Gothic New", var(--font);
}

.column-page .faq-hero {
    background: url('../img/c_bg.webp') center center / cover no-repeat;
    color: #fff;
}

.column-page .faq-hero::before {
    background: rgba(10, 20, 35, 0.42);
    height: 100%;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
}

.column-page .faq-hero .faq-hero__kicker,
.column-page .faq-hero h1,
.column-page .faq-hero .faq-hero__breadcrumb,
.column-page .faq-hero .faq-hero__breadcrumb a,
.column-page .faq-hero .faq-hero__breadcrumb em {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

/* コラム・お知らせ（暗い写真背景）ページはキッカー下線も白に */
.column-page .faq-hero .faq-hero__kicker::after,
.news-page .faq-hero .faq-hero__kicker::after {
    background: #fff;
}

.news-page .faq-hero,
.contact-page .faq-hero {
    background: url('../img/news_bg.webp') center center / cover no-repeat;
    color: #fff;
}

.news-page .faq-hero::before,
.contact-page .faq-hero::before {
    background: rgba(10, 20, 35, 0.42);
    height: 100%;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
}

.news-page .faq-hero .faq-hero__kicker,
.news-page .faq-hero h1,
.news-page .faq-hero .faq-hero__breadcrumb,
.news-page .faq-hero .faq-hero__breadcrumb a,
.news-page .faq-hero .faq-hero__breadcrumb em,
.contact-page .faq-hero .faq-hero__kicker,
.contact-page .faq-hero h1,
.contact-page .faq-hero .faq-hero__breadcrumb,
.contact-page .faq-hero .faq-hero__breadcrumb a,
.contact-page .faq-hero .faq-hero__breadcrumb em {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}


/* 料金・よくある質問・お知らせ一覧のキッカーは見出しのグレー（.section-kicker と同色）に */
.price-page .faq-hero .faq-hero__kicker,
.faq-page .faq-hero .faq-hero__kicker,
.category-news .faq-hero .faq-hero__kicker {
    color: #738391;
    text-shadow: none;
}

.price-page .faq-hero .faq-hero__kicker::after,
.faq-page .faq-hero .faq-hero__kicker::after,
.category-news .faq-hero .faq-hero__kicker::after {
    background: #738391;
}

/* faint Kanazawa skyline along the bottom edge */
.faq-hero::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 72%;
    background: url("../img/about-ishikawa-cityscape-sharp.webp?v=202606191807") center bottom / cover no-repeat;
    content: "";
    opacity: 0.32;
    filter: saturate(0.75) brightness(1.12);
    -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9) 78%);
    mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9) 78%);
    pointer-events: none;
}

/* bottom hairline glow */
.faq-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(110, 160, 200, 0.45), transparent);
    content: "";
}

/* floating glass panes */
.faq-hero__deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.faq-hero__pane {
    position: absolute;
    border: 1px solid rgba(120, 160, 195, 0.4);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(212, 233, 246, 0.18) 55%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.35),
        0 30px 60px -18px rgba(54, 86, 115, 0.25);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    overflow: hidden;
    opacity: 0;
    animation:
        faq-hero-pane-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) both,
        faq-hero-pane-float 9s ease-in-out 1.2s infinite alternate;
}

/* glare line inside each pane */
.faq-hero__pane::after {
    position: absolute;
    top: -30%;
    bottom: -30%;
    left: -30%;
    width: 38%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    content: "";
    transform: skewX(-14deg) translateX(-40%);
    animation: faq-hero-pane-glare 7s ease-in-out 2.2s infinite;
}

.faq-hero__pane--a {
    top: 16%;
    right: 7%;
    width: 250px;
    height: 320px;
    transform: rotate(-9deg);
    animation-delay: 0.35s, 1.2s;
}

.faq-hero__pane--b {
    top: 44%;
    right: 21%;
    width: 165px;
    height: 215px;
    transform: rotate(7deg);
    animation-delay: 0.55s, 2.6s;
    animation-duration: 1.2s, 11s;
}

.faq-hero__pane--c {
    top: -8%;
    right: 30%;
    width: 120px;
    height: 160px;
    transform: rotate(-14deg);
    animation-delay: 0.75s, 0.6s;
    animation-duration: 1.2s, 8s;
}

@keyframes faq-hero-pane-in {
    from {
        opacity: 0;
        translate: 0 26px;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}

@keyframes faq-hero-pane-float {
    from {
        translate: 0 -7px;
    }
    to {
        translate: 0 9px;
    }
}

@keyframes faq-hero-pane-glare {
    0%, 58% {
        transform: skewX(-14deg) translateX(-40%);
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    82%, 100% {
        transform: skewX(-14deg) translateX(420%);
        opacity: 0;
    }
}

/* one-shot light sweep across the band */
.faq-hero__shine {
    position: absolute;
    top: -30%;
    bottom: -30%;
    left: -24%;
    width: 22%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.65) 50%, transparent);
    transform: skewX(-14deg) translateX(-30%);
    opacity: 0;
    animation: faq-hero-shine 1.5s cubic-bezier(0.6, 0.05, 0.3, 1) 1s both;
}

@keyframes faq-hero-shine {
    0% {
        opacity: 0;
        transform: skewX(-14deg) translateX(-30%);
    }
    18% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: skewX(-14deg) translateX(640%);
    }
}

/* staggered entrance for the copy */
.faq-hero__kicker,
.faq-hero h1,
.faq-hero__lead,
.faq-hero__breadcrumb {
    opacity: 0;
    filter: blur(8px);
    translate: 0 16px;
    animation: faq-hero-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.faq-hero__kicker { animation-delay: 0.15s; }
.faq-hero h1 { animation-delay: 0.3s; }
.faq-hero__lead { animation-delay: 0.45s; }
.faq-hero__breadcrumb { animation-delay: 0.6s; }

@keyframes faq-hero-rise {
    to {
        opacity: 1;
        filter: blur(0);
        translate: 0 0;
    }
}

/* ghost slides in from the right */
.faq-hero__ghost {
    animation: faq-hero-ghost 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

@keyframes faq-hero-ghost {
    from {
        opacity: 0;
        translate: 60px 0;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-hero__pane,
    .faq-hero__pane::after,
    .faq-hero__shine,
    .faq-hero__kicker,
    .faq-hero h1,
    .faq-hero__lead,
    .faq-hero__breadcrumb,
    .faq-hero__ghost {
        animation: none;
        opacity: 1;
        filter: none;
        translate: none;
    }
    .faq-hero__pane::after,
    .faq-hero__shine {
        opacity: 0;
    }
}

.faq-hero__ghost {
    position: absolute;
    top: 46px;
    right: -14px;
    margin: 0;
    font-family: "Times New Roman", serif;
    font-size: clamp(120px, 17vw, 250px);
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.05em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(45, 110, 158, 0.16);
    user-select: none;
    pointer-events: none;
}

.faq-hero__inner {
    position: relative;
    width: min(1140px, calc(100% - 80px));
    margin: 0 auto;
}

.faq-hero__kicker {
    margin: 0 0 16px;
    font-family: "Roboto", var(--font);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #5aabf0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.faq-hero__kicker::after {
    display: block;
    width: 34px;
    height: 1px;
    margin-top: 10px;
    background: #5aabf0;
    content: "";
}

/* 写真背景KVのお問い合わせページでは、キッカー下線を白に */
.contact-page .faq-hero__kicker::after {
    background: #fff;
}

.faq-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(30px, 3.6vw, 44px);
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #16283a;
}

.faq-hero__lead {
    margin: 0 0 34px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #44586b;
}

.faq-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Roboto", var(--font);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.faq-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    transition: color 0.2s ease;
}

.faq-hero__breadcrumb a:hover {
    color: #fff;
    opacity: 1;
}

.faq-hero__breadcrumb span {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.faq-hero__breadcrumb em {
    font-style: normal;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

/* board: sticky category nav + groups */
.faq-board {
    display: grid;
    grid-template-columns: 264px 1fr;
    gap: 72px;
    width: min(1140px, calc(100% - 80px));
    margin: 88px auto 110px;
    font-family: "Zen Kaku Gothic New", var(--font);
}

.faq-board__nav {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: start;
}

.faq-board__nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(33, 56, 82, 0.08);
    box-shadow: 0 8px 22px -14px rgba(18, 32, 47, 0.3);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1f2e3d;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.faq-board__nav a:hover {
    transform: translateX(4px);
    border-color: rgba(45, 110, 158, 0.35);
    box-shadow: 0 12px 26px -14px rgba(18, 32, 47, 0.4);
    opacity: 1;
}

.faq-board__nav a i {
    font-family: "Roboto", var(--font);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: #2d6e9e;
}

.faq-board__nav a b {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    margin-left: auto;
    border-radius: 999px;
    background: #eaf2f9;
    font-family: "Roboto", var(--font);
    font-size: 11.5px;
    font-weight: 600;
    color: #2d6e9e;
}

.faq-board__body {
    display: flex;
    flex-direction: column;
    gap: 64px;
    min-width: 0;
}

.faq-group {
    scroll-margin-top: 100px;
}

.faq-group__head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(33, 56, 82, 0.12);
}

.faq-group__num {
    margin: 0;
    font-family: "Roboto", var(--font);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(45, 110, 158, 0.4);
}

.faq-group__head h2 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #16202c;
}

.faq-group__head p {
    margin: 3px 0 0;
    font-family: "Roboto", var(--font);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8a9aab;
}

.faq-group .faq-item {
    margin-bottom: 12px;
}

.faq-group .faq-item__answer a {
    color: #2d6e9e;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* bottom CTA band */
.faq-cta {
    padding: 0 0 120px;
    font-family: "Zen Kaku Gothic New", var(--font);
}

.faq-cta__inner {
    position: relative;
    width: min(960px, calc(100% - 80px));
    margin: 0 auto;
    padding: 64px 48px 56px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 84% 16%, rgba(86, 148, 230, 0.16), transparent 46%),
        linear-gradient(160deg, #0e1b2a, #14263a 62%, #0f2032);
    color: #eef4f9;
    text-align: center;
    box-shadow: 0 36px 70px -34px rgba(10, 24, 40, 0.65);
}

.faq-cta__kicker,
.faq-cta h2,
.faq-cta__lead,
.faq-cta__actions,
.faq-cta__note {
    position: relative;
    z-index: 1;
}

.faq-cta__kicker {
    margin: 0 0 14px;
    font-family: "Roboto", var(--font);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #8fa6bd;
}

.faq-cta h2 {
    margin: 0 0 14px;
    font-size: clamp(21px, 2.4vw, 27px);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #f4f8fb;
}

.faq-cta__lead {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: rgba(228, 238, 246, 0.78);
}

.faq-cta__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.faq-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 220px;
    padding: 15px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.faq-cta__btn span {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
}

.faq-cta__btn svg {
    width: 100%;
    height: 100%;
}

.faq-cta__btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    opacity: 1;
}

.faq-cta__btn--form {
    background: linear-gradient(135deg, #2e6fd8, #1c4f9e);
    color: #fff;
    box-shadow: 0 14px 28px -12px rgba(28, 79, 158, 0.7);
}

.faq-cta__btn--line {
    background: #20b54e;
    color: #fff;
    box-shadow: 0 14px 28px -12px rgba(22, 122, 56, 0.6);
}

.faq-cta__btn--phone {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-family: "Roboto", var(--font);
    letter-spacing: 0.06em;
}

.faq-cta__note {
    margin: 22px 0 0;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: rgba(143, 166, 189, 0.95);
}

@media (max-width: 1023px) {
    .faq-board {
        grid-template-columns: none;
        gap: 40px;
        margin-top: 64px;
    }
    .faq-board__nav {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .faq-cta__actions {
        flex-direction: column;
        align-items: center;
    }
    .faq-cta__btn {
        width: min(360px, 100%);
    }
}

@media (max-width: 767px) {
    .faq-hero {
        padding: 100px 0 48px;
    }
    .faq-hero__pane--a {
        top: 6%;
        right: -8%;
        width: 150px;
        height: 200px;
    }
    .faq-hero__pane--b {
        top: 58%;
        right: 4%;
        width: 92px;
        height: 124px;
    }
    .faq-hero__pane--c {
        display: none;
    }
    .faq-hero__inner {
        width: auto;
        padding: 0 15px;
    }
    .faq-hero__lead {
        font-size: 13.5px;
    }
    .faq-board {
        width: auto;
        margin: 48px 0 72px;
        padding: 0 15px;
    }
    .faq-board__nav {
        grid-template-columns: 1fr;
    }
    .faq-board__body {
        gap: 48px;
    }
    .faq-group__head h2 {
        font-size: 18px;
    }
    .faq-cta {
        padding-bottom: 80px;
    }
    .faq-cta__inner {
        width: auto;
        margin: 0 5%;
        padding: 44px 24px 40px;
    }
    .faq-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .faq-cta__btn {
        min-width: 0;
    }
}

/* Price page */

.price-page {
    background: #f7fafc;
}

.price-sec {
    padding: 96px 0;
    font-family: "Zen Kaku Gothic New", var(--font);
}

.line-estimate-standalone {
    overflow: hidden;
    padding: clamp(40px, 6vw, 80px) 0;
    background:
        radial-gradient(circle at 78% 12%, rgba(32, 185, 52, 0.14), transparent 34%),
        radial-gradient(circle at 8% 80%, rgba(115, 206, 93, 0.16), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #fbfffb 52%, #f2faed 100%);
}

.line-estimate-standalone .line-estimate {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: clamp(22px, 4vw, 54px);
    padding-right: clamp(22px, 4vw, 54px);
}

.price-sec--tint {
    background: linear-gradient(180deg, #eef4f9, #f3f7fb);
}

.price-sec__head {
    width: min(1140px, calc(100% - 80px));
    margin: 0 auto 52px;
    text-align: center;
}

.price-sec .section-kicker {
    color: #8a9aab;
    font-family: "Roboto", var(--font);
}

.price-sec .section-kicker::after {
    background: #9aabba;
}

/* 対応エリアページ：英語のセクション見出しを左右ラインで統一 */
.area-page .area-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 0;
    color: #0879bd;
    font-family: "Roboto", var(--font);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
}

.area-page .area-section-kicker::before,
.area-page .area-section-kicker::after {
    width: 28px;
    height: 2px;
    margin: 0;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, #20bfd4, #1670ce);
    content: "";
}

.area-page .area-section-kicker::before {
    background: linear-gradient(90deg, #1670ce, #20bfd4);
}

@media (max-width: 767px) {
    .area-page .area-section-kicker {
        gap: 8px;
        font-size: 10.5px;
        letter-spacing: 0.12em;
    }

    .area-page .area-section-kicker::before,
    .area-page .area-section-kicker::after {
        width: 16px;
    }
}

.price-sec__lead {
    margin: 18px 0 0;
    font-size: 14.5px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #51606e;
}

.price-sec__accent {
    font-weight: 700;
    color: #2d6e9e;
}

.price-sec .pricing-table,
.price-sec .pricing__panel {
    width: min(1140px, calc(100% - 80px));
    margin-right: auto;
    margin-left: auto;
}

.price-sec__note {
    width: min(1140px, calc(100% - 80px));
    margin: 22px auto 0;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #6b7886;
    text-align: center;
}

.pricing-mado--page {
    width: min(1140px, calc(100% - 80px));
    margin: 0 auto;
}

.price-sec#estimate-panel {
    scroll-margin-top: 80px;
}

.price-sec--case {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.92), transparent 34%),
        linear-gradient(180deg, #f8fbfd, #eef4f9);
}

.price-case {
    position: relative;
    width: min(1140px, calc(100% - 80px));
    margin: 0 auto;
}

.price-case__photo {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #dfe8ef;
    border: 1px solid rgba(102, 120, 137, 0.18);
    box-shadow: 0 30px 70px -34px rgba(18, 32, 47, 0.36);
}

.price-case__photo::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 20, 32, 0.02), rgba(9, 20, 32, 0.2)),
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.35), transparent 42%);
    pointer-events: none;
    content: "";
}

.price-case__photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    object-position: center;
}

.price-case__spot {
    position: absolute;
    top: var(--y);
    left: var(--x);
    z-index: 4;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
}

.price-case__spot::before,
.price-case__spot::after {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.52);
    content: "";
    animation: mado-pulse 1.9s cubic-bezier(0.2, 0.55, 0.35, 1) infinite;
}

.price-case__spot::after {
    animation-delay: 0.65s;
}

.price-case__spot span {
    position: relative;
    z-index: 2;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #2e6fd8;
    border: 4px solid #fff;
    box-shadow: 0 2px 14px rgba(13, 36, 64, 0.42), 0 0 0 6px rgba(46, 111, 216, 0.24);
}

.price-case__spot em {
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(20, 34, 51, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.75);
    font-family: "Roboto", var(--font);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.price-case__spot.is-active span {
    background: #e03030;
    border-color: #fff;
    box-shadow: 0 2px 14px rgba(224, 48, 48, 0.45), 0 0 0 6px rgba(224, 48, 48, 0.22);
    transform: scale(1.12);
}

.price-case__spot.is-active::before,
.price-case__spot.is-active::after {
    animation: none;
    opacity: 0;
}

.price-case__hint {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 5;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 28px -16px rgba(13, 36, 64, 0.45);
    color: #275b91;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    transform: translateX(-50%);
}

.price-case__panels {
    position: absolute;
    top: clamp(108px, calc(var(--case-y, 38%) + 42px), calc(100% - 278px));
    left: var(--case-x, 50%);
    z-index: 7;
    width: min(320px, 86%);
    min-height: 246px;
    transform: translateX(-50%);
}

.price-case__panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 246px;
    padding: 18px 20px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(46, 111, 216, 0.16);
    box-shadow:
        0 2px 6px rgba(13, 36, 64, 0.10),
        0 24px 48px -16px rgba(13, 36, 64, 0.38);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.4);
    transform-origin: 50% -24px;
    transition: opacity 360ms ease, transform 360ms cubic-bezier(0.22, 0.61, 0.36, 1), visibility 360ms ease;
}

.price-case__panel::before {
    position: absolute;
    top: -8px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(46, 111, 216, 0.16);
    border-left: 1px solid rgba(46, 111, 216, 0.16);
    transform: rotate(45deg);
    content: "";
}

.price-case__panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: none;
    animation: price-case-panel-in 380ms ease both;
}

.price-case__label {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 8px;
    color: #2e5fa8;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.price-case__label::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2e6fd8;
    box-shadow: 0 0 0 3px rgba(46, 111, 216, 0.18);
    content: "";
}

.price-case__panel h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: #142233;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.06em;
}

.price-case__price {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(46, 95, 168, 0.25);
    color: #14283f;
    font-family: "Roboto", var(--font);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.price-case__price span {
    margin-left: 8px;
    color: #667889;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 13px;
    font-weight: 700;
}

.price-case__panel dl {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 7px;
    margin: 0;
}

.price-case__panel dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.price-case__panel dt,
.price-case__panel dd {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.price-case__panel dt {
    flex-shrink: 0;
    color: #667889;
    font-weight: 500;
}

.price-case__panel dd {
    color: #142233;
    font-weight: 700;
    text-align: right;
}

.price-case__summary {
    position: absolute;
    top: clamp(18px, 3vw, 34px);
    left: clamp(18px, 3vw, 34px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 400ms ease;
    bottom: auto;
    z-index: 7;
    display: grid;
    gap: 4px;
    width: min(292px, 42%);
    padding: 17px 20px;
    border-radius: 16px;
    background: rgba(20, 34, 51, 0.92);
    color: #fff;
    box-shadow: 0 24px 48px -28px rgba(18, 34, 51, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.price-case__summary span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.price-case__summary strong {
    font-family: "Roboto", var(--font);
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.price-case.has-selection .price-case__summary {
    opacity: 1;
    pointer-events: auto;
}

.price-case__summary small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    letter-spacing: 0.04em;
}

/* included / excluded cards */
.price-includes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    width: min(1040px, calc(100% - 80px));
    margin: 0 auto;
}

.price-includes__card {
    padding: 34px 36px 30px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(33, 56, 82, 0.08);
    box-shadow: 0 16px 36px -22px rgba(18, 32, 47, 0.35);
}

.price-includes__card h3 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 20px;
    font-size: 16.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #16202c;
}

.price-includes__card h3 span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}

.price-includes__card h3 svg {
    width: 16px;
    height: 16px;
}

.price-includes__card--in h3 span {
    background: linear-gradient(135deg, #2e6fd8, #1c4f9e);
}

.price-includes__card--ex h3 span {
    background: #8a9aab;
}

.price-includes__card ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-includes__card li {
    position: relative;
    padding: 12px 0 12px 22px;
    border-bottom: 1px dashed rgba(33, 56, 82, 0.14);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #344047;
}

.price-includes__card li:last-child {
    border-bottom: 0;
}

.price-includes__card li::before {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}

.price-includes__card--in li::before {
    background: #2e6fd8;
}

.price-includes__card--ex li::before {
    background: #aab7c4;
}

/* flow steps: timeline stepper */
.price-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: min(1140px, calc(100% - 80px));
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

/* connecting line through the nodes */
.price-flow::before {
    position: absolute;
    top: 9px;
    right: 10%;
    left: 10%;
    height: 2px;
    background: linear-gradient(90deg, #2e6fd8, #7fa9d8 55%, rgba(138, 154, 171, 0.45));
    content: "";
}

.price-flow__step {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* node on the line */
.price-flow__node {
    position: relative;
    z-index: 1;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #2e6fd8;
    box-shadow: 0 0 0 5px rgba(46, 111, 216, 0.14);
}

/* pulsing ring on the free-survey step, echoing the window hotspots */
.price-flow__step--free .price-flow__node::after {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(46, 111, 216, 0.55);
    content: "";
    animation: mado-pulse 2.1s cubic-bezier(0.2, 0.55, 0.35, 1) infinite;
}

.price-flow__card {
    position: relative;
    flex: 1;
    padding: 26px 20px 22px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(176deg, #ffffff, #fbfdff 70%, #f4f8fc);
    border: 1px solid rgba(33, 56, 82, 0.08);
    box-shadow: 0 16px 34px -24px rgba(18, 32, 47, 0.45);
    text-align: center;
    transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.price-flow__step:hover .price-flow__card {
    transform: translateY(-6px);
    border-color: rgba(46, 111, 216, 0.28);
    box-shadow: 0 26px 44px -24px rgba(18, 32, 47, 0.55);
}

/* top accent bar */
.price-flow__card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #2e6fd8, #6ea3dd);
    content: "";
    opacity: 0;
    transition: opacity 0.35s ease;
}

.price-flow__step:hover .price-flow__card::before,
.price-flow__step--free .price-flow__card::before {
    opacity: 1;
}

/* big ghost numeral */
.price-flow__ghost {
    position: absolute;
    top: -2px;
    right: 10px;
    margin: 0;
    font-family: "Roboto", var(--font);
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(45, 110, 158, 0.08);
    pointer-events: none;
}

.price-flow__icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 2px auto 16px;
    border-radius: 50%;
    background: #eaf2f9;
    color: #2d6e9e;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s cubic-bezier(0.3, 1.4, 0.5, 1), box-shadow 0.35s ease;
}

.price-flow__icon svg {
    width: 26px;
    height: 26px;
}

.price-flow__step:hover .price-flow__icon {
    background: linear-gradient(135deg, #2e6fd8, #1c4f9e);
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 12px 24px -10px rgba(28, 79, 158, 0.6);
}

.price-flow__step h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #16202c;
}

.price-flow__step h3 em {
    display: inline-block;
    padding: 2px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2e6fd8, #1c4f9e);
    font-size: 10.5px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
    box-shadow: 0 6px 14px -6px rgba(28, 79, 158, 0.6);
}

.price-flow__step--free .price-flow__card {
    padding-right: 12px;
    padding-left: 12px;
}

.price-flow__step--free h3 {
    gap: 2px;
}

.price-flow__step--free h3 > span,
.price-flow__step--free .price-flow__meta {
    white-space: nowrap;
}

.price-flow__step--free h3 em {
    margin-top: 3px;
}

.price-flow__step--free .price-flow__meta {
    gap: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: .06em;
}

.price-flow__card > p:not(.price-flow__ghost):not(.price-flow__meta) {
    margin: 0 0 14px;
    font-size: 12.5px;
    line-height: 1.9;
    letter-spacing: 0.03em;
    color: #51606e;
    text-align: left;
}

.price-flow__meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: auto auto 0;
    padding: 5px 13px;
    border-radius: 999px;
    background: rgba(138, 154, 171, 0.12);
    font-family: "Roboto", var(--font);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #5d6f80;
}

.price-flow__meta::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2e6fd8;
    content: "";
}

@media (prefers-reduced-motion: reduce) {
    .price-flow__step--free .price-flow__node::after {
        animation: none;
        opacity: 0;
    }
    .price-flow__card,
    .price-flow__icon {
        transition: none;
    }
}

/* faq teaser */
.price-sec--faq .price-sec__faq-list {
    width: min(860px, calc(100% - 80px));
    margin: 0 auto;
}

.price-sec--faq .faq-item {
    margin-bottom: 12px;
}

.price-sec__more {
    margin-top: 30px;
    text-align: center;
}

.price-sec__more a:not(.glass-btn) {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 30px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(45, 110, 158, 0.3);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #2d6e9e;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.price-sec__more a:not(.glass-btn):hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px -12px rgba(28, 79, 158, 0.45);
    opacity: 1;
}

.price-sec__more a:not(.glass-btn) span {
    font-family: "Roboto", var(--font);
    transition: transform 0.25s ease;
}

.price-sec__more a:not(.glass-btn):hover span {
    transform: translateX(3px);
}

@media (max-width: 1023px) {
    .price-sec {
        padding: 72px 0;
    }
    .price-case {
        width: min(720px, calc(100% - 48px));
    }
    .price-case__photo img {
        min-height: 0;
        aspect-ratio: 1477 / 1108;
    }
    .price-case__panels {
        top: clamp(92px, calc(var(--case-y, 38%) + 34px), calc(100% - 238px));
        left: var(--case-x, 50%);
        width: min(300px, 48%);
        min-height: 222px;
    }
    .price-case__panel {
        min-height: 222px;
    }
    .price-case__summary {
        top: 18px;
        right: auto;
        bottom: auto;
        left: 18px;
        width: min(280px, 44%);
    }
    .price-flow {
        grid-template-columns: repeat(3, 1fr);
    }
    .price-flow::before {
        content: none;
    }
    .price-flow__node {
        display: none;
    }
}

@media (max-width: 767px) {
    .price-sec {
        padding: 50px 0;
    }
    .price-sec__head {
        width: auto;
        margin-bottom: 34px;
        padding: 0 7.5%;
    }
    .price-sec__lead {
        font-size: 13.5px;
        text-align: left;
    }
    .price-sec .pricing-table,
    .price-sec .pricing__panel,
    .pricing-mado--page,
    .price-case,
    .price-sec__note {
        width: auto;
        margin-right: 5%;
        margin-left: 5%;
    }
    .price-case {
        margin-right: 5%;
        margin-left: 5%;
    }
    .price-case__photo {
        border-radius: 18px;
    }
    .price-case__spot {
        width: 46px;
        height: 46px;
    }
    .price-case__spot span {
        width: 16px;
        height: 16px;
        border-width: 3px;
    }
    .price-case__spot em {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
    .price-case__hint {
        bottom: 14px;
        padding: 8px 14px;
        font-size: 11px;
    }
    .price-case__panels {
        position: static;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        min-height: 0;
        margin-top: 10px;
        transform: none;
    }
    .price-case__panel {
        position: static;
        inset: auto;
        display: none;
        min-height: 0;
        padding: 14px 16px;
        border-radius: 14px;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
        animation: none;
    }
    .price-case__panel::before {
        display: none;
    }
    .price-case__panel.is-active {
        display: block;
        animation: price-case-panel-in 380ms ease both;
    }
    .price-case__panel.is-active .price-case__price {
        animation: price-case-num-flash 600ms ease-out 80ms both;
    }
    .price-case__label {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .price-case__panel h3 {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0.03em;
    }
    .price-case__price {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dashed rgba(46, 95, 168, 0.25);
        font-size: 24px;
    }
    .price-case__price span {
        margin-left: 4px;
        font-size: 11px;
    }
    .price-case__panel dl div {
        gap: 10px;
    }
    .price-case__panel dt,
    .price-case__panel dd {
        font-size: 11px;
    }
    .price-case__summary {
        position: static;
        left: auto;
        bottom: auto;
        width: auto;
        margin-top: 10px;
        padding: 12px 14px;
        border-radius: 12px;
    }
    .price-case__summary span {
        font-size: 10px;
    }
    .price-case__summary strong {
        font-size: 22px;
    }
    .price-case__summary small {
        font-size: 9px;
    }
    .pricing-mado--page .pricing-mado__grid {
        margin: 0 -5.5%;
        padding-right: 5.5%;
        padding-left: 5.5%;
    }
    .price-includes {
        grid-template-columns: none;
        gap: 16px;
        width: auto;
        margin: 0 5%;
    }
    .price-includes__card {
        padding: 26px 22px 22px;
    }
    .price-flow {
        grid-template-columns: none;
        gap: 18px;
        width: auto;
        margin: 0 5%;
        padding-left: 30px;
    }
    .price-flow::before {
        top: 8px;
        right: auto;
        bottom: auto;
        left: 9px;
        width: 2px;
        height: calc(var(--flow-progress, 0) * (100% - 16px));
        background: linear-gradient(180deg, #2e6fd8, #7fa9d8 55%, rgba(138, 154, 171, 0.45));
        content: "";
    }
    .price-flow__node {
        display: block;
        position: absolute;
        top: 24px;
        left: -30px;
        width: 16px;
        height: 16px;
        margin: 0;
        border-width: 3px;
        box-shadow: 0 0 0 4px rgba(46, 111, 216, 0.14);
        transform: translateX(-50%);
        margin-left: 9px;
    }
    .price-flow__card {
        padding: 22px 20px 20px;
        text-align: left;
    }
    .price-flow__icon {
        width: 46px;
        height: 46px;
        margin: 0 0 12px;
    }
    .price-flow__icon svg {
        width: 21px;
        height: 21px;
    }
    .price-flow__step h3 {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .price-flow__ghost {
        font-size: 52px;
    }
    .price-sec--faq .price-sec__faq-list {
        width: auto;
        margin: 0 5%;
    }
}

/* Generic "more" pill button (section → sub-page links) */

.more-btn {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(340px, 100%);
    min-height: 62px;
    padding: 14px 60px 14px 32px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.12)),
        rgba(255, 255, 255, 0.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    backdrop-filter: blur(22px) saturate(1.4);
    box-shadow:
        0 20px 38px rgba(36, 72, 110, 0.12),
        0 8px 18px rgba(110, 154, 198, 0.08),
        0 2px 7px rgba(255, 255, 255, 0.82),
        inset 0 1px 1px rgba(255, 255, 255, 1),
        inset 0 10px 18px rgba(255, 255, 255, 0.3),
        inset 0 -12px 22px rgba(84, 124, 164, 0.13),
        inset 0 -1px 0 rgba(60, 96, 132, 0.2);
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #143b68;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.more-btn::before,
.more-btn::after {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    content: "";
}

.more-btn::before {
    top: 5px;
    left: 14px;
    right: 14px;
    height: 48%;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.1)),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
    filter: blur(0.1px);
    opacity: 0.86;
}

.more-btn::after {
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(116deg, transparent 0 30%, rgba(255, 255, 255, 0.82) 42%, transparent 55%),
        radial-gradient(ellipse at 50% 108%, rgba(73, 116, 154, 0.18), transparent 48%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.58), transparent 18% 82%, rgba(255, 255, 255, 0.38));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.74),
        inset 0 0 0 2px rgba(124, 165, 205, 0.12),
        inset 0 0 24px rgba(255, 255, 255, 0.5);
    opacity: 0.58;
    transform: translateX(-24%);
    transition: opacity 260ms ease, transform 620ms ease;
}

.more-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 24px 44px rgba(36, 72, 110, 0.16),
        0 9px 20px rgba(110, 154, 198, 0.1),
        0 2px 8px rgba(255, 255, 255, 0.86),
        inset 0 1px 1px rgba(255, 255, 255, 1),
        inset 0 10px 18px rgba(255, 255, 255, 0.34),
        inset 0 -12px 22px rgba(84, 124, 164, 0.16),
        inset 0 -1px 0 rgba(60, 96, 132, 0.22);
    opacity: 1;
}

.more-btn:hover::after {
    opacity: 0.72;
    transform: translateX(20%);
}

.more-btn span {
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    font-family: inherit;
    font-size: 21px;
    line-height: 1;
    transition: transform 220ms ease;
}

.more-btn:hover span {
    transform: translate(4px, -50%);
}

.about__more {
    margin: 30px 0 0;
}

.service-area__more .more-btn {
    border-color: rgba(45, 110, 170, 0.55);
    box-shadow:
        0 20px 38px rgba(36, 72, 110, 0.12),
        0 8px 18px rgba(110, 154, 198, 0.08),
        0 2px 7px rgba(255, 255, 255, 0.82),
        inset 0 1px 1px rgba(255, 255, 255, 1),
        inset 0 10px 18px rgba(255, 255, 255, 0.3),
        inset 0 -12px 22px rgba(84, 124, 164, 0.13),
        inset 0 -1px 0 rgba(45, 110, 170, 0.35),
        0 0 0 1px rgba(45, 110, 170, 0.18);
}

.about__more .more-btn {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.18)),
        rgba(255, 255, 255, 0.24);
    -webkit-backdrop-filter: blur(12px) saturate(1.18);
    backdrop-filter: blur(12px) saturate(1.18);
    color: #174878;
    text-shadow: none;
}

.about__more .more-btn::before {
    opacity: 0.54;
}

.about__more .more-btn::after {
    opacity: 0.24;
}

.about__more .more-btn:hover::after {
    opacity: 0.38;
}

.about__more--sp {
    display: none;
}

@media (max-width: 1023px) {
    .about__more--pc {
        display: none;
    }
    .about__more--sp {
        display: flex;
        justify-content: center;
        order: 4;
        width: 100%;
        margin: 34px 0 24px;
        text-align: center;
    }
}

.faq__more {
    margin: 36px 0 0;
    text-align: center;
}

.pricing__more {
    position: relative;
    margin: 48px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .about__more--sp {
        margin: 28px 0 18px;
    }
    .faq__more {
        margin-top: 28px;
    }
    .pricing__more {
        margin-top: 36px;
    }
    .more-btn {
        width: min(340px, calc(100% - 12px));
        min-height: 58px;
        padding: 13px 54px 13px 26px;
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 1.35;
    }
    .more-btn::before,
    .more-btn::after {
        right: 26px;
        width: 58px;
        height: 104px;
    }
    .more-btn::after {
        right: 16px;
    }
    .more-btn span {
        right: 23px;
        font-size: 20px;
    }
}

/* header nav: 7 items — tighten on mid-size screens */
@media (max-width: 1366px) {
    .global-nav {
        gap: 16px;
        font-size: 13.5px;
        padding-right: 20px;
    }
}

/* FAQ / Price pages: dark header text over the light hero */
.faq-page .site-header,
.price-page .site-header {
    color: #1b2735;
}

/* faq/price: トップは白、スクロールで濃色は is-header-dark に任せる */

/* Price page hero: full photo background (price_bg) */
.price-page .faq-hero::before {
    height: 100%;
    background:
        linear-gradient(90deg, rgba(238, 247, 253, 0.94) 16%, rgba(238, 247, 253, 0.55) 46%, rgba(238, 247, 253, 0.08) 72%),
        url("../img/price_bg.webp?v=202606191807") center 62% / cover no-repeat;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
}

/* LINE quick estimate block on the top pricing section */
.line-estimate {
    position: relative;
    overflow: hidden;
    width: min(1280px, calc(100vw - 32px));
    max-width: none;
    margin: clamp(54px, 7vw, 92px) auto clamp(42px, 5vw, 72px);
    margin-left: 50%;
    padding: clamp(32px, 4.8vw, 64px) clamp(22px, 4vw, 54px);
    translate: -50% 0;
    border-radius: 34px;
    background:
        radial-gradient(circle at 78% 12%, rgba(32, 185, 52, 0.14), transparent 34%),
        radial-gradient(circle at 8% 80%, rgba(115, 206, 93, 0.16), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #fbfffb 52%, #f2faed 100%);
    border: 1px solid rgba(19, 173, 46, 0.14);
    box-shadow: 0 24px 70px rgba(27, 92, 52, 0.11);
    color: #182130;
}

.line-estimate__leaf {
    display: none;
}

.line-estimate__hero,
.line-estimate__bottom {
    position: relative;
    z-index: 2;
}

.line-estimate__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(22px, 2.8vw, 40px);
    align-items: center;
}

.line-estimate__copy {
    position: relative;
}

.line-estimate__icon {
    position: absolute;
    left: -12px;
    top: 44px;
    width: 100px;
    height: auto;
    pointer-events: none;
}

.line-estimate__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 50px;
    padding: 0;
    border: none;
    border-radius: 0;
    color: #07932a;
    font-size: clamp(14px, 1.3vw, 20px);
    font-weight: 800;
    letter-spacing: 0.06em;
    background: none;
    box-shadow: none;
}

.line-estimate__badge img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: block;
    flex-shrink: 0;
}

.line-estimate__badge span,
.line-estimate__line-icon {
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #13c946, #06a831);
    font-family: Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
}

.line-estimate__badge span {
    width: 44px;
    height: 32px;
    border-radius: 17px;
    font-size: 11px;
}

.line-estimate__copy h3 {
    margin: 0;
    max-width: 780px;
    padding-left: clamp(28px, 2.8vw, 40px);
    color: #20242a;
    font-size: clamp(27px, 2.3vw, 38px);
    line-height: 1.32;
    letter-spacing: 0.045em;
    font-weight: 900;
}

.line-estimate__copy h3 span {
    color: #0aa32b;
}

.line-estimate__checks {
    display: grid;
    gap: 12px;
    margin: clamp(22px, 3vw, 34px) 0 0;
    padding: clamp(16px, 2vw, 22px) clamp(18px, 2.4vw, 28px);
    border: 1px solid rgba(24, 168, 45, 0.28);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
    list-style: none;
}

.line-estimate__checks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #20252b;
    font-size: clamp(15px, 1.2vw, 19px);
    font-weight: 800;
    line-height: 1.6;
}

.line-estimate__checks li::before {
    content: "✓";
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin-top: calc((1.6em - 24px) / 2 - 2px);
    border: 2px solid #16b53d;
    border-radius: 50%;
    color: #10ac36;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.line-estimate__micro {
    margin: 24px 0 16px;
    text-align: center;
}

.line-estimate__micro img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.line-estimate__cta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    width: min(100%, 480px);
    margin: 0 auto;
    padding: 17px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #08c33d, #05a42e);
    color: #fff;
    text-decoration: none;
    font-size: clamp(18px, 1.5vw, 25px);
    font-weight: 900;
    letter-spacing: 0.12em;
    box-shadow: 0 18px 28px rgba(14, 171, 46, 0.28);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.line-estimate__cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 36px rgba(14, 171, 46, 0.34);
}

.line-estimate__line-icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    color: #0ab33c;
    font-size: 11px;
}

.line-estimate__cta i {
    font-style: normal;
    font-size: 34px;
    line-height: 1;
}

.line-estimate__privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 14px 0 0;
    color: #6e7477;
    font-size: 14px;
    letter-spacing: 0.12em;
}

.line-estimate__privacy span {
    color: #10a833;
}

.line-estimate__visual {
    position: relative;
}

.line-estimate__visual img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.line-estimate__mock {
    display: none;
}

/* scroll reveal: section自体はフェードのみ、子要素をstaggerで浮かせる */
.line-estimate[data-reveal-item] {
    transform: none;
    transition: opacity 400ms ease;
}

/* セクション上部：is-visibleで時間差アニメーション */
.line-estimate__badge,
.line-estimate__icon,
.line-estimate__copy h3,
.line-estimate__checks,
.line-estimate__visual {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 900ms cubic-bezier(0.22, 0.61, 0.36, 1),
                transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.line-estimate.is-visible .line-estimate__badge   { opacity: 1; transform: none; transition-delay:  80ms; }
.line-estimate.is-visible .line-estimate__icon    { opacity: 1; transform: none; transition-delay: 120ms; }
.line-estimate.is-visible .line-estimate__copy h3 { opacity: 1; transform: none; transition-delay: 180ms; }
.line-estimate.is-visible .line-estimate__visual  { opacity: 1; transform: none; transition-delay: 200ms; }
.line-estimate.is-visible .line-estimate__checks  { opacity: 1; transform: none; transition-delay: 300ms; }

.line-estimate__phone {
    position: absolute;
    left: 0;
    top: 28%;
    z-index: 4;
    width: 174px;
    padding: 14px 9px 12px;
    border: 7px solid #111;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 30px rgba(15, 33, 48, 0.18);
    transform: rotate(-1deg);
}

.line-estimate__phone-bar {
    display: block;
    width: 52px;
    height: 5px;
    margin: 0 auto 8px;
    border-radius: 999px;
    background: #222;
}

.line-estimate__phone-title {
    margin: 0 0 8px;
    color: #1d2730;
    font-size: 9px;
    font-weight: 800;
}

.line-estimate__chat {
    width: max-content;
    max-width: 128px;
    margin: 8px 0;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 1.55;
    font-weight: 700;
}

.line-estimate__chat--user {
    margin-left: auto;
    background: #96ee74;
    color: #13531f;
}

.line-estimate__chat--shop {
    background: #f5f7f8;
    color: #36424b;
}

.line-estimate__chat-photo img {
    width: 112px;
    aspect-ratio: 4 / 3;
    display: block;
    margin-left: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(16, 40, 52, 0.13);
}

.line-estimate__desktop {
    position: relative;
    margin-left: 64px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(26, 61, 35, 0.13);
    box-shadow: 0 26px 60px rgba(30, 75, 52, 0.12);
}

.line-estimate__window-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 28px;
    margin: -8px 0 14px;
}

.line-estimate__window-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d5dbdc;
}

.line-estimate__window-bar i {
    display: block;
    flex: 1;
    height: 16px;
    margin-left: 24px;
    border-radius: 999px;
    background: #edf2f1;
}

.line-estimate__desktop-grid {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 20px;
    align-items: stretch;
}

.line-estimate__desktop figure,
.line-estimate__desktop figure img {
    margin: 0;
}

.line-estimate__desktop figcaption {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #243029;
    font-size: 14px;
    font-weight: 900;
}

.line-estimate__desktop figcaption span {
    color: #0ab735;
}

.line-estimate__desktop figure img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(16, 38, 52, 0.12);
}

.line-estimate__quote {
    padding: 16px 2px 8px;
}

.line-estimate__quote p {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 900;
}

.line-estimate__quote strong {
    display: block;
    margin-bottom: 16px;
    color: #08a92f;
    font-size: clamp(27px, 2.35vw, 38px);
    line-height: 1;
    letter-spacing: 0.04em;
}

.line-estimate__quote dl {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid rgba(28, 45, 35, 0.12);
    border-bottom: 1px solid rgba(28, 45, 35, 0.12);
}

.line-estimate__quote dl div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 13px;
    font-weight: 800;
}

.line-estimate__quote dt,
.line-estimate__quote dd {
    margin: 0;
}

.line-estimate__quote small {
    display: block;
    margin-top: 13px;
    color: #6f7678;
    font-size: 11px;
    line-height: 1.8;
}

.line-estimate__mini-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: -6px 8px 0 118px;
    padding: 0;
    list-style: none;
}

.line-estimate__mini-steps li {
    position: relative;
    min-height: 132px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 15px 34px rgba(33, 93, 50, 0.12);
}

.line-estimate__mini-steps li + li::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #16bd3c;
    transform: translateY(-50%);
}

.line-estimate__mini-steps span,
.line-estimate__steps > li > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #23c84d, #08a630);
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}

.line-estimate__mini-steps img {
    width: 100%;
    height: 70px;
    margin-top: 8px;
    object-fit: cover;
    border-radius: 10px;
}

.line-estimate__mini-steps b {
    display: block;
    margin-top: 10px;
    color: #19242d;
    font-size: 14px;
    text-align: center;
}

.line-estimate__send-phone {
    display: grid;
    place-items: center;
    height: 70px;
    margin-top: 8px;
    border-radius: 12px;
    background: linear-gradient(145deg, #1d2528, #0e1518);
    color: #10c33f;
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.line-estimate__paper {
    display: grid;
    place-items: center;
    height: 70px;
    margin-top: 8px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(18, 177, 52, 0.18);
    color: #08a831;
}

.line-estimate__paper em {
    font-style: normal;
    font-weight: 900;
}

.line-estimate__bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(22px, 2.6vw, 36px);
    margin-top: clamp(30px, 4vw, 58px);
}

.line-estimate__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(18px, 2vw, 26px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.line-estimate__steps li {
    position: relative;
    padding: 24px 24px 26px;
    min-height: 210px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(30, 73, 50, 0.11);
}

.line-estimate__steps li + li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 16px solid #16bd3c;
    transform: translateY(-50%);
}

.line-estimate__steps i {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin: 18px 0 16px;
    border-radius: 50%;
    background: rgba(13, 181, 49, 0.08);
    color: #0bab34;
    font-style: normal;
}

.line-estimate__steps svg {
    width: 44px;
    height: 44px;
}

.line-estimate__steps h4 {
    margin: 0 0 12px;
    color: #182330;
    font-size: clamp(18px, 1.35vw, 21px);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

.line-estimate__steps p {
    margin: 0;
    color: #4f5960;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 650;
}

.line-estimate__benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-content: center;
    margin: clamp(14px, 2vw, 22px) 0 0;
    padding: 0;
    list-style: none;
}

.line-estimate__benefits li {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: start;
    gap: 8px 16px;
    padding: 18px 22px;
    border-radius: 18px;
    background: rgba(236, 248, 230, 0.92);
    box-shadow: inset 0 0 0 1px rgba(16, 173, 45, 0.08);
}

.line-estimate__benefits span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #0aac34;
    border: 2px solid rgba(13, 174, 49, 0.38);
    font-weight: 900;
}

.line-estimate__benefits b {
    color: #0b9d2f;
    font-size: 17px;
    letter-spacing: 0.06em;
}

.line-estimate__benefits em {
    grid-column: 2;
    color: #5b6268;
    font-style: normal;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 1023px) {
    .line-estimate {
        width: auto;
        max-width: none;
        margin-top: 46px;
        margin-left: auto;
        margin-right: auto;
        padding: 34px 18px 28px;
        translate: none;
        border-radius: 24px;
    }

    .line-estimate__hero,
    .line-estimate__bottom {
        grid-template-columns: 1fr;
    }

    .line-estimate__copy h3 {
        max-width: none;
    }

    .line-estimate__copy {
        text-align: center;
    }

    .line-estimate__checks {
        text-align: left;
    }

    .line-estimate__visual {
        min-height: auto;
        padding-top: 18px;
    }

    .line-estimate__phone {
        left: 0;
        top: 38px;
        width: 142px;
    }

    .line-estimate__desktop {
        margin-left: 86px;
        padding: 18px;
    }

    .line-estimate__desktop-grid {
        grid-template-columns: 1fr;
    }

    .line-estimate__mini-steps {
        margin: 18px 0 0;
    }

    .line-estimate__steps {
        grid-template-columns: 1fr;
    }

    .line-estimate__benefits {
        grid-template-columns: 1fr;
    }

    .line-estimate__steps li + li::before {
        left: 50%;
        top: -17px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 16px solid #16bd3c;
        border-bottom: 0;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    /* 負のマージンで親の余白を打ち消すと左右5pxになり、他セクション（15〜16px）より
       狭く見えるため打ち消さない。親の .pricing__inner の余白をそのまま活かす。
       下マージンは親セクションの padding-bottom(52px) と足し算になり、
       セクション間だけ余白が広く見えるため 0 にしている。 */
    .line-estimate {
        margin-inline: 0;
        margin-bottom: 0;
        padding: 28px 14px 24px;
        border-radius: 20px;
    }

    .line-estimate__badge {
        margin: 0 0 26px;
        padding: 0;
        font-size: 13px;
        letter-spacing: 0.06em;
        gap: 7px;
    }

    .line-estimate__badge span {
        width: 36px;
        height: 27px;
        font-size: 9px;
    }

    .line-estimate__copy h3 {
        padding-left: 0;
        font-size: clamp(21px, 5.8vw, 28px);
        letter-spacing: 0.04em;
        text-align: center;
    }

    .line-estimate__icon {
        left: 48px;
        top: 36px;
        width: 54px;
    }

    .line-estimate__checks {
        padding: 16px 14px;
        gap: 20px;
    }

    .line-estimate__checks li {
        font-size: 13px;
        gap: 10px;
    }

    .line-estimate__micro {
        margin: 6px 0 2px;
        letter-spacing: 0.08em;
    }

    .line-estimate__mock {
        display: block;
        margin: 26px 0 6px;
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 1100ms cubic-bezier(0.22, 0.61, 0.36, 1),
                    transform 1100ms cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .line-estimate__mock.is-visible {
        opacity: 1;
        transform: none;
    }

    .line-estimate__mock img {
        width: 100%;
        display: block;
        border-radius: 16px;
    }

    .line-estimate__visual {
        display: none;
    }

    .line-estimate__cta {
        padding: 14px 18px;
        gap: 10px;
        font-size: 16px;
        letter-spacing: 0.06em;
    }

    .line-estimate__line-icon {
        width: 36px;
        height: 36px;
        font-size: 9px;
    }

    .line-estimate__phone {
        position: relative;
        inset: auto;
        width: min(180px, 58vw);
        margin: 0 auto -18px;
        transform: none;
    }

    .line-estimate__desktop {
        margin: 0;
        padding: 14px;
        border-radius: 18px;
    }

    .line-estimate__desktop figcaption {
        font-size: 12px;
    }

    .line-estimate__quote {
        padding: 8px 0 0;
    }

    .line-estimate__quote strong {
        font-size: 29px;
    }

    .line-estimate__mini-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .line-estimate__mini-steps li {
        min-height: auto;
    }

    .line-estimate__mini-steps li + li::before {
        left: 50%;
        top: -11px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 12px solid #16bd3c;
        border-bottom: 0;
        transform: translateX(-50%);
    }

    .line-estimate__steps li {
        padding: 22px;
    }

    .line-estimate__benefits li {
        grid-template-columns: 38px 1fr;
        gap: 10px 14px;
        padding: 15px;
    }

    .line-estimate__benefits em {
        grid-column: 2;
    }
}

/* photo already provides glass texture — keep panes minimal */
.price-page .faq-hero__pane--b,
.price-page .faq-hero__pane--c {
    display: none;
}

.price-page .faq-hero__pane--a {
    border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767px) {
    .price-page .faq-hero {
        height: 260px;
        min-height: unset;
        padding: 76px 0 32px;
    }
    .price-page .faq-hero::before {
        background:
            linear-gradient(180deg, rgba(238, 247, 253, 0.92) 30%, rgba(238, 247, 253, 0.5) 62%, rgba(238, 247, 253, 0.12)),
            url("../img/price_bg.webp?v=202606191807") center 70% / cover no-repeat;
    }
}

/* FAQ page hero: same full-photo treatment as the price hero (keeps the cityscape image) */
.faq-page .faq-hero::before {
    height: 100%;
    background:
        linear-gradient(90deg, rgba(238, 247, 253, 0.94) 12%, rgba(238, 247, 253, 0.58) 42%, rgba(238, 247, 253, 0.08) 72%),
        url("../img/faq-window-hero.webp?v=202606191807") center 48% / cover no-repeat;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
}

.faq-page .faq-hero__pane--b,
.faq-page .faq-hero__pane--c {
    display: none;
}

.faq-page .faq-hero__pane--a {
    border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767px) {
    .faq-page .faq-hero {
        height: 260px;
        min-height: unset;
        padding: 76px 0 32px;
    }
    .faq-page .faq-hero::before {
        background:
            linear-gradient(180deg, rgba(238, 247, 253, 0.92) 30%, rgba(238, 247, 253, 0.5) 62%, rgba(238, 247, 253, 0.12)),
            url("../img/faq-window-hero.webp?v=202606191807") center 52% / cover no-repeat;
    }
}

/* Area page */

.area-page {
    background: #f7fafc;
}

/* hero: window view photo, same treatment as price hero */
.area-page .faq-hero::before {
    height: 100%;
    background:
        linear-gradient(90deg, rgba(238, 247, 253, 0.94) 16%, rgba(238, 247, 253, 0.55) 46%, rgba(238, 247, 253, 0.08) 72%),
        url("../img/glass-film-hero-01.webp?v=202606191807") center 40% / cover no-repeat;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
}

.area-page .faq-hero__pane--b,
.area-page .faq-hero__pane--c {
    display: none;
}

.area-page .faq-hero__pane--a {
    border-color: rgba(255, 255, 255, 0.55);
}

.area-page .site-header {
    color: #1b2735;
}

/* area: トップは白、スクロールで濃色は is-header-dark に任せる */

/* Film detail page */

.film-page {
    background: #eef4f9;
}

.film-page .site-header {
    color: #fff;
}

/* film: トップは白、スクロールで濃色は is-header-dark に任せる */

@media (min-width: 1024px) {
    body.is-header-dark .site-header {
        background: transparent;
        color: #1b2735;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.is-header-dark .global-nav a {
        color: #1b2735;
        text-shadow: 0 1px 14px rgba(255, 255, 255, 0.55);
    }
}

/* ===== Film Lineup (取扱フィルム詳細) ===== */
.film-lineup {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 9vw, 140px) 0 clamp(90px, 10vw, 150px);
    background:
        radial-gradient(circle at 9% 12%, rgba(184, 192, 185, 0.2), rgba(255, 255, 255, 0) 17rem),
        radial-gradient(circle at 88% 38%, rgba(210, 204, 194, 0.18), rgba(255, 255, 255, 0) 22rem),
        linear-gradient(180deg, #fbfaf7, #f8f6f1);
    color: #343434;
    font-family: "Zen Kaku Gothic New", var(--font);
}

.film-lineup::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 19%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0.8)),
        radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 45%, rgba(216, 210, 200, 0.2) 100%);
    content: "";
    pointer-events: none;
}

.film-lineup__ghost {
    position: absolute;
    top: clamp(28px, 4vw, 64px);
    left: 0;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    user-select: none;
}

.film-lineup__ghost-track {
    display: flex;
    width: max-content;
    animation: filmLineupGhost 60s linear infinite;
}

.film-lineup__ghost-track span {
    padding: 0 clamp(20px, 3vw, 48px);
    color: rgba(52, 52, 52, 0.055);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(96px, 18vw, 260px);
    font-style: italic;
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

@keyframes filmLineupGhost {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.film-lineup__inner {
    position: relative;
    z-index: 1;
    width: min(1080px, calc(100% - 64px));
    margin: 0 auto;
    counter-reset: filmLineup;
}

.film-lineup__head {
    display: flex;
    align-items: baseline;
    gap: clamp(20px, 3vw, 40px);
    margin-bottom: clamp(56px, 7vw, 96px);
}

.film-lineup__title {
    margin: 0;
    color: #292929;
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(40px, 6vw, 76px);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
}

.film-lineup__head-label {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #343434;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    white-space: nowrap;
}

.film-lineup__head-line {
    display: inline-block;
    width: clamp(40px, 6vw, 84px);
    height: 1px;
    background: rgba(16, 32, 51, 0.4);
}

.film-lineup__item {
    position: relative;
    max-width: 760px;
    counter-increment: filmLineup;
}

.film-lineup__item + .film-lineup__item {
    margin-top: clamp(80px, 9vw, 128px);
}

.film-lineup__en {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    color: #2f2f2f;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.14em;
    white-space: nowrap;
}

.film-lineup__en::before {
    content: "No. " counter(filmLineup);
    color: #333;
    font-family: "Times New Roman", serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.film-lineup__en::after {
    content: "";
    width: 70px;
    height: 1px;
    background: rgba(52, 52, 52, 0.3);
}

.film-lineup__dot {
    display: none;
}

.film-lineup__badge {
    margin-left: 12px;
    padding: 3px 11px 4px;
    border: 1px solid rgba(58, 90, 120, 0.28);
    border-radius: 999px;
    color: #3a5a78;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.film-lineup__lead {
    margin: 20px 0 0;
    color: #2f2f2f;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.15em;
}

.film-lineup__media {
    width: 100%;
    margin: 0 0 clamp(24px, 3vw, 36px);
    overflow: visible;
}

.film-lineup__media.choose-item__image {
    opacity: 1;
    transform: none;
    transition: none;
}

.film-lineup__media.choose-item__image > img {
    transform: none;
}

.film-lineup__media[data-reveal-item] > img {
    transform: none;
}
.film-lineup__media.choose-item__image[data-reveal-item] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1100ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 1100ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.film-lineup__media.choose-item__image[data-reveal-item].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.film-lineup__item .film-lineup__lead[data-reveal-item] {
    transition: opacity 1100ms cubic-bezier(0.22, 0.61, 0.36, 1) 180ms, transform 1100ms cubic-bezier(0.22, 0.61, 0.36, 1) 180ms;
}
.film-lineup__item .film-lineup__media[data-reveal-item] {
    transition: opacity 1100ms cubic-bezier(0.22, 0.61, 0.36, 1) 360ms, transform 1100ms cubic-bezier(0.22, 0.61, 0.36, 1) 360ms;
}
.film-lineup__item .film-lineup__media.choose-item__image[data-reveal-item] {
    transition: opacity 1100ms cubic-bezier(0.22, 0.61, 0.36, 1) 360ms, transform 1100ms cubic-bezier(0.22, 0.61, 0.36, 1) 360ms;
}
.film-lineup__item .film-lineup__text[data-reveal-item] {
    transition: opacity 1100ms cubic-bezier(0.22, 0.61, 0.36, 1) 540ms, transform 1100ms cubic-bezier(0.22, 0.61, 0.36, 1) 540ms;
}

.film-lineup__media .choose-item__media-track {
    aspect-ratio: 16 / 9;
    max-height: 310px;
    overflow: hidden;
    border-radius: 0;
    background: #e8e5df;
}

.film-lineup__text p {
    margin: 18px 0 0;
    color: #555;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 2.05;
    letter-spacing: 0.12em;
}

@media (min-width: 1024px) {
    .film-lineup__inner {
        width: min(1100px, 100%);
    }

    .film-lineup__head {
        width: min(900px, 100%);
        margin-left: 64px;
        margin-bottom: clamp(56px, 7vw, 96px);
    }

    .film-lineup__item {
        display: grid;
        justify-content: center;
        grid-template-columns: minmax(320px, 390px) minmax(420px, 540px);
        grid-template-areas:
            "en media"
            "lead media"
            "text media";
        align-items: center;
        column-gap: clamp(28px, 3.2vw, 52px);
        row-gap: 0;
        max-width: none;
    }

    .film-lineup__item + .film-lineup__item {
        margin-top: clamp(84px, 9vw, 132px);
    }

    .film-lineup__item:nth-of-type(even) {
        grid-template-columns: minmax(420px, 540px) minmax(320px, 390px);
        grid-template-areas:
            "media en"
            "media lead"
            "media text";
    }

    .film-lineup__item:nth-of-type(even) .choose-item__media-tabs {
        align-self: flex-start;
    }

    .film-lineup__en {
        grid-area: en;
    }

    .film-lineup__lead {
        grid-area: lead;
    }

    .film-lineup__media {
        grid-area: media;
        margin: 0;
    }

    .film-lineup__text {
        grid-area: text;
    }
}

@media (max-width: 767px) {
    .film-lineup {
        padding-bottom: 60px;
    }

    .film-lineup__inner {
        width: min(100% - 40px, 460px);
    }

    .film-lineup__head {
        gap: 16px;
        margin-bottom: 48px;
    }

    .film-lineup__head-label {
        gap: 12px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .film-lineup__lead {
        font-size: 24px;
        margin-bottom: 30px;
        letter-spacing: 0.04em;
    }

    .film-lineup__item + .film-lineup__item {
        margin-top: 55px;
    }

    .film-lineup__en {
        gap: 20px;
    }

    .film-lineup__en::before {
        font-size: 26px;
    }

    .film-lineup__en::after {
        width: 56px;
    }
}

.film-kv {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    padding: 106px 0 58px;
    background:
        linear-gradient(90deg, rgba(9, 20, 32, 0.72), rgba(9, 20, 32, 0.16) 36%, rgba(238, 246, 250, 0.08) 58%, rgba(9, 20, 32, 0.42)),
        linear-gradient(180deg, #eaf3f8, #f8fbfd);
}

.film-kv::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(8, 16, 26, 0.66), transparent 26%, transparent 74%, rgba(8, 16, 26, 0.48)),
        linear-gradient(180deg, rgba(8, 16, 26, 0.32), transparent 30%, rgba(8, 16, 26, 0.18));
    pointer-events: none;
    content: "";
}

.film-kv::after {
    content: none;
}

.film-kv__copy {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: clamp(36px, 7vw, 126px);
    width: min(580px, calc(100% - 72px));
    color: #fff;
    text-shadow: 0 14px 34px rgba(9, 20, 32, 0.38);
    transform: translateY(-43%);
}

.film-kv__kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.film-kv__kicker::before {
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, 0.78);
    content: "";
}

.film-kv h1 {
    margin: 0;
    font-family: "Zen Kaku Gothic New", var(--font);
    max-width: 12.5em;
    font-size: clamp(30px, 3.05vw, 44px);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.04em;
}

.film-kv__lead {
    margin: 24px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 700;
    line-height: 1.95;
    letter-spacing: 0.06em;
}

.film-kv__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.film-kv__breadcrumb a {
    transition: opacity 180ms ease;
}

.film-kv__breadcrumb a:hover {
    opacity: 0.72;
}

.film-kv__breadcrumb em {
    font-style: normal;
}

.film-kv__kicker { animation: about-kv-title-reveal 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s both; }
.film-kv h1 { animation: about-kv-title-reveal 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.38s both; }
.film-kv__lead { animation: about-kv-title-reveal 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.58s both; }
.film-kv__breadcrumb { animation: about-kv-title-reveal 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.72s both; }

.film-kv__slider {
    position: relative;
    z-index: 1;
    width: max-content;
    height: 610px;
    min-height: 0;
}

.film-kv__track {
    display: flex;
    gap: 24px;
    height: 100%;
    padding-left: 5vw;
    animation: film-kv-flow 46s linear infinite;
    will-change: transform;
}

.film-kv__group {
    display: grid;
    grid-template-columns: 230px 560px 300px 340px 560px 300px;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    height: 100%;
}

.film-kv__card {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 56px -34px rgba(9, 20, 32, 0.45);
}

.film-kv__card--window {
    border-radius: 999px 999px 18px 18px;
}

.film-kv__card--medium.film-kv__card--window {
    border-radius: 160px 160px 16px 16px;
}

.film-kv__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.film-kv__group > :nth-child(1) { grid-column: 1; grid-row: 1; }
.film-kv__group > :nth-child(2) { grid-column: 2; grid-row: 1 / span 2; }
.film-kv__group > :nth-child(3) { grid-column: 3; grid-row: 1; }
.film-kv__group > :nth-child(4) { grid-column: 4; grid-row: 1 / span 2; }
.film-kv__group > :nth-child(5) { grid-column: 1; grid-row: 2; }
.film-kv__group > :nth-child(6) { grid-column: 3; grid-row: 2; }
.film-kv__group > :nth-child(7) { grid-column: 5; grid-row: 1 / span 2; }
.film-kv__group > :nth-child(8) { grid-column: 6; grid-row: 1; }
.film-kv__group > :nth-child(9) { grid-column: 6; grid-row: 2; }

@keyframes film-kv-flow {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 12px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .film-kv__track {
        animation: none;
    }
}

@media (max-width: 1023px) {
    .film-kv {
        min-height: 660px;
        padding: 86px 0 48px;
    }
    .film-kv__copy {
        top: auto;
        bottom: 56px;
        left: 7%;
        width: min(520px, 86%);
        transform: none;
    }
    .film-kv__slider {
        height: 500px;
        min-height: 0;
    }
    .film-kv__group {
        grid-template-columns: 170px 400px 220px 240px 400px 220px;
        gap: 18px;
    }
    .film-kv__track {
        gap: 18px;
        padding-left: 4vw;
        animation-duration: 38s;
    }
}

@media (max-width: 767px) {
    .film-kv {
        min-height: 590px;
        padding: 70px 0 38px;
    }
    .film-kv::before {
        background:
            linear-gradient(180deg, rgba(8, 16, 26, 0.18), transparent 28%, rgba(8, 16, 26, 0.72)),
            linear-gradient(90deg, rgba(8, 16, 26, 0.38), transparent 46%);
    }
    .film-kv__copy {
        bottom: 34px;
        left: 6%;
        width: 88%;
    }
    .film-kv h1 {
        max-width: 12em;
        font-size: 27px;
        line-height: 1.36;
        letter-spacing: 0.02em;
    }
    .film-kv__lead {
        margin-top: 16px;
        padding-top: 16px;
        font-size: 12px;
        line-height: 1.8;
    }
    .film-kv__breadcrumb {
        margin-top: 22px;
        font-size: 10.5px;
    }
    .film-kv__slider {
        height: 430px;
        min-height: 0;
    }
    .film-kv__group {
        grid-template-columns: 128px 280px 170px 188px 280px 170px;
        gap: 14px;
    }
    .film-kv__track {
        gap: 14px;
        animation-duration: 30s;
    }
    .film-kv__card {
        border-radius: 12px;
    }
}

.film-select {
    position: relative;
    padding: 104px 0 118px;
    background:
        radial-gradient(circle at 24% 18%, rgba(132, 190, 244, 0.18), transparent 32%),
        radial-gradient(circle at 78% 70%, rgba(132, 226, 221, 0.14), transparent 34%),
        linear-gradient(180deg, #f8fbfd, #edf5fb);
    color: #10253f;
    font-family: "Zen Kaku Gothic New", var(--font);
}

.film-select__inner {
    width: min(1040px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(44px, 5vw, 70px) clamp(20px, 4vw, 58px) clamp(54px, 6vw, 84px);
    border-radius: 36px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)),
        rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(121, 176, 224, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 34px 90px -56px rgba(38, 93, 140, 0.42);
}

.film-select__head {
    text-align: center;
}

.film-select__head .section-kicker {
    color: #5d7fa0;
}

.film-select__head .section-kicker::after {
    background: linear-gradient(90deg, #2e86ea, rgba(46, 134, 234, 0.22));
}

.film-select__head .section-title {
    margin-top: 20px;
    color: #092b5d;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.film-select__lead {
    margin: 22px 0 0;
    color: #273f5b;
    font-size: clamp(15px, 1.7vw, 20px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
}

.film-select__map {
    position: relative;
    width: min(860px, 100%);
    aspect-ratio: 0.86 / 1;
    margin: 48px auto 0;
}

.film-select__map::before,
.film-select__map::after {
    position: absolute;
    inset: 17% 16% 15%;
    z-index: 0;
    border-radius: 50%;
    background:
        linear-gradient(#9db6d1 0 0) 50% 0 / 2px 100% no-repeat,
        linear-gradient(#9db6d1 0 0) 0 50% / 100% 2px no-repeat;
    opacity: 0.34;
    content: "";
    mask-image: radial-gradient(circle, transparent 0 25%, #000 26% 100%);
}

.film-select__map::after {
    transform: rotate(45deg);
    opacity: 0.22;
}

.film-select__center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: min(320px, 40%);
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    border: 9px solid rgba(148, 209, 252, 0.54);
    background: #fff;
    box-shadow:
        0 0 0 8px rgba(172, 219, 252, 0.38),
        0 28px 58px -38px rgba(40, 92, 138, 0.42);
    transform: translate(-50%, -50%);
}

.film-select__center img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.74;
}

.film-select__center::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.55));
    content: "";
}

.film-select__center p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #083571;
    font-size: clamp(22px, 3.3vw, 34px);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.08em;
    text-align: center;
    text-shadow: 0 2px 14px rgba(255, 255, 255, 0.86);
}

.film-select__bubble {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    gap: 8px;
    width: min(210px, 25%);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.66) 62%, rgba(255, 255, 255, 0.42)),
        var(--bubble-bg, rgba(230, 244, 255, 0.84));
    border: 2px solid var(--bubble, #5aaaf5);
    box-shadow:
        inset 10px 12px 26px rgba(255, 255, 255, 0.8),
        inset -12px -14px 24px rgba(63, 112, 160, 0.08),
        0 18px 38px -24px var(--bubble, #5aaaf5);
    color: var(--bubble, #2e7fd4);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.film-select__bubble::before {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.76);
    content: "";
}

.film-select__bubble:hover {
    transform: translateY(-4px);
    box-shadow:
        inset 10px 12px 26px rgba(255, 255, 255, 0.86),
        inset -12px -14px 24px rgba(63, 112, 160, 0.1),
        0 24px 48px -24px var(--bubble, #5aaaf5);
}

.film-select__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
}

.film-select__icon svg {
    width: 100%;
    height: 100%;
}

.film-select__bubble > span:last-child {
    position: relative;
    z-index: 1;
    font-size: clamp(17px, 2vw, 25px);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

.film-select__bubble--security {
    --bubble: #2d7fe0;
    --bubble-bg: rgba(231, 244, 255, 0.9);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.film-select__bubble--privacy {
    --bubble: #e95498;
    --bubble-bg: rgba(255, 235, 245, 0.9);
    top: 24%;
    left: 3%;
}

.film-select__bubble--mirror {
    --bubble: #17a8b8;
    --bubble-bg: rgba(229, 250, 252, 0.9);
    top: 24%;
    right: 3%;
}

.film-select__bubble--uv {
    --bubble: #8b66e9;
    --bubble-bg: rgba(242, 236, 255, 0.9);
    bottom: 13%;
    left: 0;
}

.film-select__bubble--shatter {
    --bubble: #4dad43;
    --bubble-bg: rgba(238, 250, 235, 0.9);
    right: 0;
    bottom: 12%;
}

.film-select__bubble--heat {
    --bubble: #f28a1d;
    --bubble-bg: rgba(255, 242, 225, 0.92);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.film-select__bubble--security:hover,
.film-select__bubble--heat:hover {
    transform: translateX(-50%) translateY(-4px);
}

@media (max-width: 767px) {
    .film-select {
        padding: 72px 0 84px;
    }
    .film-select__inner {
        width: min(440px, calc(100% - 28px));
        padding: 38px 14px 42px;
        border-radius: 26px;
    }
    .film-select__head .section-title {
        font-size: 31px;
        letter-spacing: 0.05em;
    }
    .film-select__lead {
        font-size: 14px;
    }
    .film-select__map {
        aspect-ratio: 0.58 / 1;
        margin-top: 34px;
    }
    .film-select__center {
        width: 48%;
    }
    .film-select__bubble {
        width: 33%;
    }
    .film-select__icon {
        width: 42px;
        height: 42px;
    }
    .film-select__bubble > span:last-child {
        font-size: 14px;
    }
    .film-select__bubble--security {
        top: 2%;
    }
    .film-select__bubble--privacy {
        top: 25%;
        left: 0;
    }
    .film-select__bubble--mirror {
        top: 25%;
        right: 0;
    }
    .film-select__bubble--uv {
        bottom: 18%;
    }
    .film-select__bubble--shatter {
        bottom: 18%;
    }
}

.film-select {
    padding: clamp(86px, 10vw, 140px) 0;
    background:
        linear-gradient(90deg, rgba(102, 120, 137, 0.08) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(180deg, #f7fbfe 0%, #eef6fb 100%);
}

.film-select__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1.14fr);
    grid-template-areas:
        "intro visual"
        "list visual"
        "thumbs thumbs";
    gap: 34px 48px;
    width: min(1180px, calc(100% - 72px));
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.film-select__intro {
    grid-area: intro;
    position: relative;
    z-index: 2;
    align-self: end;
    padding-top: 38px;
}

.film-select__intro .section-kicker {
    color: #667889;
}

.film-select__intro .section-kicker::after {
    background: #8da1b3;
}

.film-select__intro .section-title {
    position: relative;
    margin-top: 24px;
    color: #102033;
    font-size: clamp(34px, 4.2vw, 60px);
    line-height: 1.18;
    letter-spacing: 0.08em;
}

.film-select__title-bg {
    position: absolute;
    left: -0.08em;
    top: -0.72em;
    z-index: -1;
    color: rgba(102, 120, 137, 0.08);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(72px, 12vw, 170px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.film-select__intro h3 {
    margin: 38px 0 0;
    color: #102033;
    font-size: clamp(24px, 2.7vw, 38px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.08em;
}

.film-select__lead {
    margin: 24px 0 0;
    color: #435568;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.05;
    letter-spacing: 0.08em;
}

.film-select__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    min-width: 270px;
    margin-top: 36px;
    padding: 18px 22px 18px 28px;
    border-radius: 999px;
    border: 1px solid rgba(102, 120, 137, 0.28);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(236, 246, 253, 0.72)),
        rgba(255, 255, 255, 0.84);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 18px 48px -32px rgba(42, 78, 112, 0.42);
    color: #0b376e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.film-select__button span:last-child {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 22px -14px rgba(16, 32, 51, 0.6);
}

.film-select__visual {
    grid-area: visual;
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 34px 34px 90px 34px;
    box-shadow: 0 42px 90px -60px rgba(24, 46, 70, 0.56);
}

.film-select__visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 34, 52, 0.02), rgba(13, 34, 52, 0.18));
    content: "";
}

.film-select__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film-select__visual-label {
    position: absolute;
    right: 28px;
    bottom: 26px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.film-select__list {
    grid-area: list;
    position: relative;
    z-index: 3;
    display: grid;
    gap: 12px;
}

.film-select__item {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr auto;
    grid-template-areas:
        "num main arrow"
        "num sub arrow";
    align-items: center;
    column-gap: 18px;
    min-height: 82px;
    padding: 18px 22px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(102, 120, 137, 0.18);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 24px 56px -44px rgba(30, 62, 92, 0.48);
    color: #102033;
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.film-select__item::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #92caff, #667889);
    content: "";
    opacity: 0;
    transition: opacity 260ms ease;
}

.film-select__item:hover {
    transform: translateX(8px);
    border-color: rgba(102, 120, 137, 0.38);
    box-shadow: 0 28px 62px -42px rgba(30, 62, 92, 0.58);
}

.film-select__item:hover::before {
    opacity: 1;
}

.film-select__num {
    grid-area: num;
    color: rgba(102, 120, 137, 0.48);
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.film-select__item-main {
    grid-area: main;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.film-select__item-sub {
    grid-area: sub;
    margin-top: 5px;
    color: #667889;
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.film-select__arrow {
    grid-area: arrow;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #edf5fb;
    color: #0b376e;
}

.film-select__thumbs {
    grid-area: thumbs;
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1fr;
    gap: 18px;
    width: min(760px, 70%);
    margin: -68px 0 0 auto;
    pointer-events: none;
}

.film-select__thumb {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 22px;
    box-shadow: 0 28px 58px -44px rgba(24, 46, 70, 0.58);
}

.film-select__thumb:nth-child(2) {
    margin-top: 42px;
}

.film-select__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .film-select {
        padding: 82px 0 94px;
    }

    .film-select__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "intro"
            "visual"
            "list"
            "thumbs";
        gap: 30px;
        width: min(720px, calc(100% - 40px));
    }

    .film-select__intro {
        padding-top: 18px;
    }

    .film-select__intro h3 {
        margin-top: 26px;
        font-size: clamp(24px, 5.2vw, 36px);
    }

    .film-select__visual {
        min-height: auto;
        aspect-ratio: 16 / 10;
        border-radius: 26px 26px 64px 26px;
    }

    .film-select__visual-label {
        right: 20px;
        bottom: 18px;
        font-size: clamp(38px, 10vw, 70px);
    }

    .film-select__thumbs {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .film-select {
        padding: 66px 0 76px;
    }

    .film-select__inner {
        width: min(440px, calc(100% - 28px));
        gap: 24px;
    }

    .film-select__intro .section-title {
        font-size: 32px;
    }

    .film-select__title-bg {
        font-size: 74px;
        top: -0.54em;
    }

    .film-select__intro h3 {
        font-size: 23px;
        line-height: 1.72;
    }

    .film-select__lead {
        font-size: 14px;
        line-height: 1.95;
    }

    .film-select__button {
        width: 100%;
        min-width: 0;
        margin-top: 28px;
        padding: 16px 18px 16px 22px;
        font-size: 13px;
    }

    .film-select__list {
        gap: 10px;
    }

    .film-select__item {
        grid-template-columns: 44px 1fr auto;
        column-gap: 14px;
        min-height: 76px;
        padding: 16px 16px;
        border-radius: 17px;
    }

    .film-select__num {
        font-size: 30px;
    }

    .film-select__item-main {
        font-size: 15px;
    }

    .film-select__item-sub {
        font-size: 12px;
    }

    .film-select__arrow {
        width: 32px;
        height: 32px;
    }

    .film-select__thumbs {
        grid-template-columns: 1fr 1fr;
    }

    .film-select__thumb:nth-child(2) {
        margin-top: 26px;
    }

    .film-select__thumb:nth-child(3) {
        display: none;
    }
}

.film-select {
    padding: clamp(82px, 9vw, 124px) 0 clamp(86px, 9vw, 132px);
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(83, 160, 205, 0.18) 1px, transparent 1px) 0 0 / 92px 92px,
        linear-gradient(0deg, rgba(83, 160, 205, 0.14) 1px, transparent 1px) 0 0 / 92px 92px,
        #e8f7f9;
    color: #102033;
}

.film-select::before,
.film-select::after {
    content: none;
}

.film-select__inner {
    position: relative;
    z-index: 1;
    display: block;
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.film-select__intro {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0;
    text-align: center;
}

.film-select__intro .section-kicker {
    justify-content: center;
    color: #3a84bd;
}

.film-select__intro .section-kicker::after {
    margin-inline: auto;
    background: #3a84bd;
}

.film-select__intro .section-title {
    position: relative;
    margin: 18px auto 0;
    color: #0b315e;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.28;
    letter-spacing: 0.08em;
}

.film-select__title-bg {
    display: none;
}

.film-select__lead {
    margin: 18px 0 0;
    color: #365a78;
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.08em;
}

.film-select__diagram {
    position: relative;
    width: min(980px, 100%);
    aspect-ratio: 1.18;
    margin: clamp(34px, 5vw, 58px) auto 0;
}

.film-select__diagram::before {
    position: absolute;
    inset: 13% 20%;
    z-index: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.76),
        0 34px 74px -58px rgba(30, 88, 130, 0.56);
    content: "";
}

.film-select__diagram::after {
    content: none;
}

.film-select__center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 32%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.78);
    background: #fff;
    box-shadow:
        0 0 0 13px rgba(255, 255, 255, 0.44),
        0 34px 70px -50px rgba(22, 80, 128, 0.55);
    transform: translate(-50%, -50%);
}

.film-select__center::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(36, 129, 196, 0.24)),
        radial-gradient(circle at 48% 36%, transparent 0 38%, rgba(13, 55, 92, 0.24) 100%);
    content: "";
}

.film-select__center::after {
    content: none;
}

.film-select__center-ring {
    position: absolute;
    inset: 18px;
    z-index: 3;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.64);
    pointer-events: none;
}

.film-select__center img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film-select__center p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: clamp(16px, 2vw, 25px);
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: 0.08em;
    text-align: center;
    text-shadow: 0 3px 18px rgba(4, 39, 74, 0.56);
}

.film-select__orb {
    --orb: #4daee3;
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28%;
    aspect-ratio: 1;
    padding: 28px;
    border-radius: 50%;
    background: rgba(76, 174, 227, 0.92);
    border: 10px solid rgba(127, 204, 238, 0.34);
    box-shadow:
        0 0 0 10px rgba(75, 174, 227, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 28px 62px -48px rgba(20, 78, 126, 0.64);
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: transform 260ms ease, filter 260ms ease;
}

.film-select__orb:hover {
    transform: translateY(-6px) scale(1.015);
    filter: brightness(1.04);
}

.film-select__orb-hex {
    position: absolute;
    inset: 27%;
    background: rgba(44, 151, 211, 0.28);
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.film-select__orb .film-select__num {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    color: #fff;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: clamp(16px, 2.1vw, 24px);
    font-weight: 800;
    line-height: 1;
}

.film-select__orb .film-select__item-main {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0 18px;
    color: #fff;
    font-size: clamp(16px, 2.1vw, 24px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0.08em;
    white-space: normal;
    overflow-wrap: anywhere;
}

.film-select__orb .film-select__item-sub {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: clamp(11px, 1.4vw, 15px);
    font-weight: 800;
    letter-spacing: 0.06em;
    white-space: normal;
}

.film-select__orb--heat {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.film-select__orb--heat:hover {
    transform: translateX(-50%) translateY(-6px) scale(1.015);
}

.film-select__orb--uv {
    top: 22%;
    right: 3%;
}

.film-select__orb--privacy {
    right: 13%;
    bottom: 3%;
}

.film-select__orb--security {
    bottom: 3%;
    left: 13%;
}

.film-select__orb--shatter {
    top: 22%;
    left: 3%;
}

.film-select__orb--mirror {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.film-select__orb--mirror:hover {
    transform: translateX(-50%) translateY(-6px) scale(1.015);
}

.film-select__visual,
.film-select__list,
.film-select__thumbs,
.film-select__button {
    display: none;
}

@media (max-width: 1023px) {
    .film-select__inner {
        width: min(760px, calc(100% - 32px));
    }

    .film-select__diagram {
        aspect-ratio: 0.78;
        max-width: 620px;
    }

    .film-select__diagram::before {
        inset: 24% 15%;
    }

    .film-select__center {
        width: 38%;
    }

    .film-select__orb {
        width: 33%;
        padding: 20px;
        border-width: 8px;
    }

    .film-select__orb--heat {
        top: 0;
    }

    .film-select__orb--uv {
        top: 18%;
        right: 0;
    }

    .film-select__orb--privacy {
        right: 2%;
        bottom: 14%;
    }

    .film-select__orb--security {
        left: 2%;
        bottom: 14%;
    }

    .film-select__orb--shatter {
        top: 18%;
        left: 0;
    }

    .film-select__orb--mirror {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .film-select {
        padding: 62px 0 72px;
    }

    .film-select__inner {
        width: min(430px, calc(100% - 24px));
    }

    .film-select__intro .section-title {
        font-size: 34px;
    }

    .film-select__diagram {
        aspect-ratio: 0.54;
        max-width: 390px;
        margin-top: 32px;
    }

    .film-select__diagram::before {
        inset: 29% 11%;
    }

    .film-select__center {
        width: 48%;
        border-width: 7px;
        box-shadow:
            0 0 0 8px rgba(255, 255, 255, 0.44),
            0 24px 52px -38px rgba(22, 80, 128, 0.55);
    }

    .film-select__center p {
        font-size: 16px;
    }

    .film-select__orb {
        width: 42%;
        padding: 14px;
        border-width: 7px;
    }

    .film-select__orb .film-select__num {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .film-select__orb .film-select__item-main {
        padding: 0 6px;
        font-size: 14px;
        line-height: 1.24;
    }

    .film-select__orb .film-select__item-sub {
        margin-top: 5px;
        font-size: 9px;
    }

    .film-select__orb--heat {
        top: 0;
    }

    .film-select__orb--uv {
        top: 18%;
        right: 0;
    }

    .film-select__orb--privacy {
        right: 0;
        bottom: 18%;
    }

    .film-select__orb--security {
        left: 0;
        bottom: 18%;
    }

    .film-select__orb--shatter {
        top: 18%;
        left: 0;
    }

    .film-select__orb--mirror {
        bottom: 0;
    }
}

/* film-worry ------------------------------------------------ */
.film-worry {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(16px, 2.6vw, 26px);
    margin-top: clamp(36px, 5vw, 58px);
}

.film-worry__top {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(150px, 24vw, 210px) clamp(36px, 6vw, 64px);
    width: min(640px, 100%);
}

/* 中央から放射する同心円リング */
.film-worry__top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(540px, 84vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: repeating-radial-gradient(
        circle,
        transparent 0 26px,
        rgba(120, 168, 208, 0.1) 26px 27px
    );
    z-index: 0;
    pointer-events: none;
}

.film-worry__card {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(8px, 1.2vw, 12px);
    padding: clamp(18px, 2.6vw, 26px) clamp(14px, 2vw, 22px) clamp(28px, 3.4vw, 38px);
    background: #fff;
    border-radius: 22px;
    box-shadow:
        0 2px 12px -4px rgba(10, 44, 80, 0.1),
        0 14px 34px -16px rgba(10, 44, 80, 0.14);
    color: #2b4a6f;
    font-family: "Zen Kaku Gothic New", var(--font);
    text-decoration: none;
    text-align: center;
    min-height: clamp(118px, 17vw, 150px);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.film-worry__card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 4px 20px -4px rgba(10, 44, 80, 0.16),
        0 18px 42px -16px rgba(10, 44, 80, 0.2);
}

/* 吹き出しのしっぽ（中央円へ向かう三角・円より前面） */
.film-worry__card::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 14px;
    background: #fff;
    z-index: 5;
    filter: drop-shadow(0 2px 3px rgba(10, 44, 80, 0.18));
}

.film-worry__card--tl::after,
.film-worry__card--tr::after {
    bottom: -11px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.film-worry__card--bl::after,
.film-worry__card--br::after,
.film-worry__card--bc::after {
    top: -11px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.film-worry__card--tl::after { right: 40px; }
.film-worry__card--tr::after { left: 40px; }
.film-worry__card--bl::after { right: 40px; }
.film-worry__card--br::after { left: 40px; }
.film-worry__card--bc::after { left: 50%; transform: translateX(-50%); }

/* テキスト下の点線区切り */
.film-worry__card::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: clamp(13px, 1.8vw, 18px);
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(120, 160, 200, 0.5) 0 4px, transparent 4px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
}

.film-worry__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(42px, 5.6vw, 54px);
    height: clamp(42px, 5.6vw, 54px);
    flex-shrink: 0;
}

.film-worry__icon svg {
    width: 100%;
    height: 100%;
}

.film-worry__card p {
    margin: 0;
    font-size: clamp(11.5px, 1.1vw, 13.5px);
    font-weight: 700;
    line-height: 1.74;
    letter-spacing: 0.04em;
}

/* 中央円（カード背面・太い白リング） */
.film-worry__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: clamp(200px, 36%, 280px);
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    border: clamp(10px, 1.6vw, 16px) solid #fff;
    box-shadow:
        0 0 0 1px rgba(200, 220, 238, 0.7),
        0 14px 50px -16px rgba(10, 44, 80, 0.26);
}

.film-worry__center img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film-worry__card--bc {
    width: min(290px, 100%);
    min-height: clamp(96px, 13vw, 116px);
    padding: clamp(16px, 2.2vw, 22px) clamp(18px, 2.4vw, 28px) clamp(26px, 3.2vw, 34px);
}

.film-worry__hint {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: rgba(43, 74, 111, 0.5);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

@media (max-width: 767px) {
    .film-worry__top {
        gap: clamp(96px, 30vw, 140px) clamp(20px, 5vw, 30px);
        width: min(340px, calc(100% - 16px));
    }

    .film-worry__top::before {
        width: min(330px, 90vw);
        background: repeating-radial-gradient(
            circle,
            transparent 0 18px,
            rgba(120, 168, 208, 0.1) 18px 19px
        );
    }

    .film-worry__card {
        min-height: 92px;
        padding: 14px 9px 22px;
        border-radius: 16px;
        gap: 6px;
    }

    .film-worry__card::before {
        bottom: 11px;
        width: 64%;
    }

    .film-worry__card::after {
        width: 18px;
        height: 11px;
    }

    .film-worry__card--tl::after,
    .film-worry__card--tr::after { bottom: -9px; }
    .film-worry__card--bl::after,
    .film-worry__card--br::after,
    .film-worry__card--bc::after { top: -9px; }

    .film-worry__card--tl::after { right: 26px; }
    .film-worry__card--tr::after { left: 26px; }
    .film-worry__card--bl::after { right: 26px; }
    .film-worry__card--br::after { left: 26px; }

    .film-worry__icon {
        width: 36px;
        height: 36px;
    }

    .film-worry__card p {
        font-size: 10.5px;
        line-height: 1.64;
    }

    .film-worry__center {
        width: clamp(150px, 48vw, 185px);
        border-width: 10px;
    }

    .film-worry__card--bc {
        width: min(230px, 100%);
        min-height: 84px;
        padding: 12px 14px 20px;
    }

    .film-worry__hint {
        font-size: 11px;
    }
}

.film-select:has(.film-worry) {
    padding: clamp(86px, 9vw, 124px) 0 clamp(92px, 10vw, 148px);
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.9), transparent 28%),
        linear-gradient(90deg, rgba(83, 160, 205, 0.18) 1px, transparent 1px) 0 0 / 92px 92px,
        linear-gradient(0deg, rgba(83, 160, 205, 0.14) 1px, transparent 1px) 0 0 / 92px 92px,
        linear-gradient(180deg, #f6fafc 0%, #edf4f8 100%);
}

.film-select:has(.film-worry) .film-select__intro .section-kicker {
    color: #667889;
}

.film-select:has(.film-worry) .film-select__intro .section-kicker::after {
    background: #667889;
}

.film-select:has(.film-worry) .film-select__intro .section-title {
    color: #102033;
    font-size: clamp(34px, 4.1vw, 58px);
    letter-spacing: 0.12em;
}

.film-select:has(.film-worry) .film-select__lead {
    color: #4e6476;
}

.film-select:has(.film-worry) .film-worry {
    width: min(1060px, 100%);
    margin-inline: auto;
    margin-top: clamp(44px, 5vw, 68px);
}

.film-select:has(.film-worry) .film-worry__top {
    width: min(720px, 100%);
}

.film-select:has(.film-worry) .film-worry__top::before {
    width: min(620px, 86vw);
    background:
        linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(102, 120, 137, 0.16) 50%, transparent calc(50% + 0.5px)),
        linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(102, 120, 137, 0.13) 50%, transparent calc(50% + 0.5px)),
        radial-gradient(circle, transparent 0 36%, rgba(255, 255, 255, 0.54) 36% 37%, transparent 37%),
        radial-gradient(circle, transparent 0 58%, rgba(102, 120, 137, 0.12) 58% 58.5%, transparent 59%);
}

.film-select:has(.film-worry) .film-worry__card {
    min-height: clamp(124px, 16vw, 156px);
    border: 1px solid rgba(102, 120, 137, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(245, 250, 252, 0.72)),
        rgba(255, 255, 255, 0.76);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        0 26px 70px -52px rgba(16, 32, 51, 0.42);
    color: #102033;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.film-select:has(.film-worry) .film-worry__card:hover {
    transform: translateY(-5px);
    border-color: rgba(102, 120, 137, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 34px 82px -54px rgba(16, 32, 51, 0.54);
}

.film-select:has(.film-worry) .film-worry__card::after {
    background: rgba(250, 253, 255, 0.94);
    filter: drop-shadow(0 1px 2px rgba(16, 32, 51, 0.12));
}

.film-select:has(.film-worry) .film-worry__card::before {
    background-image: linear-gradient(90deg, rgba(102, 120, 137, 0.38) 0 4px, transparent 4px);
}

.film-select:has(.film-worry) .film-worry__icon {
    width: clamp(38px, 4.8vw, 48px);
    height: clamp(38px, 4.8vw, 48px);
    color: #667889;
    opacity: 0.88;
}

.film-select:has(.film-worry) .film-worry__icon svg,
.film-select:has(.film-worry) .film-worry__icon svg * {
    stroke: currentColor;
}

.film-select:has(.film-worry) .film-worry__icon text {
    fill: currentColor;
}

.film-select:has(.film-worry) .film-worry__card p {
    color: #182a3a;
    font-size: clamp(12px, 1.05vw, 14px);
    font-weight: 800;
}

.film-select:has(.film-worry) .film-worry__center {
    width: clamp(330px, 50%, 460px);
    border: clamp(10px, 1.4vw, 15px) solid rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    box-shadow:
        0 0 0 1px rgba(102, 120, 137, 0.18),
        0 34px 82px -58px rgba(16, 32, 51, 0.5);
}

.film-select:has(.film-worry) .film-worry__center::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.34) 50%, transparent calc(50% + 0.5px)),
        linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.22) 50%, transparent calc(50% + 0.5px));
    content: "";
}

.film-select:has(.film-worry) .film-worry__card--bc {
    width: min(320px, 100%);
}

.film-select:has(.film-worry) .film-worry__hint {
    color: rgba(102, 120, 137, 0.62);
}

@media (max-width: 767px) {
    .film-select:has(.film-worry) {
        padding: 68px 0 78px;
    }

    .film-select:has(.film-worry) .film-worry__top {
        width: min(350px, calc(100% - 16px));
    }

    .film-select:has(.film-worry) .film-worry__top::before {
        width: min(350px, 92vw);
    }

    .film-select:has(.film-worry) .film-worry__card {
        min-height: 96px;
        border-radius: 7px;
    }

    .film-select:has(.film-worry) .film-worry__center {
        width: clamp(190px, 58vw, 230px);
        border-width: 8px;
    }
}

/* ─── Film Concern Comparison Slider ─── */
.film-worry-slider {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 108px) 0 clamp(74px, 8vw, 110px);
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.94), transparent 32%),
        radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.74), transparent 24%),
        radial-gradient(circle at 84% 18%, rgba(210, 230, 244, 0.34), transparent 28%),
        linear-gradient(90deg, rgba(102, 120, 137, 0.07) 1px, transparent 1px) 0 0 / 38px 38px,
        linear-gradient(0deg, rgba(102, 120, 137, 0.06) 1px, transparent 1px) 0 0 / 38px 38px,
        #eef6fb;
    font-family: "Zen Kaku Gothic New", var(--font);
    color: #102033;
}

.film-worry-slider::before,
.film-worry-slider::after {
    position: absolute;
    width: 34vw;
    height: 34vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    filter: blur(6px);
    content: "";
    pointer-events: none;
}

.film-worry-slider::before {
    top: -18vw;
    left: -14vw;
}

.film-worry-slider::after {
    right: -18vw;
    bottom: -20vw;
}

.film-worry-slider__inner {
    position: relative;
    z-index: 1;
    width: min(506px, 100%);
    margin: 0 auto;
}

.film-worry-slider__head {
    width: min(430px, calc(100% - 48px));
    margin: 0 auto clamp(24px, 4vw, 38px);
    text-align: center;
}

.film-worry-slider__head h2 {
    margin: 12px 0 0;
    color: #102033;
    font-size: clamp(28px, 4.2vw, 44px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.film-worry-slider__head p:not(.section-kicker) {
    margin: 12px 0 0;
    color: #526578;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.08em;
}

.film-worry-slider__viewport {
    overflow: visible;
    width: 100%;
}

.film-worry-slider__track {
    position: relative;
    width: 85.6%;
    aspect-ratio: 433 / 614;
    margin: 0 auto 34px;
    perspective: 1100px;
    cursor: pointer;
}

.film-worry-slider__track::-webkit-scrollbar {
    display: none;
}

.film-worry-slide {
    position: absolute;
    inset: 0;
    filter: drop-shadow(12px 12px 5px rgba(35, 56, 72, 0.18));
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 18px, -120px) scale(0.78) rotate(-8deg);
    transform-origin: center bottom;
    transition:
        opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
    z-index: 1;
}

.film-worry-slide.is-active {
    filter: drop-shadow(14px 20px 10px rgba(35, 56, 72, 0.22));
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    z-index: 5;
}

.film-worry-slide.is-prev {
    opacity: 0.46;
    transform: translate3d(-34px, 20px, -90px) scale(0.88) rotate(-7deg);
    z-index: 2;
}

.film-worry-slide.is-next {
    opacity: 0.62;
    transform: translate3d(34px, 12px, -58px) scale(0.92) rotate(6deg);
    z-index: 4;
}

.film-worry-slide.is-leaving {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 42px, 90px) scale(1.04) rotate(4deg);
    z-index: 6;
}

.film-worry-slide a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.film-worry-slide__card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 433 / 614;
    min-height: 0;
    padding: clamp(22px, 5.8vw, 34px) clamp(22px, 5.8vw, 34px) clamp(24px, 6vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 25px;
    background: #e8f3fb;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 22px 46px -28px rgba(24, 46, 64, 0.38);
}

.film-worry-slide__card::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(13, 30, 48, 0.08), rgba(13, 30, 48, 0.54)),
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.58), transparent 22%);
    content: "";
    pointer-events: none;
    z-index: 2;
}

.film-worry-slide__card::after {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 18px;
    content: "";
    pointer-events: none;
    z-index: 3;
}

.film-worry-slide__card--heat {
    background: linear-gradient(145deg, rgba(255, 244, 204, 0.88), rgba(198, 226, 244, 0.74));
}

.film-worry-slide__card--uv {
    background: linear-gradient(145deg, rgba(218, 237, 255, 0.88), rgba(246, 251, 255, 0.72));
}

.film-worry-slide__card--privacy {
    background: linear-gradient(145deg, rgba(219, 244, 229, 0.88), rgba(238, 247, 243, 0.74));
}

.film-worry-slide__card--security {
    background: linear-gradient(145deg, rgba(230, 235, 246, 0.9), rgba(244, 248, 252, 0.74));
}

.film-worry-slide__icon {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    top: clamp(22px, 5.8vw, 34px);
    left: clamp(22px, 5.8vw, 34px);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #1765bd;
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 18px 30px -22px rgba(16, 32, 51, 0.42);
}

.film-worry-slide__icon svg {
    width: 28px;
    height: 28px;
}

.film-worry-slide__catch {
    position: absolute;
    z-index: 4;
    top: clamp(88px, 17vw, 118px);
    left: clamp(24px, 6vw, 36px);
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 8vw, 48px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0.03em;
    text-shadow: 0 3px 16px rgba(0, 24, 48, 0.35);
}

.film-worry-slide figure {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 0;
    border-radius: inherit;
    aspect-ratio: auto;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: none;
    transform: none;
}

.film-worry-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.film-worry-slide a:hover figure img {
    transform: scale(1.06);
}

.film-worry-slide__body {
    position: absolute;
    z-index: 4;
    right: clamp(22px, 5.8vw, 34px);
    bottom: clamp(24px, 6vw, 38px);
    left: clamp(22px, 5.8vw, 34px);
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.54);
    color: #fff;
}

.film-worry-slide__body span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 999px;
    color: #0d4b8c;
    background: rgba(255, 255, 255, 0.86);
    font-family: "Roboto", var(--font);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.film-worry-slide__body h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 5vw, 30px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-shadow: 0 3px 14px rgba(0, 24, 48, 0.36);
}

.film-worry-slide__body p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 10px rgba(0, 24, 48, 0.28);
}

.film-worry-slider__dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2px;
}

.film-worry-slider__dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(102, 120, 137, 0.32);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

.film-worry-slider__dots button.is-active {
    background: #1f6fc8;
    transform: scale(1.25);
}

@media (max-width: 767px) {
    .film-worry-slider {
        padding: 62px 0 76px;
    }

    .film-worry-slider__head {
        width: calc(100% - 44px);
        margin-bottom: 24px;
        text-align: center;
    }

    .film-worry-slider__head h2 {
        font-size: 30px;
    }

    .film-worry-slider__track {
        width: 85.6%;
        margin-bottom: 28px;
    }

    .film-worry-slide {
        transform: translate3d(0, 14px, -110px) scale(0.78) rotate(-7deg);
    }

    .film-worry-slide.is-prev {
        transform: translate3d(-22px, 16px, -86px) scale(0.88) rotate(-6deg);
    }

    .film-worry-slide.is-next {
        transform: translate3d(22px, 10px, -52px) scale(0.92) rotate(6deg);
    }

    .film-worry-slide.is-leaving {
        transform: translate3d(0, 34px, 86px) scale(1.04) rotate(4deg);
    }

    .film-worry-slide__card {
        min-height: 0;
        border-radius: 22px;
    }

    .film-worry-slide__catch {
        top: 88px;
        font-size: clamp(30px, 8.5vw, 40px);
    }

    .film-worry-slide__body p {
        font-size: 12px;
        line-height: 1.75;
    }
}

/* ---------------------------------------------------------- */
.film-type-works {
    position: relative;
    overflow: visible;
    padding: 0;
    background: #0c151c;
    color: #112132;
    font-family: "Zen Kaku Gothic New", var(--font);
}

.film-type-works__heading {
    position: absolute;
    top: clamp(86px, 9vw, 132px);
    left: 50%;
    z-index: 5;
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    min-height: 0;
    color: #fff;
    pointer-events: none;
    transform: translateX(-50%);
}

.film-type-works__kicker {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(18px, 2vw, 30px);
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.03em;
}

.film-type-works__heading h2 {
    position: relative;
    z-index: 2;
    margin: clamp(18px, 2vw, 28px) 0 0;
    color: #fff;
    font-size: clamp(34px, 4.4vw, 64px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0.08em;
}

.film-type-works__heading .film-works-heading--film {
    font-size: clamp(30px, 3.6vw, 52px);
}

/* 統合カルーセル: テーマ(お悩み/フィルム)に応じて見出しを切替表示 */
.film-works-heading--film,
.film-works-large--film {
    display: none;
}

.film-type-works:not(.film-concern-works) .film-works-heading--concern,
.film-type-works:not(.film-concern-works) .film-works-large--concern {
    display: none;
}

.film-type-works:not(.film-concern-works) .film-works-heading--film {
    display: block;
}

.film-type-works:not(.film-concern-works) .film-works-large--film {
    display: block;
}

.film-type-works__large {
    position: absolute;
    top: clamp(-54px, -3vw, -28px);
    left: 0;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.09);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(64px, 11vw, 176px);
    font-style: italic;
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.film-type-works__stage {
    position: relative;
    /* お悩み4枚+フィルム5枚=計9枚分のスクロール量 */
    min-height: calc(100svh + 520vh);
    margin-top: 0;
    overflow: visible;
    background: #0c151c;
    isolation: isolate;
}

.film-type-works__sticky {
    position: sticky;
    top: 0;
    min-height: 100svh;
    overflow: hidden;
    display: grid;
    align-items: center;
    padding: clamp(140px, 12vw, 190px) 0 clamp(82px, 8vw, 118px);
    isolation: isolate;
}

.film-type-works__bg,
.film-type-works__overlay {
    position: absolute;
    inset: 0;
}

.film-type-works__bg {
    z-index: 0;
}

.film-type-works__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    filter: saturate(0.82) contrast(1.02) blur(7px);
    transform: scale(calc(1.05 + (var(--film-progress, 0) * 0.06)));
    transform-origin: center;
    transition:
        opacity 320ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 120ms linear;
}

.film-type-works__bg-image.is-active {
    opacity: 1;
}

.film-type-works__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(10, 18, 28, 0.82), rgba(10, 18, 28, 0.48) 48%, rgba(10, 18, 28, 0.76)),
        rgba(9, 18, 28, 0.28);
}

.film-type-works__fixed {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.film-type-works__pickup,
.film-type-works__number,
.film-type-works__link {
    position: absolute;
    margin: 0;
    color: #fff;
}

.film-type-works__pickup {
    top: 50%;
    left: clamp(28px, 5vw, 84px);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(22px, 3vw, 46px);
    font-style: italic;
    letter-spacing: 0.03em;
    transform: translateY(-50%);
    transform-origin: left center;
    opacity: 0.86;
}

.film-type-works__number {
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.22);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(140px, 18vw, 310px);
    line-height: 0.75;
    transform: translate(-50%, -48%);
}

.film-type-works__link {
    top: 50%;
    right: clamp(26px, 6vw, 92px);
    bottom: auto;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-underline-offset: 9px;
    opacity: 0.92;
    transform: translateY(-50%);
    transition: opacity 260ms ease, transform 260ms ease;
}

.film-type-works__cards {
    position: relative;
    z-index: 3;
    width: min(380px, 28vw);
    aspect-ratio: 315 / 420;
    margin: 0 auto;
    perspective: 1200px;
}

.film-type-card {
    position: absolute;
    inset: 0;
    min-width: 0;
    opacity: 0.54;
    transform: translate3d(0, 112%, -140px) scale(0.86);
    transition:
        opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 520ms ease;
    filter: brightness(0.78) saturate(0.86);
    pointer-events: none;
}

.film-type-works__stage .film-type-card {
    will-change: transform, opacity, filter;
    transition:
        opacity 110ms linear,
        filter 110ms linear;
}

.film-type-card.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: brightness(1) saturate(1);
    pointer-events: auto;
}

.film-type-card.is-before {
    opacity: 0;
    transform: translate3d(0, -112%, -130px) scale(0.86);
}

.film-type-card.is-after {
    opacity: 0;
    transform: translate3d(0, 112%, -130px) scale(0.86);
}

.film-type-card.is-prev {
    opacity: 0.62;
    transform: translate3d(0, -112%, -130px) scale(0.86);
}

.film-type-card.is-next {
    opacity: 0.62;
    transform: translate3d(0, 112%, -130px) scale(0.86);
}

.film-type-card a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.16),
        0 30px 80px -54px rgba(0, 0, 0, 0.78);
    transition: transform 300ms ease, filter 300ms ease;
}

.film-type-card a:hover {
    transform: translateY(-8px);
    filter: brightness(1.05);
}

.film-type-card figure {
    position: absolute;
    inset: 0;
    margin: 0;
}

.film-type-card figure::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 10, 18, 0.06) 0%, rgba(3, 10, 18, 0.2) 42%, rgba(3, 10, 18, 0.72) 100%),
        linear-gradient(90deg, rgba(5, 18, 32, 0.2), transparent 56%);
    content: "";
}

.film-type-card figure::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(90deg, transparent 49.6%, rgba(255, 255, 255, 0.16) 50%, transparent 50.4%),
        linear-gradient(180deg, transparent 49.6%, rgba(255, 255, 255, 0.12) 50%, transparent 50.4%);
    content: "";
    pointer-events: none;
}

.film-type-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.film-type-card a:hover img {
    transform: scale(1.055);
}

.film-type-card__body {
    position: absolute;
    inset: auto 0 0;
    padding: clamp(18px, 2vw, 28px);
}

.film-type-card__body span {
    display: block;
    margin-bottom: clamp(58px, 8vw, 116px);
    color: rgba(255, 255, 255, 0.86);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(36px, 4.3vw, 72px);
    line-height: 0.8;
    letter-spacing: 0.02em;
}

.film-type-card__body h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(17px, 1.55vw, 22px);
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: 0.06em;
}

.film-type-card__body p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.78;
    letter-spacing: 0.04em;
}

/* タップ/クリック可能を示すCTAボタン（トップページのglass-btn風） ピル本体 */
.film-type-card a::after {
    content: "詳しく見る";
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 50px 0 18px;
    border-radius: 999px;
    border: 1.5px solid rgba(126, 184, 255, 0.72);
    background: rgba(255, 255, 255, 0.92);
    color: #143b68;
    font-size: clamp(11.5px, 1vw, 13px);
    font-weight: 800;
    letter-spacing: 0.06em;
    white-space: nowrap;
    box-shadow: 0 10px 26px -12px rgba(48, 104, 171, 0.5);
    transition: background 240ms ease, transform 240ms ease;
}

/* CTAボタン 右端の白い丸矢印 */
.film-type-card a::before {
    content: "→";
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #2c4564;
    font-family: "Roboto", var(--font);
    font-size: 15px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 3px 8px rgba(70, 100, 140, 0.22);
    transition: transform 240ms ease, background 240ms ease, color 240ms ease;
}

.film-type-works--hide-detail .film-type-card a::before,
.film-type-works--hide-detail .film-type-card a::after {
    display: none;
}

/* アクティブカードは青パルスで注目を促す（ボタンの色はそのまま） */
.film-type-card.is-active a::after {
    animation: film-card-cta-pulse 1.9s ease-in-out infinite;
}

/* ホバーの青化はマウス環境のみ（スマホのhover貼り付きで青く残るのを防ぐ） */
@media (hover: hover) {
    .film-type-card a:hover::after {
        background: #fff;
    }

    .film-type-card a:hover::before {
        transform: translateX(3px);
        background: linear-gradient(135deg, #2e6fd8, #1c4f9e);
        color: #fff;
    }
}

/* タップ時の押下フィードバック */
.film-type-card a:active {
    transform: scale(0.985);
    filter: brightness(1.04);
}

@keyframes film-card-cta-pulse {
    0%,
    100% {
        box-shadow: 0 10px 26px -12px rgba(48, 104, 171, 0.5), 0 0 0 0 rgba(47, 143, 224, 0.65);
    }
    50% {
        box-shadow: 0 10px 26px -12px rgba(48, 104, 171, 0.5), 0 0 0 12px rgba(47, 143, 224, 0);
    }
}

@media (max-width: 767px) {
    .film-type-card a::after {
        height: 34px;
        padding: 0 42px 0 14px;
        font-size: 11px;
    }
    .film-type-card a::before {
        top: 17px;
        right: 16px;
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .film-type-card.is-active a::after {
        animation: none;
    }
}

.film-concern-works {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.94), transparent 30%),
        radial-gradient(circle at 82% 70%, rgba(174, 219, 246, 0.34), transparent 34%),
        linear-gradient(180deg, #f5fbff 0%, #eaf4fa 100%);
}

.film-concern-works .film-type-works__stage {
    background:
        linear-gradient(90deg, rgba(91, 146, 182, 0.13) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(0deg, rgba(91, 146, 182, 0.1) 1px, transparent 1px) 0 0 / 72px 72px,
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96), rgba(232, 245, 252, 0.54) 48%, rgba(216, 234, 244, 0.68) 100%);
}

/* 「フィルムから選ぶ」末尾をフッターの明色へフェードし、下端の段差をなくす */
.film-type-works:not(.film-concern-works) .film-type-works__stage {
    background:
        linear-gradient(90deg, rgba(91, 146, 182, 0.1) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(0deg, rgba(91, 146, 182, 0.08) 1px, transparent 1px) 0 0 / 72px 72px,
        radial-gradient(circle at 48% 44%, rgba(255, 255, 255, 0.98), rgba(238, 248, 253, 0.68) 50%, rgba(224, 238, 247, 0.78) 100%);
}

.film-type-works:not(.film-concern-works) .film-type-works__bg-image {
    filter: saturate(0.94) contrast(0.98) brightness(1.18) blur(6px);
}

.film-type-works:not(.film-concern-works) .film-type-works__bg-image.is-active {
    opacity: 0.46;
}

.film-type-works:not(.film-concern-works) .film-type-works__overlay {
    background:
        linear-gradient(90deg, rgba(247, 252, 255, 0.88), rgba(255, 255, 255, 0.42) 48%, rgba(239, 248, 253, 0.86)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(188, 218, 236, 0.16));
}

.film-type-works:not(.film-concern-works) .film-type-works__heading h2,
.film-type-works:not(.film-concern-works) .film-type-works__link {
    color: #102033;
    text-shadow: 0 10px 32px rgba(255, 255, 255, 0.76);
}

.film-type-works:not(.film-concern-works) .film-type-works__large {
    color: rgba(76, 112, 138, 0.12);
}

.film-type-works:not(.film-concern-works) .film-type-works__pickup,
.film-type-works:not(.film-concern-works) .film-type-works__number {
    color: rgba(16, 32, 51, 0.68);
}

.film-type-works--dark:not(.film-concern-works) .film-type-works__stage {
    background:
        linear-gradient(180deg, transparent 84%, #f6f9fb 100%),
        #0c151c;
}

.film-type-works--dark:not(.film-concern-works) .film-type-works__bg-image {
    filter: saturate(0.82) contrast(1.02) blur(7px);
}

.film-type-works--dark:not(.film-concern-works) .film-type-works__bg-image.is-active {
    opacity: 1;
}

.film-type-works--dark:not(.film-concern-works) .film-type-works__overlay {
    background:
        linear-gradient(90deg, rgba(10, 18, 28, 0.82), rgba(10, 18, 28, 0.48) 48%, rgba(10, 18, 28, 0.76)),
        rgba(9, 18, 28, 0.28);
}

.film-type-works--dark:not(.film-concern-works) .film-type-works__heading h2,
.film-type-works--dark:not(.film-concern-works) .film-type-works__link,
.film-type-works--dark:not(.film-concern-works) .film-type-works__pickup {
    color: #fff;
    text-shadow: none;
}

.film-type-works--dark:not(.film-concern-works) .film-type-works__large {
    color: rgba(255, 255, 255, 0.07);
}

.film-type-works--dark:not(.film-concern-works) .film-type-works__number {
    color: rgba(255, 255, 255, 0.22);
}

/* ===== 取り扱いメーカー：画像なし・文字のみ ===== */
/* 背景写真を消し、明るいテーマで統一する（カードが暗テーマに切替わっても明るく保つ） */
.film-type-works--maker .film-type-works__bg {
    display: none;
}

.film-type-works--maker.film-type-works--dark:not(.film-concern-works) .film-type-works__stage {
    background:
        linear-gradient(90deg, rgba(91, 146, 182, 0.1) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(0deg, rgba(91, 146, 182, 0.08) 1px, transparent 1px) 0 0 / 72px 72px,
        radial-gradient(circle at 48% 44%, rgba(255, 255, 255, 0.98), rgba(238, 248, 253, 0.68) 50%, rgba(224, 238, 247, 0.78) 100%);
}

.film-type-works--maker.film-type-works--dark:not(.film-concern-works) .film-type-works__overlay {
    background:
        linear-gradient(90deg, rgba(247, 252, 255, 0.88), rgba(255, 255, 255, 0.42) 48%, rgba(239, 248, 253, 0.86)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(188, 218, 236, 0.16));
}

.film-type-works--maker.film-type-works--dark:not(.film-concern-works) .film-type-works__heading h2,
.film-type-works--maker.film-type-works--dark:not(.film-concern-works) .film-type-works__link,
.film-type-works--maker.film-type-works--dark:not(.film-concern-works) .film-type-works__pickup {
    color: #102033;
    text-shadow: 0 10px 32px rgba(255, 255, 255, 0.76);
}

.film-type-works--maker.film-type-works--dark:not(.film-concern-works) .film-type-works__large {
    color: rgba(76, 112, 138, 0.12);
}

.film-type-works--maker.film-type-works--dark:not(.film-concern-works) .film-type-works__number {
    color: rgba(16, 32, 51, 0.68);
}

/* カード本体：写真を消してクリーンな明るいパネルに */
.film-type-works--maker .film-type-card figure {
    display: none;
}

.film-type-works--maker .film-type-card a {
    background: linear-gradient(165deg, #ffffff, #eef3f7);
    box-shadow:
        0 0 0 1px rgba(20, 45, 70, 0.1),
        0 30px 80px -54px rgba(0, 0, 0, 0.45);
}

.film-type-works--maker .film-type-card__body {
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.film-type-works--maker .film-type-card__body span {
    margin-bottom: 0;
    color: rgba(20, 45, 70, 0.32);
}

.film-type-works--maker .film-type-card__body h3 {
    color: #14202e;
    font-size: clamp(24px, 2.8vw, 38px);
    letter-spacing: 0.08em;
}

/* ===== 取り扱いメーカー（比較用シンプル版） ===== */
.maker-simple {
    padding: clamp(80px, 9vw, 132px) 0;
    background: #fafbfc;
}

.maker-simple__inner {
    width: min(100% - 80px, 1040px);
    margin: 0 auto;
}

.maker-simple__head {
    text-align: center;
    margin-bottom: clamp(48px, 6vw, 78px);
}

.maker-simple__head .section-title {
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    letter-spacing: 0.18em;
}

.maker-simple__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(20, 45, 70, 0.12);
    border-bottom: 1px solid rgba(20, 45, 70, 0.12);
}

.maker-simple__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: clamp(40px, 5vw, 64px) 20px;
    text-align: center;
}

.maker-simple__item + .maker-simple__item {
    border-left: 1px solid rgba(20, 45, 70, 0.12);
}

.maker-simple__no {
    color: rgba(20, 45, 70, 0.34);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1;
    letter-spacing: 0.04em;
}

.maker-simple__name {
    color: #14202e;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

.maker-simple__more {
    margin: 56px 0 0;
    text-align: center;
}

.maker-simple__more .glass-btn {
    font-size: 22px;
    padding: 20px 56px;
}

.maker-simple__more .glass-btn__arrow {
    width: 44px;
    height: 44px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .maker-simple__more .glass-btn {
        font-size: 17px;
        padding: 16px 32px;
    }

    .maker-simple__more .glass-btn__arrow {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .maker-simple {
        padding-top: 60px;
    }

    .maker-simple__inner {
        width: min(100% - 40px, 460px);
    }

    .maker-simple__list {
        grid-template-columns: 1fr;
    }

    .maker-simple__item {
        flex-direction: row;
        justify-content: flex-start;
        gap: 22px;
        padding: 26px 8px;
    }

    .maker-simple__item + .maker-simple__item {
        border-left: none;
        border-top: 1px solid rgba(20, 45, 70, 0.12);
    }

    .maker-simple__no {
        font-size: 30px;
        min-width: 46px;
    }

    .maker-simple__name {
        font-size: 17px;
    }
}

.film-concern-works .film-type-works__sticky::before {
    position: absolute;
    inset: 8% 6%;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.16)),
        radial-gradient(circle at 50% 46%, rgba(173, 216, 242, 0.26), transparent 42%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        0 24px 90px -72px rgba(38, 91, 126, 0.58);
    content: "";
    pointer-events: none;
}

.film-concern-works .film-type-works__bg-image {
    opacity: 0;
    filter: saturate(0.96) contrast(0.98) brightness(1.2) blur(6px);
}

.film-concern-works .film-type-works__bg-image.is-active {
    opacity: 0.58;
}

.film-concern-works .film-type-works__overlay {
    background:
        linear-gradient(90deg, rgba(246, 251, 255, 0.84), rgba(255, 255, 255, 0.38) 48%, rgba(239, 248, 253, 0.82)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(188, 218, 236, 0.18)),
        rgba(245, 250, 253, 0.28);
}

.film-concern-works .film-type-works__kicker {
    color: rgba(70, 101, 124, 0.9);
    text-shadow: none;
}

.film-concern-works .film-type-works__heading h2 {
    color: #102033;
    text-shadow: 0 10px 32px rgba(255, 255, 255, 0.72);
}

.film-concern-works .film-type-works__large {
    color: rgba(76, 112, 138, 0.1);
}

.film-concern-works .film-type-works__number {
    color: rgba(58, 95, 123, 0.18);
    text-shadow: 0 0 32px rgba(255, 255, 255, 0.82);
}

.film-concern-works .film-type-works__link {
    color: #102033;
    text-shadow: 0 1px 18px rgba(255, 255, 255, 0.82);
}

.film-concern-works .film-type-works__pickup {
    color: rgba(16, 32, 51, 0.76);
}

.film-concern-works .film-type-card a {
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12)),
        rgba(255, 255, 255, 0.16);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        0 34px 86px -52px rgba(45, 93, 125, 0.72);
}

.film-concern-works .film-type-card figure::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(15, 43, 65, 0.14) 45%, rgba(5, 20, 34, 0.58) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 58%);
}

.film-concern-works .film-type-card figure::before {
    border-color: rgba(255, 255, 255, 0.28);
    background:
        linear-gradient(90deg, transparent 49.6%, rgba(255, 255, 255, 0.24) 50%, transparent 50.4%),
        linear-gradient(180deg, transparent 49.6%, rgba(255, 255, 255, 0.16) 50%, transparent 50.4%);
}

/* heat-insulation-film page -------------------------------- */
.heat-film-page {
    background: #f4f9fc;
    color: #122235;
}

.heat-hero {
    position: relative;
    overflow: hidden;
    min-height: 100svh;
    padding: clamp(118px, 12vw, 178px) 0 clamp(72px, 8vw, 112px);
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.96), transparent 28%),
        linear-gradient(135deg, #edf7fc 0%, #d9edf7 48%, #f8fbfd 100%);
    isolation: isolate;
}

.heat-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(86, 143, 180, 0.11) 1px, transparent 1px) 0 0 / 86px 86px,
        linear-gradient(0deg, rgba(86, 143, 180, 0.09) 1px, transparent 1px) 0 0 / 86px 86px;
    content: "";
}

.heat-hero__bg {
    position: absolute;
    inset: auto -10% -18% 38%;
    z-index: -1;
    height: 58%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(64, 151, 217, 0.22), transparent 66%);
    filter: blur(8px);
}

.heat-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(34px, 6vw, 92px);
    align-items: center;
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.heat-hero__kicker {
    margin: 0 0 24px;
    color: #5b748a;
    font-family: "Roboto", var(--font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.heat-hero h1 {
    margin: 0;
    color: #0d2036;
    font-size: clamp(48px, 7vw, 108px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.08em;
}

.heat-hero__lead {
    width: min(540px, 100%);
    margin: 28px 0 0;
    color: #43586a;
    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 700;
    line-height: 2.15;
    letter-spacing: 0.08em;
}

.heat-hero__actions,
.heat-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.glass-detail-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 212px;
    min-height: 58px;
    padding: 0 26px;
    border: 1px solid rgba(102, 160, 210, 0.42);
    border-radius: 999px;
    color: #0b3968;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(232, 244, 252, 0.54)),
        rgba(255, 255, 255, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 24px 70px -48px rgba(34, 107, 169, 0.6);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.glass-detail-button span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 28px -18px rgba(10, 36, 60, 0.6);
}

.glass-detail-button--ghost {
    color: #667889;
}

.glass-detail-button--line {
    color: #fff;
    border-color: rgba(0, 196, 70, 0.38);
    background: linear-gradient(135deg, #0bc94f, #08ad42);
}

.heat-hero__visual {
    perspective: 1300px;
    min-height: clamp(420px, 54vw, 680px);
}

.heat-window {
    position: relative;
    width: min(520px, 76vw);
    aspect-ratio: 4 / 5;
    margin-left: auto;
    transform: rotateY(-24deg) rotateX(8deg) rotateZ(1deg);
    transform-style: preserve-3d;
    animation: heatWindowFloat 7s ease-in-out infinite;
}

.heat-window__pane,
.heat-window__edge {
    position: absolute;
    border-radius: 18px;
}

.heat-window__pane--front {
    inset: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.16);
    box-shadow:
        inset 0 0 0 10px rgba(255, 255, 255, 0.34),
        inset 0 0 0 12px rgba(87, 126, 148, 0.18),
        0 46px 110px -58px rgba(13, 38, 58, 0.78);
    transform: translateZ(28px);
}

.heat-window__pane--front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04) contrast(1.02);
}

.heat-window__pane--front::before {
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background:
        linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.5) 50%, transparent calc(50% + 0.5px)),
        linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.32) 50%, transparent calc(50% + 0.5px));
    content: "";
}

.heat-window__shine {
    position: absolute;
    inset: -20% auto -20% 18%;
    width: 28%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.54), transparent);
    transform: skewX(-16deg);
    animation: heatWindowShine 4.8s ease-in-out infinite;
}

.heat-window__pane--back {
    inset: 22px -28px -26px 32px;
    border: 1px solid rgba(102, 120, 137, 0.22);
    background: rgba(236, 246, 251, 0.54);
    box-shadow: 0 34px 70px -54px rgba(11, 38, 62, 0.5);
    transform: translateZ(-26px);
}

.heat-window__edge--right {
    top: 20px;
    right: -31px;
    width: 38px;
    height: calc(100% - 6px);
    background: linear-gradient(90deg, rgba(152, 183, 203, 0.28), rgba(255, 255, 255, 0.46));
    transform: rotateY(90deg) translateZ(19px);
    transform-origin: left center;
}

.heat-window__edge--bottom {
    left: 12px;
    bottom: -31px;
    width: calc(100% - 4px);
    height: 38px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(126, 164, 188, 0.22));
    transform: rotateX(90deg) translateZ(19px);
    transform-origin: top center;
}

@keyframes heatWindowFloat {
    0%, 100% { transform: rotateY(-24deg) rotateX(8deg) rotateZ(1deg) translate3d(0, 0, 0); }
    50% { transform: rotateY(-18deg) rotateX(5deg) rotateZ(0deg) translate3d(0, -14px, 0); }
}

@keyframes heatWindowShine {
    0%, 40% { opacity: 0; transform: translateX(-120%) skewX(-16deg); }
    58% { opacity: 0.82; }
    100% { opacity: 0; transform: translateX(360%) skewX(-16deg); }
}

.heat-hero--catalog {
    --heat-hero-delay: 1.4s;
    min-height: 90svh;
    padding: clamp(92px, 7vw, 122px) 0 clamp(34px, 4vw, 56px);
    background:
        linear-gradient(90deg, rgba(102, 120, 137, 0.055) 1px, transparent 1px) 0 0 / 84px 84px,
        linear-gradient(0deg, rgba(102, 120, 137, 0.045) 1px, transparent 1px) 0 0 / 84px 84px,
        #f5f4ec;
}

.heat-hero--catalog::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    background: url("../img/film/kv_2.webp") center / cover no-repeat;
    content: "";
    opacity: 0;
    transform: translateZ(0);
    /* 中央画像の浮かび上がりと同時に、背景をビフォー→アフターへディゾルブで切替 */
    animation: heatHeroBgDissolve 1.5s ease-in-out calc(var(--heat-hero-delay) + 0.24s) forwards;
    will-change: opacity;
    pointer-events: none;
}

.heat-hero--catalog::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    background: url("../img/film/kv_1.webp") center / cover no-repeat;
    content: "";
    opacity: 0;
    transform: translateZ(0);
    animation: heatHeroBgIntro 0.95s ease-out forwards;
    will-change: opacity;
    pointer-events: none;
}

@keyframes heatHeroBgIntro {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes heatHeroBgDissolve {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes heatHeroDarken {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.heat-hero--catalog .heat-hero__inner {
    position: relative;
    z-index: 2;
    display: block;
    width: min(1280px, calc(100% - 72px));
    min-height: calc(90svh - clamp(140px, 11vw, 178px));
    margin: 0 auto;
}

.heat-hero--catalog .heat-hero__kicker {
    position: relative;
    z-index: 3;
    margin: 0;
    color: #667889;
    font-size: 12px;
    letter-spacing: 0.34em;
    text-align: center;
}

.heat-hero__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(360px, 420px) minmax(220px, 1fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    min-height: clamp(500px, 58vh, 640px);
    padding-top: clamp(8px, 2.5vw, 34px);
}

.heat-hero--catalog .heat-hero__copy {
    position: relative;
    z-index: 4;
    align-self: center;
    color: #fff;
    text-shadow: 0 12px 32px rgba(9, 20, 32, 0.5);
}

/* film(film-kv)の見出しと同じ：キッカーの左に横線を入れる（白文字） */
.heat-hero__sub {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: #fff;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.heat-hero__sub::before {
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, 0.82);
    content: "";
}

.heat-hero--catalog h1 {
    max-width: 12.5em;
    margin: 0;
    color: #fff;
    font-family: "Zen Kaku Gothic New", var(--font);
    font-size: clamp(30px, 3.05vw, 44px);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.04em;
}

.heat-hero--catalog h1 span {
    display: block;
}

.heat-hero__glass {
    position: relative;
    z-index: 2;
    grid-column: 2;
    justify-self: center;
    overflow: hidden;
    width: min(420px, 100%);
    aspect-ratio: 0.68;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px 999px 0 0;
    background: #dce8ed;
    box-shadow:
        inset 0 0 0 10px rgba(255, 255, 255, 0.22),
        inset 0 0 0 11px rgba(102, 120, 137, 0.18),
        0 42px 100px -64px rgba(16, 32, 51, 0.62);
    transform: translateY(-18px);
    opacity: 0;
    visibility: hidden;
    animation: heatCatalogWindow 0.82s cubic-bezier(0.55, 0, 1, 0.45) calc(var(--heat-hero-delay) + 0.24s) forwards;
}

.heat-hero__mado {
    position: relative;
    z-index: 2;
    grid-column: 2;
    justify-self: center;
    width: min(345px, 100%);
    margin: 0 auto;
    transform: translateY(-18px);
    opacity: 0;
    visibility: hidden;
    animation: heatCatalogWindow 0.82s cubic-bezier(0.55, 0, 1, 0.45) calc(var(--heat-hero-delay) + 0.24s) forwards;
    pointer-events: none;
}

.heat-hero__mado img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 36px 58px rgba(16, 32, 51, 0.28));
}

.heat-hero__appeal {
    position: absolute;
    z-index: 5;
    top: clamp(66px, 8vw, 110px);
    left: calc(50% - 258px);
    display: grid;
    gap: 4px;
    min-width: 158px;
    padding: 12px 17px 13px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 18px 18px 18px 4px;
    color: #102033;
    background: rgba(255, 255, 255, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 18px 34px -24px rgba(16, 32, 51, 0.34),
        0 0 26px rgba(255, 255, 255, 0.36);
    opacity: 0;
    transform: translate3d(-14px, 22px, 0) scale(0.84) rotate(-4deg);
    transform-origin: right bottom;
    animation:
        heatAppealPop 0.82s cubic-bezier(0.2, 1.35, 0.32, 1) calc(var(--heat-hero-delay) + 0.92s) forwards,
        heatAppealBreathe 3.6s ease-in-out calc(var(--heat-hero-delay) + 1.9s) infinite;
    pointer-events: none;
}

.heat-hero__appeal::after {
    position: absolute;
    right: 18px;
    bottom: -8px;
    width: 16px;
    height: 16px;
    background: inherit;
    border-right: 1px solid rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.78);
    transform: rotate(45deg);
    content: "";
}

.heat-hero__appeal::before {
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: inherit;
    content: "";
    opacity: 0;
    animation: heatAppealPulse 2.8s ease-out calc(var(--heat-hero-delay) + 1.35s) infinite;
}

.heat-hero__appeal span {
    color: #667889;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.heat-hero__appeal strong {
    color: #102033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.08em;
}

.heat-hero__glass-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    opacity: 1;
}

.heat-hero__glass-img--sun {
    z-index: 1;
    animation: none;
}

@media (prefers-reduced-motion: reduce) {
    .heat-hero__glass-img--sun {
        animation: none;
        opacity: 0;
    }
}

.heat-hero__glass::before {
    position: absolute;
    inset: 10px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 999px 999px 0 0;
    background:
        linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.48) 50%, transparent calc(50% + 0.5px)),
        linear-gradient(180deg, transparent calc(49% - 0.5px), rgba(255, 255, 255, 0.34) 50%, transparent calc(51% + 0.5px));
    content: "";
    pointer-events: none;
    opacity: 1;
}

.heat-hero__glass-frame {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        inset 0 -20px 42px rgba(255, 255, 255, 0.18);
    pointer-events: none;
    opacity: 1;
}

.heat-hero__glass-shine {
    position: absolute;
    inset: -16% auto -16% 12%;
    z-index: 4;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
    transform: translateX(-150%) skewX(-16deg);
    animation: heatCatalogShine 4.2s ease-in-out calc(var(--heat-hero-delay) + 1.05s) infinite;
    pointer-events: none;
}

.heat-hero__side-copy {
    position: relative;
    z-index: 3;
    align-self: end;
    padding-bottom: clamp(34px, 5vw, 76px);
}

.heat-hero__side-copy p {
    width: min(320px, 100%);
    margin: 0;
    color: #415467;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.08em;
}

.heat-hero--catalog .heat-hero__actions {
    display: grid;
    width: min(320px, 100%);
    gap: 12px;
    margin-top: 28px;
}

.heat-hero--catalog .glass-detail-button {
    min-width: 0;
    width: 100%;
    min-height: 54px;
}

.heat-hero__marquee {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: clamp(28px, 4vw, 54px) 0 clamp(20px, 3vw, 42px);
    background: #fff;
    pointer-events: none;
    user-select: none;
}

.heat-hero__marquee-track {
    display: flex;
    width: max-content;
    animation: heatMarquee 56s linear infinite;
}

.heat-hero__marquee-track span {
    padding: 0 clamp(40px, 6vw, 80px);
    color: rgba(102, 120, 137, 0.1);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(72px, 13vw, 200px);
    font-style: italic;
    line-height: 0.82;
    white-space: nowrap;
}

@keyframes heatMarquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes heatCatalogWindow {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(42px);
    }
    1% {
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(-18px);
    }
}

@keyframes heatCatalogShine {
    0%, 36% {
        opacity: 0;
        transform: translateX(-150%) skewX(-16deg);
    }
    48% {
        opacity: 0.9;
    }
    72%, 100% {
        opacity: 0;
        transform: translateX(360%) skewX(-16deg);
    }
}

@keyframes heatAppealPop {
    0% {
        opacity: 0;
        transform: translate3d(-18px, 24px, 0) scale(0.78) rotate(-6deg);
    }
    64% {
        opacity: 1;
        transform: translate3d(2px, -8px, 0) scale(1.05) rotate(1deg);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
}

@keyframes heatAppealBreathe {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
    50% {
        transform: translate3d(0, -6px, 0) scale(1.02) rotate(-1deg);
    }
}

@keyframes heatAppealPulse {
    0% {
        opacity: 0.55;
        transform: scale(0.92);
    }
    80%, 100% {
        opacity: 0;
        transform: scale(1.12);
    }
}

.heat-section-head {
    width: min(1080px, calc(100% - 64px));
    margin: 0 auto;
}

.heat-section-head h2 {
    max-width: 820px;
    margin: 18px 0 0;
    color: #102033;
    font-size: clamp(30px, 4.4vw, 58px);
    line-height: 1.38;
    letter-spacing: 0.08em;
}

.heat-intro {
    padding: clamp(86px, 9vw, 132px) 0;
    background: #fff;
}

.heat-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    gap: clamp(28px, 5vw, 72px);
    width: min(1080px, calc(100% - 64px));
    margin: clamp(36px, 5vw, 64px) auto 0;
}

.heat-intro__grid p {
    margin: 0;
    color: #40576b;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.15;
    letter-spacing: 0.06em;
}

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

.heat-intro__points li {
    padding: 18px 20px;
    border: 1px solid rgba(102, 120, 137, 0.16);
    border-radius: 8px;
    background: linear-gradient(145deg, #fff, #f2f8fb);
    color: #102033;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.heat-before-after {
    padding: clamp(90px, 10vw, 148px) 0;
    background:
        linear-gradient(90deg, rgba(88, 146, 184, 0.1) 1px, transparent 1px) 0 0 / 84px 84px,
        linear-gradient(0deg, rgba(88, 146, 184, 0.08) 1px, transparent 1px) 0 0 / 84px 84px,
        #edf6fb;
}

.heat-before-after__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.heat-before-after__inner .heat-section-head {
    width: 100%;
}

.heat-ba-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 24px);
    margin-top: clamp(38px, 5vw, 72px);
}

.heat-ba-card figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    aspect-ratio: 16 / 10;
    box-shadow: 0 40px 90px -68px rgba(14, 42, 64, 0.68);
}

.heat-ba-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heat-ba-card figcaption {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(12, 25, 39, 0.68);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.heat-benefits {
    padding: clamp(90px, 10vw, 150px) 0;
    background: #fff;
}

.heat-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 32px);
    width: min(1080px, calc(100% - 64px));
    margin: clamp(42px, 5vw, 74px) auto 0;
}

.heat-benefit-card {
    min-height: 330px;
    padding: clamp(28px, 3.2vw, 44px);
    border: 1px solid rgba(102, 120, 137, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 252, 0.72)),
        #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 32px 90px -72px rgba(16, 32, 51, 0.44);
}

.heat-benefit-card__num {
    display: block;
    color: #8fa2b3;
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: 48px;
    line-height: 1;
}

.heat-benefit-card h3 {
    margin: 44px 0 0;
    color: #102033;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.45;
    letter-spacing: 0.08em;
}

.heat-benefit-card p {
    margin: 22px 0 0;
    color: #4b6173;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
}

.heat-energy {
    padding: clamp(96px, 11vw, 158px) 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.9), transparent 24%),
        #eef7fb;
}

.heat-energy__inner {
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 86px);
    align-items: center;
    width: min(1080px, calc(100% - 64px));
    margin: 0 auto;
}

.heat-energy__image {
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    aspect-ratio: 4 / 5;
    box-shadow: 0 42px 90px -70px rgba(13, 42, 64, 0.64);
}

.heat-energy__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heat-energy__body h2 {
    margin: 18px 0 0;
    color: #102033;
    font-size: clamp(32px, 4.5vw, 62px);
    line-height: 1.32;
    letter-spacing: 0.08em;
}

.heat-energy__body p {
    margin: 28px 0 0;
    color: #40576b;
    font-weight: 700;
    line-height: 2.1;
    letter-spacing: 0.06em;
}

.heat-energy__list {
    display: grid;
    gap: 14px;
    margin: 34px 0 0;
}

.heat-energy__list div {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.heat-energy__list dt {
    color: #1f6fab;
    font-weight: 800;
}

.heat-energy__list dd {
    margin: 0;
    color: #24394c;
    font-weight: 700;
    line-height: 1.7;
}

.heat-cta {
    padding: clamp(90px, 10vw, 150px) 0;
    background: #fff;
}

.heat-cta__inner {
    width: min(1000px, calc(100% - 64px));
    margin: 0 auto;
    padding: clamp(46px, 6vw, 76px);
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(225, 240, 248, 0.52)),
        url("../img/mado2.webp?v=202606201430") center / cover;
    box-shadow: 0 40px 100px -78px rgba(16, 32, 51, 0.64);
    text-align: center;
}

.heat-cta__inner h2 {
    margin: 18px auto 0;
    max-width: 760px;
    color: #102033;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.45;
    letter-spacing: 0.08em;
}

.heat-cta__inner p:not(.section-kicker) {
    max-width: 680px;
    margin: 22px auto 0;
    color: #40576b;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
}

.heat-cta__buttons {
    justify-content: center;
}

@media (max-width: 1023px) {
    .heat-hero {
        min-height: auto;
        padding-top: 112px;
    }

    .heat-hero--catalog {
        min-height: auto;
        padding: 92px 0 58px;
    }

    .heat-hero--catalog .heat-hero__inner {
        width: min(780px, calc(100% - 44px));
        min-height: 0;
    }

    .heat-hero__layout {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: 0;
        padding-top: 16px;
    }

    .heat-hero--catalog .heat-hero__copy,
    .heat-hero__side-copy {
        text-align: center;
    }

    .heat-hero__side-copy {
        align-self: center;
        padding-bottom: 0;
    }

    .heat-hero__side-copy p,
    .heat-hero--catalog .heat-hero__actions {
        margin-right: auto;
        margin-left: auto;
    }

    .heat-hero__glass {
        width: min(390px, 74vw);
        order: -1;
    }

    .heat-hero__mado {
        /* 1カラム化したグリッドでベースの grid-column:2 を打ち消す */
        grid-column: 1;
        width: min(280px, 56vw);
        order: -1;
        justify-self: center;
        margin: 0 auto;
    }

    /* 中央よりほんの少し左に見えるよう微調整 */
    .heat-hero__mado img {
        transform: translateX(-6%);
    }

    .heat-hero__appeal {
        top: 42px;
        left: calc(50% - min(235px, 39vw));
        min-width: 148px;
        padding: 11px 15px 12px;
    }

    .heat-hero__appeal strong {
        font-size: 16px;
    }

    .heat-hero__inner,
    .heat-intro__grid,
    .heat-energy__inner {
        grid-template-columns: 1fr;
    }

    .heat-hero__visual {
        min-height: 420px;
    }

    .heat-window {
        margin: 0 auto;
    }

    .heat-benefits__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .heat-hero {
        padding: 94px 0 64px;
    }

    .heat-hero--catalog {
        /* 下のマーキー(WINDOW FILM)が画面内に覗く高さに抑える */
        min-height: auto;
        padding: 84px 0 36px;
    }

    .heat-hero--catalog .heat-hero__inner {
        width: min(100% - 32px, 430px);
    }

    .heat-hero__inner,
    .heat-section-head,
    .heat-before-after__inner,
    .heat-intro__grid,
    .heat-benefits__grid,
    .heat-energy__inner,
    .heat-cta__inner {
        width: min(100% - 32px, 430px);
    }

    .heat-hero h1 {
        font-size: 42px;
    }

    /* 見出しはfilm-kv同様に絶対配置で、フィルム画像に重ねて浮かせる（白文字） */
    .heat-hero__layout {
        align-items: start;
        min-height: 50vh;
    }

    .heat-hero--catalog .heat-hero__copy {
        position: absolute;
        z-index: 4;
        left: 2px;
        bottom: 8%;
        width: min(86%, 360px);
        margin: 0;
        text-align: left;
    }

    .heat-hero--catalog h1 {
        font-size: clamp(26px, 6.6vw, 34px);
        line-height: 1.36;
    }

    .heat-hero__sub {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .heat-hero__glass {
        width: min(292px, 78vw);
        border-radius: 999px 999px 0 0;
    }

    .heat-hero__mado {
        grid-column: 1;
        width: min(210px, 56vw);
        justify-self: center;
        /* 画像を少し下げる */
        margin: 28px auto 0;
    }

    /* 中央よりほんの少し左に見えるよう微調整 */
    .heat-hero__mado img {
        transform: translateX(-6%);
    }

    /* 吹き出しは画像の移動に合わせて上端左に重ねて浮かせる */
    .heat-hero__appeal {
        top: 30px;
        left: calc(50% - 118px);
        min-width: 132px;
        padding: 9px 12px 10px;
        border-radius: 15px 15px 15px 4px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 16px 30px -16px rgba(16, 32, 51, 0.45),
            0 0 22px rgba(255, 255, 255, 0.4);
    }

    .heat-hero__appeal span {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .heat-hero__appeal strong {
        font-size: 14px;
        letter-spacing: 0.06em;
    }

    .heat-hero__side-copy p {
        font-size: 13px;
        line-height: 2;
    }

    .heat-hero__actions,
    .heat-cta__buttons {
        display: grid;
    }

    .glass-detail-button {
        width: 100%;
    }

    .heat-hero__visual {
        min-height: 330px;
    }

    .heat-window {
        width: min(300px, 82vw);
        transform: rotateY(-18deg) rotateX(6deg);
    }

    .heat-ba-card {
        grid-template-columns: 1fr;
    }

    .heat-benefit-card {
        min-height: 0;
    }

    .heat-energy__list div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .heat-cta__inner {
        padding: 38px 22px;
        border-radius: 20px;
    }

    .heat-intro {
        padding: 48px 0 72px;
    }

    .heat-hero__marquee {
        padding-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .film-type-works {
        padding-top: 0;
    }

    .film-type-works__heading {
        top: 72px;
        width: min(760px, calc(100% - 32px));
    }

    .film-type-works__large {
        margin-bottom: 0;
        font-size: clamp(58px, 14vw, 124px);
        white-space: normal;
    }

    .film-type-works__stage {
        min-height: calc(100svh + 280vh);
        margin-top: 0;
    }

    .film-type-works__sticky {
        min-height: 100svh;
        padding: 154px 0 78px;
    }

    .film-type-works__pickup {
        top: 42px;
        left: 28px;
        transform: none;
        font-size: 24px;
    }

    .film-type-works__number {
        top: 42px;
        right: 24px;
        left: auto;
        font-size: 108px;
        transform: none;
    }

    .film-type-works__link {
        top: auto;
        right: 26px;
        bottom: 36px;
        font-size: 12px;
        transform: none;
    }

    .film-type-works__cards {
        display: block;
        width: min(330px, 58vw);
        margin: 0;
        justify-self: center;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .film-type-card {
        flex: none;
        scroll-snap-align: none;
    }

    .film-type-card a {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .film-type-works {
        padding-top: 0;
    }

    .film-type-works__heading {
        top: 110px;
        width: min(430px, calc(100% - 28px));
    }

    .film-type-works__heading h2 {
        font-size: 24px;
    }

    .film-type-works__large {
        font-size: 44px;
        line-height: 0.92;
    }

    .film-type-works__stage {
        min-height: calc(100svh + 420vh);
    }

    /* テーマ切替でカード位置がズレないよう両テーマ共通のパディングにする */
    .film-type-works__sticky {
        align-items: start;
        padding: 200px 0 80px;
    }

    .film-type-works__overlay {
        background:
            linear-gradient(180deg, rgba(10, 18, 28, 0.78), rgba(10, 18, 28, 0.44) 42%, rgba(10, 18, 28, 0.82)),
            rgba(9, 18, 28, 0.3);
    }

    .film-type-works__pickup {
        top: 90px;
        left: 20px;
        font-size: 21px;
    }

    .film-type-works__number {
        top: 90px;
        right: 18px;
        font-size: 82px;
    }

    .film-type-works__cards {
        width: min(260px, 68vw);
        padding: 0;
    }

    .film-type-card {
        flex-basis: auto;
    }

    /* スマホは毎フレームのfilter再描画が重くフレーム落ちの原因になるため無効化し、
       transform/opacityのみで動かしてスクロール追従を滑らかにする */
    .film-type-card,
    .film-type-card.is-active {
        filter: none;
    }

    .film-type-works__stage .film-type-card {
        will-change: transform, opacity;
        transition: opacity 110ms linear;
    }

    .film-type-card a {
        min-height: 0;
        border-radius: 5px;
    }

    .film-type-card__body {
        padding: 18px;
    }

    .film-type-card__body span {
        margin-bottom: 84px;
        font-size: 42px;
    }

    .film-type-card__body h3 {
        font-size: 17px;
    }

    .film-type-card__body p {
        font-size: 12px;
        line-height: 1.7;
    }
}

/* ---------- area hero ---------- */

.area-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 46%, rgba(255, 255, 255, 0.9), transparent 30%),
        linear-gradient(180deg, #f5f1e8 0%, #f8f4ec 54%, #efe8dc 100%);
    color: #182432;
    font-family: "Zen Kaku Gothic New", var(--font);
    isolation: isolate;
}

.area-hero::before {
    display: none;
}

.area-hero::after {
    position: absolute;
    top: 128px;
    right: 6vw;
    z-index: 0;
    width: min(50vw, 660px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.22) 54%, transparent 70%);
    content: "";
    opacity: 0.95;
}

.area-hero__ghost {
    position: absolute;
    left: clamp(28px, 5vw, 80px);
    bottom: 24px;
    z-index: 0;
    margin: 0;
    color: rgba(102, 120, 137, 0.09);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(132px, 18vw, 270px);
    font-style: italic;
    line-height: 0.82;
    letter-spacing: 0;
    pointer-events: none;
}

.area-hero__inner {
    position: relative;
    z-index: 3;
    width: min(1160px, calc(100% - 88px));
    margin: 0 auto;
    padding: 188px 0 104px;
}

.area-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 24px;
    color: #7c705f;
    font-family: "Roboto", var(--font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.area-hero__kicker::after {
    display: block;
    width: 54px;
    height: 1px;
    background: currentColor;
    content: "";
    opacity: 0.62;
}

.area-hero h1 {
    margin: 0;
    color: #172330;
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(58px, 8.4vw, 132px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.08em;
}

.area-hero__lead {
    width: min(520px, 42vw);
    margin: 42px 0 0;
    color: #3a4650;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    line-height: 2.15;
    letter-spacing: 0.08em;
}

.area-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: min(500px, 42vw);
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.area-hero__chips li {
    padding: 9px 18px;
    border: 1px solid rgba(124, 112, 95, 0.22);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.54);
    color: #2d3d4d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    box-shadow: 0 12px 24px -20px rgba(52, 70, 86, 0.35);
}

.area-hero__chips a,
.area-pref__chips a,
.map3d__pin:is(a) {
    color: inherit;
    text-decoration: none;
}

.area-hero__chips a,
.area-pref__chips a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.area-hero__chips a::after,
.area-pref__chips a::after {
    color: #1688c8;
    content: "→";
    font-size: 0.9em;
    transition: transform 180ms ease;
}

.area-hero__chips a:hover::after,
.area-pref__chips a:hover::after {
    transform: translateX(3px);
}

.map3d__pin:is(a) {
    cursor: pointer;
}

.area-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 54px;
    color: #667889;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.area-hero__breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.area-hero__breadcrumb em {
    color: #263645;
    font-style: normal;
}

.area-hero__map {
    position: absolute;
    right: max(18px, 4.2vw);
    top: 110px;
    z-index: 2;
    width: min(820px, 59vw);
    aspect-ratio: 1200 / 820;
    filter: drop-shadow(0 36px 48px rgba(65, 57, 45, 0.16));
    animation: area-hero-map-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.area-hero__map img,
.area-hero__map svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.area-hero__pref {
    stroke: rgba(248, 244, 236, 0.94);
    stroke-width: 5;
    stroke-linejoin: round;
}

.area-hero__pref--ishikawa {
    fill: #9fb7ba;
}

.area-hero__pref--toyama {
    fill: #c7d0c6;
}

.area-hero__pref--fukui {
    fill: #b7c2b8;
}

.area-hero__route {
    fill: none;
    stroke: rgba(124, 112, 95, 0.42);
    stroke-width: 2;
    stroke-dasharray: 6 10;
    stroke-linecap: round;
}

.area-hero__label,
.area-hero__spot {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    pointer-events: none;
}

.area-hero__label {
    color: rgba(39, 47, 44, 0.58);
    font-family: "Roboto", var(--font);
    font-size: clamp(14px, 1.25vw, 19px);
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.area-hero__label--ishikawa {
    top: 46%;
    left: 46%;
    writing-mode: vertical-rl;
}

.area-hero__label--toyama {
    top: 43%;
    right: 9%;
}

.area-hero__label--fukui {
    left: 16%;
    bottom: 12%;
}

.area-hero__spot {
    min-width: 112px;
    padding: 10px 14px;
    border: 1px solid rgba(124, 112, 95, 0.24);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.76);
    color: #26323b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 18px 30px -22px rgba(65, 57, 45, 0.42);
    backdrop-filter: blur(10px);
}

.area-hero__spot b {
    display: block;
    margin-right: 8px;
    color: #7c705f;
    font-family: "Roboto", var(--font);
    font-size: 9px;
    letter-spacing: 0.16em;
}

.area-hero__spot::before {
    position: absolute;
    left: -7px;
    top: 50%;
    width: 11px;
    height: 11px;
    margin: 0;
    border-radius: 50%;
    background: #667889;
    box-shadow: 0 0 0 7px rgba(102, 120, 137, 0.12);
    content: "";
    transform: translateY(-50%);
}

.area-hero__spot--kanazawa {
    top: 50%;
    left: 37%;
}

.area-hero__spot--komatsu {
    top: 67%;
    left: 33%;
}

.area-hero__spot--toyama {
    top: 46%;
    right: 5%;
}

.area-hero__spot--fukui {
    left: 8%;
    bottom: 7%;
}

.area-hero__pin {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 116px;
    padding: 10px 14px 10px 12px;
    border: 1px solid rgba(102, 120, 137, 0.18);
    background: rgba(255, 255, 255, 0.82);
    color: #1f2c38;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    box-shadow: 0 16px 30px -22px rgba(65, 57, 45, 0.42);
    backdrop-filter: blur(10px);
}

.area-hero__pin i {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #667889;
    box-shadow: 0 0 0 6px rgba(102, 120, 137, 0.13);
}

.area-hero__pin i::before,
.area-hero__pin i::after {
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(102, 120, 137, 0.42);
    border-radius: 50%;
    content: "";
    animation: area-hero-pin-pulse 2.15s cubic-bezier(0.2, 0.55, 0.35, 1) infinite;
}

.area-hero__pin i::after {
    animation-delay: 0.72s;
}

.area-hero__pin b {
    color: #667889;
    font-family: "Roboto", var(--font);
    font-size: 9px;
    letter-spacing: 0.16em;
}

.area-hero__pin--kanazawa {
    top: 50%;
    left: 48%;
}

.area-hero__pin--komatsu {
    top: 61%;
    left: 38%;
}

.area-hero__pin--noto {
    top: 24%;
    left: 68%;
}

.area-hero__pin--toyama {
    top: 47%;
    right: 8%;
}

.area-hero__pin--fukui {
    left: 14%;
    bottom: 10%;
}

@keyframes area-hero-pin-pulse {
    0% {
        opacity: 0.82;
        transform: scale(0.35);
    }
    78%, 100% {
        opacity: 0;
        transform: scale(1.85);
    }
}

@keyframes area-hero-map-in {
    0% {
        opacity: 0;
        transform: translate3d(28px, 28px, 0) scale(0.96);
        filter: blur(8px) drop-shadow(0 38px 48px rgba(61, 81, 98, 0.18));
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0) drop-shadow(0 38px 48px rgba(61, 81, 98, 0.18));
    }
}

/* ---------- map section ---------- */

.area-map {
    padding: 104px 0 84px;
    font-family: "Zen Kaku Gothic New", var(--font);
    background: #f7fafc;
}

.area-map__inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 56px;
    align-items: center;
    width: min(1140px, calc(100% - 80px));
    margin: 0 auto;
}

.area-map__txt .section-kicker {
    color: #8a9aab;
    font-family: "Roboto", var(--font);
}

.area-map__txt .section-kicker::after {
    background: #9aabba;
}

.area-map__txt h2 {
    margin: 14px 0 22px;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #16202c;
}

.area-map__lead {
    margin: 0 0 28px;
    font-size: 14.5px;
    line-height: 2.05;
    letter-spacing: 0.05em;
    color: #44586b;
}

.area-map__legend {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px;
    padding: 20px 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(33, 56, 82, 0.08);
    box-shadow: 0 10px 26px -18px rgba(18, 32, 47, 0.4);
    list-style: none;
}

.area-map__legend-item {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1f2e3d;
}

.area-map__legend-item i {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.area-map__legend-item--base i {
    background: #667889;
    box-shadow: 0 0 0 3px rgba(102, 120, 137, 0.22);
}

.area-map__legend-item--base i::after {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1.5px solid rgba(102, 120, 137, 0.58);
    content: "";
    animation: mado-pulse 2.1s cubic-bezier(0.2, 0.55, 0.35, 1) infinite;
}

.area-map__legend-item--main i {
    background: #8fa4b5;
}

.area-map__legend-item--sub i {
    background: #c8d2da;
}

.area-map__note {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #6b7886;
}

/* the map itself */
