/* ====================================================================================================
   top.css 完全整理版
   - 重複定義を整理
   - HEROのスマホ崩れ修正
   - iPhone 16 Plus 対応
   - 既存の青系クールデザイン維持
==================================================================================================== */

/* ====================================================================================================
   共通
==================================================================================================== */
:root {
    --header-h: 90px;

    --hero-ink: #0b1f3a;
    --hero-sub: #5f6f82;
    --hero-cyan: #00abef;
    --hero-navy: #0d2d5c;
    --hero-line: rgba(13, 45, 92, 0.12);
    --hero-shadow: 0 20px 60px rgba(13, 45, 92, 0.14);

    --cp-bg: #f5fdff;
    --cp-ink: #0f172a;
    --cp-muted: rgba(15, 23, 42, 0.72);
    --cp-navy: #041e3a;
    --cp-cyan: #00abef;
    --cp-purple: #7c3aed;
    --cp-line: rgba(4, 30, 58, 0.12);
    --cp-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);

    --wf-bg: #f5fdff;
    --wf-ink: #0f172a;
    --wf-muted: rgba(15, 23, 42, 0.72);
    --wf-line: rgba(4, 30, 58, 0.12);
    --wf-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);
    --wf-cyan: #00abef;
    --wf-purple: #7c3aed;
    --wf-navy: #041e3a;

    --ssl-bg: #ffffff;
    --ssl-subbg: #f5fdff;
    --ssl-ink: #0f172a;
    --ssl-muted: rgba(15, 23, 42, 0.72);
    --ssl-navy: #041e3a;
    --ssl-cyan: #00abef;
    --ssl-purple: #7c3aed;
    --ssl-line: rgba(4, 30, 58, 0.12);
    --ssl-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);
    --ssl-radius: 18px;

    --bg1: #f7fbff;
    --bg2: #f4f1ff;
    --card: #ffffffcc;
    --text: #0f172a;
    --muted: #475569;
    --line: #e5e7eb;
    --shadow: 0 18px 40px rgba(2, 8, 23, 0.10);
    --shadow2: 0 10px 30px rgba(2, 8, 23, 0.08);
    --radius: 22px;
    --radius2: 16px;
    --primary: #1f5eff;
    --primary2: #7c3aed;
    --btnText: #fff;
    --max: 1100px;
}

* {
    box-sizing: border-box;
}

h2 {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}

.title {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #0b2545;
    line-height: 1.05;
    font-size: clamp(30px, 7vw, 46px);
}

.sub-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: 0.18em;
    color: #7a8796;
    margin-top: 10px;
    font-size: clamp(14px, 1.2vw, 18px);
    opacity: 0.75;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    color: var(--text);
    font-family: ui-sans-serif, system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

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

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

.top-page {
    position: relative;
    overflow: hidden;
}

@media (max-width: 430px) {
    .sub-title {
        margin: 0;
    }
}

/* ====================================================================================================
   HERO
==================================================================================================== */
.top-page .top-contents,
.top-contents {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: calc(100svh - var(--header-h));
    padding: calc(var(--header-h) + 32px) clamp(20px, 5vw, 72px) clamp(40px, 6vw, 80px);
    margin-bottom: 0;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(320px, 620px) minmax(320px, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 60px);

    background:
        radial-gradient(circle at 14% 20%, rgba(0, 171, 239, 0.05), transparent 28%),
        radial-gradient(circle at 88% 30%, rgba(15, 82, 153, 0.06), transparent 30%),
        linear-gradient(90deg, #eef2fb 0%, #eef1fb 55%, #eff8f7 100%);
}

@supports not (overflow: clip) {
    .top-contents {
        overflow-x: hidden;
    }
}

.top-contents .hero-copy {
    position: relative;
    z-index: 5;
    max-width: 620px;
    padding-left: clamp(4px, 1vw, 12px);
}

.top-contents .hero-copy .hero-eyebrow {
    margin: 0 0 18px;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-size: clamp(11px, 0.9vw, 14px);
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #0d5ca3;
    opacity: 0.95;
}

.top-contents .hero-copy h1 {
    margin: 0;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: clamp(36px, 2.4vw, 68px);
    line-height: 0.98;
    letter-spacing: 0.01em;
    color: var(--hero-ink);
    text-wrap: balance;
}

.top-contents .hero-copy h1 span {
    display: block;
    position: relative;
    font-size: 35px;
}

.top-contents .hero-copy h1 span:first-child {
    margin-left: 0;
}

.top-contents .hero-copy h1 span:last-child {
    margin-left: clamp(36px, 5vw, 96px);
}

.top-contents .hero-copy .hero-lead {
    margin: clamp(20px, 2.2vw, 28px) 0 0;
    max-width: 40ch;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(19px, 11.1vw, 25px);
    line-height: 2;
    letter-spacing: 0.02em;
    color: var(--hero-sub);
}

.top-contents .hero-copy .hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: clamp(22px, 2.6vw, 34px);
}

.top-contents .hero-copy .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.top-contents .hero-copy .hero-btn:hover {
    transform: translateY(-2px);
}

.top-contents .hero-copy .hero-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--hero-navy), #12478f);
    box-shadow: 0 18px 40px rgba(13, 45, 92, 0.25);
}

.top-contents .hero-copy .hero-btn-primary:hover {
    box-shadow: 0 24px 48px rgba(0, 171, 239, 0.22);
}

.top-contents .hero-copy .hero-btn-ghost {
    color: var(--hero-navy);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--hero-line);
    box-shadow: 0 10px 24px rgba(13, 45, 92, 0.08);
}

.top-contents .img {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-contents .img img {
    display: block;
    width: min(760px, 48vw);
    max-width: 100%;
    height: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
    filter: drop-shadow(0 28px 60px rgba(13, 45, 92, 0.12));
}

/* =========================================================
   hero装飾
========================================================= */
.top-page,
.top-contents {
    position: relative;
}

.circle-01,
.circle-02,
.circle-03,
.circle-04,
.circle-05,
.arrow-1,
.arrow-2,
.arrow-3,
.arrow-4,
.arrow-5 {
    position: absolute;
    pointer-events: none;
}

/* -------------------------
   circles
------------------------- */
.circle-01 {
    width: clamp(260px, 34vw, 520px);
    height: clamp(260px, 34vw, 520px);
    border-radius: 50%;
    background: #00abef;
    left: clamp(-150px, -8vw, -60px);
    top: clamp(-180px, -10vw, -50px);
    opacity: 0.92;
    z-index: 1;
    animation: floatY1 6s ease-in-out infinite;
}

.circle-02 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(3, 94, 130, 0.95);
    left: 38%;
    top: 18%;
    z-index: 2;
    opacity: 0.9;
    animation: floatY2 5s ease-in-out infinite;
}

.circle-03 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(4, 30, 58, 0.85);
    left: 45%;
    top: 8%;
    z-index: 2;
    opacity: 0.9;
    animation: floatY3 7s ease-in-out infinite;
}

.circle-04 {
    width: clamp(180px, 18vw, 300px);
    height: clamp(180px, 18vw, 300px);
    border-radius: 50%;
    border: 1px solid rgba(131, 215, 248, 0.72);
    left: 54%;
    top: clamp(-70px, -4vw, -20px);
    z-index: 1;
    opacity: 0.9;
    animation: floatY4 5.5s ease-in-out infinite;
}

.circle-05 {
    width: clamp(240px, 28vw, 420px);
    height: clamp(240px, 28vw, 420px);
    border-radius: 50%;
    background: #0f5299;
    right: clamp(-170px, -10vw, -60px);
    top: clamp(150px, 16vw, 240px);
    z-index: 1;
    opacity: 0.95;
    animation: floatY5 8s ease-in-out infinite;
}

@keyframes floatY1 {
    0%   { transform: translate3d(0,0,0) translateY(0); }
    50%  { transform: translate3d(0,18px,0) translateY(70px); }
    100% { transform: translate3d(0,0,0) translateY(0); }
}

@keyframes floatY2 {
    0%   { transform: translate3d(0,0,0) translateY(0); }
    50%  { transform: translate3d(0,-12px,0) translateY(60px); }
    100% { transform: translate3d(0,0,0) translateY(0); }
}

@keyframes floatY3 {
    0%   { transform: translate3d(0,0,0) translateX(0); }
    50%  { transform: translate3d(0,10px,0) translateX(50px); }
    100% { transform: translate3d(0,0,0) translateX(0); }
}

@keyframes floatY4 {
    0%   { transform: translate3d(0,0,0) translateY(0); }
    50%  { transform: translate3d(0,-16px,0) translateY(80px); }
    100% { transform: translate3d(0,0,0) translateY(0); }
}

@keyframes floatY5 {
    0%   { transform: translate3d(0,0,0) translateX(0); }
    50%  { transform: translate3d(0,22px,0) translateX(90px); }
    100% { transform: translate3d(0,0,0) translateX(0); }
}

/* -------------------------
   arrows
------------------------- */
/* -------------------------
   arrows
------------------------- */
.arrow-1,
.arrow-2,
.arrow-3 {
    position: absolute;
    left: 50%;
    width: 18px;
    height: 18px;
    border-right: 3px solid #1f3f78;
    border-bottom: 3px solid #1f3f78;
    z-index: 3;
    pointer-events: none;
}

.arrow-1 {
    bottom: 90px;
    animation: scrollArrow1 1.6s ease-in-out infinite;
}

.arrow-2 {
    bottom: 68px;
    animation: scrollArrow2 1.6s ease-in-out infinite .2s;
}

.arrow-3 {
    bottom: 46px;
    animation: scrollArrow3 1.6s ease-in-out infinite .4s;
}

@keyframes scrollArrow1 {
    0% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
    }

    40% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
    }
}

@keyframes scrollArrow2 {
    0% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
    }

    40% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
    }
}

@keyframes scrollArrow3 {
    0% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
    }

    40% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
    }
}

/* HERO Responsive */
@media (max-width: 1100px) {

    .top-page .top-contents,
    .top-contents {
        grid-template-columns: minmax(300px, 560px) minmax(280px, 1fr);
        gap: 30px;
        padding-top: calc(var(--header-h) + 24px);
    }

    .top-contents .hero-copy h1 {
        font-size: clamp(42px, 5.5vw, 72px);
    }

    .top-contents .img img {
        width: min(620px, 46vw);
    }
}

@media (max-width: 900px) {

    .top-page .top-contents,
    .top-contents {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: start;
        text-align: center;
        min-height: auto;
        padding: calc(var(--header-h) + 18px) 20px 56px;
        gap: 18px;
        background: linear-gradient(180deg, #eef4fb 0%, #f6fbff 52%, #ffffff 100%);
    }

    .top-contents .hero-copy {
        max-width: 680px;
        width: 100%;
        padding-left: 0;
        z-index: 5;
    }

    .top-contents .hero-copy .hero-eyebrow {
        margin: 0 0 10px;
        font-size: 10px;
        letter-spacing: 0.12em;
        line-height: 1.6;
    }

    .top-contents .hero-copy h1 {
        margin: 0;
        font-size: clamp(34px, 8.2vw, 52px);
        line-height: 1.18;
        letter-spacing: 0.02em;
    }

    .top-contents .hero-copy h1 span {
        display: block;
        font-size: clamp(34px, 8.2vw, 52px);
        line-height: 1.18;
    }

    .top-contents .hero-copy h1 span:last-child {
        margin-left: 0;
    }

    .top-contents .hero-copy .hero-lead {
        margin: 14px auto 0;
        max-width: 28ch;
        font-size: 15px;
        line-height: 1.8;
        color: #334155;
    }

    .top-contents .hero-copy .hero-actions {
        margin-top: 18px;
        justify-content: center;
        gap: 10px;
    }

    .top-contents .hero-copy .hero-btn {
        width: min(100%, 320px);
        min-height: 48px;
        font-size: 14px;
    }

    .top-contents .img {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 6px;
        z-index: 2;
    }

    .top-contents .img img {
        width: min(520px, 92vw);
        margin: 0 auto;
        filter: drop-shadow(0 18px 38px rgba(13, 45, 92, 0.10));
    }

    .circle-02,
    .circle-03,
    .circle-04,
    .arrow-1,
    .arrow-2,
    .arrow-3,
    .arrow-4,
    .arrow-5 {
        display: none;
    }

    .circle-01 {
        width: 220px;
        height: 220px;
        left: -90px;
        top: -70px;
        opacity: 0.18;
    }

    .circle-05 {
        width: 210px;
        height: 210px;
        right: -90px;
        top: 150px;
        opacity: 0.12;
    }
}

@media (max-width: 540px) {

    .top-page .top-contents,
    .top-contents {
        padding: calc(var(--header-h) + 14px) 16px 44px;
        gap: 16px;
    }

    .top-contents .hero-copy .hero-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
        opacity: 0.9;
    }

    .top-contents .hero-copy h1,
    .top-contents .hero-copy h1 span {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.2;
    }

    .top-contents .hero-copy .hero-lead {
        max-width: 24ch;
        font-size: 14px;
        line-height: 1.75;
    }

    .top-contents .hero-copy .hero-actions {
        flex-direction: column;
    }

    .top-contents .hero-copy .hero-btn {
        width: 100%;
        max-width: 300px;
    }

    .top-contents .img img {
        width: min(420px, 94vw);
    }

    .circle-01,
    .circle-05 {
        display: none;
    }
}

@media (min-width: 401px) and (max-width: 460px) {
    .top-contents .hero-copy .hero-lead {
        max-width: 30ch;
    }

    .top-contents .img img {
        width: min(460px, 92vw);
    }
}

@media (max-height: 430px) and (orientation: landscape) {

    .top-page .top-contents,
    .top-contents {
        min-height: 520px;
        padding-bottom: 56px;
    }

    .arrow-1,
    .arrow-2,
    .arrow-3,
    .arrow-4,
    .arrow-5 {
        display: none;
    }
}

/* ============================================================================================================
   info
============================================================================================================ */
.top-page section.info {
    padding: 0 0 50px 0;
}

.top-page ul.info-lists {
    width: 60%;
    margin: 0 auto;
}

.top-page .info-content {
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 1px dotted #ccc;
}

.top-page .info-content:hover {
    background: #fff;
}

.top-page span.info-time {
    margin-right: 5px;
}

.top-page .section02-list a {
    display: flex;
}

.top-page .section02-list a span {
    display: inline-block;
}

.top-page .info-category {
    display: inline-block;
    padding: 3px 7px;
    margin-right: 10px;
    width: 120px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8rem;
}

.top-page .info-category01 {
    background: #0d5ca3;
    color: rgb(250, 217, 30);
}

.top-page .info-category02 {
    background: #ffc107;
    color: #fff;
}

.top-page .info-category03 {
    background: #36a8f1;
    color: #fff;
}

.top-page .info-btn {
    margin-top: 20px;
}

@media (max-width: 912px) {
    .top-page section.info {
        padding: 0 0 40px 0;
    }
}

@media (max-width: 820px) {
    .top-page ul.info-lists {
        width: 80%;
    }
}

@media (max-width: 540px) {
    .top-page .info {
        padding: 0 0 20px 0;
        width: 90%;
        margin: 0 auto;
    }

    .top-page .info-content {
        padding: 5px 20px 0 0;
        border-radius: 5px;
        border-bottom: 1px dotted #ccc;
    }

    .top-page ul.info-lists {
        width: 90%;
        margin: 0 auto;
    }

    .top-page .info-category {
        padding: 2px 5px;
        width: 90px;
        font-size: 0.7rem;
    }

    .top-page .info-msg {
        display: block;
    }

    .top-page .info-btn {
        font-size: 1rem !important;
    }

    .top-page .info-btn a {
        width: 60%;
    }
}

@media (max-width: 412px) {
    .top-page .info {
        width: 100%;
    }
}

/* ====================================================================================================
   production
==================================================================================================== */
.production {
    padding-block: clamp(60px, 9vw, 120px);
    position: relative;
    overflow: hidden;
}

.production::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(0, 171, 239, 0.16) 0%, rgba(118, 255, 168, 0.1) 40%, rgba(255, 255, 255, 0) 70%);
    top: -420px;
    left: -240px;
    z-index: 0;
    pointer-events: none;
}

.production-content {
    width: min(1100px, 92vw);
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.production-msg {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(4, 30, 58, 0.12);
    box-shadow: 0 28px 70px rgba(4, 30, 58, 0.10);
    padding: clamp(20px, 4vw, 36px);
    max-width: 880px;
    margin-inline: auto;
}

.production-msg span {
    display: block;
    font-size: clamp(14px, 1.8vw, 23px);
    line-height: 1.95;
    color: #334155;
}

.production-msg span+span {
    margin-top: clamp(10px, 1.5vw, 16px);
}

.production .plan-btn {
    margin-top: clamp(22px, 3vw, 32px);
}

@media (max-width: 1024px) {
    .production::before {
        width: 720px;
        height: 720px;
        top: -380px;
        left: -260px;
    }

    .production-msg {
        padding: 26px 22px;
    }
}

@media (max-width: 600px) {
    .production {
        padding-block: 56px;
    }

    .production::before {
        width: 520px;
        height: 520px;
        top: -300px;
        left: -260px;
        opacity: 0.8;
    }

    .production h2 {
        letter-spacing: 0.08em;
    }

    .production-msg {
        border-radius: 18px;
        padding: 20px 16px;
    }

    .production-msg span {
        line-height: 1.85;
    }
}

@media (max-width: 380px) {
    .production-msg span {
        font-size: 13.5px;
    }

    .production h2 {
        font-size: 26px;
    }
}

@media (min-width: 1600px) {
    .production-content {
        width: 1200px;
    }
}

/* ========================================================================================================
   strength
======================================================================================================== */
.strength {
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 7vw, 110px) 0;
    background:
        radial-gradient(900px 420px at 12% 10%, rgba(0, 171, 239, 0.06), transparent 60%),
        radial-gradient(900px 420px at 90% 85%, rgba(0, 197, 88, 0.05), transparent 60%),
        linear-gradient(180deg, #ffffff, var(--cp-bg));
    color: var(--cp-ink);
}

.strength .container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
    position: relative;
}

.strength .p-lg-5.p-3.text-center.container {
    padding: clamp(22px, 3vw, 44px) !important;
    margin-bottom: clamp(22px, 3.6vw, 44px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    box-shadow: var(--cp-shadow);
    position: relative;
    overflow: hidden;
}

.strength .p-lg-5.p-3.text-center.container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--cp-navy), var(--cp-cyan), var(--cp-purple));
}

.strength>.container>h2 {
    margin: clamp(14px, 2.1vw, 22px) 0 10px;
    padding: 16px 16px 16px 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cp-line);
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.08);
    font-size: clamp(18px, 1.2vw + 13px, 22px);
    font-weight: 900;
    letter-spacing: 0.03em;
    color: var(--cp-ink);
    position: relative;
    overflow: hidden;
}

.strength>.container>h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, var(--cp-cyan), var(--cp-purple));
    border-radius: 16px 0 0 16px;
}

.strength>.container>ul {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--cp-line);
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
    overflow: hidden;
}

.strength>.container>ul>li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: clamp(14px, 0.9vw + 12px, 18px) clamp(14px, 1.2vw + 10px, 20px);
    border-top: 1px solid rgba(4, 30, 58, 0.08);
    color: var(--cp-muted);
    line-height: 1.95;
    font-size: clamp(16px, 0.45vw + 14px, 18px);
}

.strength>.container>ul>li:first-child {
    border-top: 0;
}

.strength>.container>ul>li::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-top: 10px;
    border-radius: 50%;
    background: var(--cp-cyan);
    box-shadow: 0 0 0 4px rgba(0, 171, 239, 0.10);
    flex: 0 0 auto;
}

@media (hover: hover) {

    .strength>.container>h2,
    .strength>.container>ul {
        transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }

    .strength>.container>h2:hover {
        transform: translateY(-2px);
        box-shadow: 0 20px 54px rgba(4, 30, 58, 0.10);
        border-color: rgba(0, 171, 239, 0.22);
    }

    .strength>.container>ul>li {
        transition: background 0.18s ease, color 0.18s ease;
    }

    .strength>.container>ul>li:hover {
        background: rgba(0, 171, 239, 0.04);
        color: rgba(15, 23, 42, 0.88);
    }
}

@media (max-width: 900px) {
    .strength .container {
        width: calc(100% - 28px);
    }
}

@media (max-width: 540px) {
    .strength {
        padding: 20px 0;
    }

    .strength .container {
        width: calc(100% - 22px);
    }

    .strength>.container>h2,
    .strength>.container>ul {
        border-radius: 14px;
    }

    .strength>.container>h2::before {
        border-radius: 14px 0 0 14px;
    }
}

@media (max-width: 430px) {
    .strength .p-lg-5.p-3.text-center.container {
        padding: clamp(10px, 3vw, 44px) !important;
    }
}

@media (max-height: 430px) and (orientation: landscape) {
    .strength {
        padding: 40px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .strength * {
        transition: none !important;
    }
}

/* =============================================================================================================================
   WORK FLOW
============================================================================================================================= */
.work-flow {
    background: linear-gradient(180deg, #ffffff, var(--wf-bg));
    padding: clamp(56px, 6vw, 96px) 0;
}

.work-flow .p-lg-5.p-3.text-center {
    padding: clamp(24px, 3vw, 44px) !important;
    margin: clamp(20px, 3vw, 40px) auto 30px;
    width: min(980px, calc(100% - 32px));
    background: #fff;
    border: 1px solid rgba(4, 30, 58, 0.12);
    border-radius: 20px;
    box-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);
    position: relative;
    overflow: hidden;
}

.work-flow .p-lg-5.p-3.text-center::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.work-flow>.p-lg-5.p-3.text-center {
    padding: clamp(18px, 3vw, 40px) !important;
    margin-bottom: clamp(10px, 2vw, 18px);
}

.work-flow .container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.work-flow .row {
    --bs-gutter-x: clamp(16px, 2.6vw, 28px);
    --bs-gutter-y: clamp(18px, 3vw, 28px);
}

.flow-img .list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.flow-img .list>h3:first-child {
    text-align: center;
    font-size: clamp(18px, 1.1vw + 12px, 22px);
    font-weight: 900;
    color: var(--wf-ink);
    margin: 0;
}

.flow-img img {
    display: block;
    width: min(260px, 70%);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 16px 30px rgba(4, 30, 58, 0.12));
}

.flow-img .list-ttl {
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: var(--wf-ink);
    font-size: clamp(18px, 1.2vw + 12px, 22px);
}

.flow-img .comment {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--wf-line);
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
    padding: clamp(14px, 1vw + 12px, 18px);
    line-height: 1.9;
    color: var(--wf-muted);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.flow-img .comment p {
    margin: 0;
}

.flow-img .comment span {
    display: block;
    font-size: clamp(15px, 0.4vw + 13px, 17px);
}

.top-page .work-flow .production-btn,
.work-flow .production-btn {
    margin-top: clamp(20px, 3vw, 44px);
    text-align: center;
}

.work-flow .navy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(340px, 100%);
    padding: 14px 20px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.03em;
    background: linear-gradient(135deg, var(--wf-navy), #0a2f63);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 20px 60px rgba(4, 30, 58, 0.20);
    position: relative;
    overflow: hidden;
}

.work-flow .navy-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -35%;
    width: 60%;
    height: 220%;
    background: linear-gradient(90deg, transparent, rgba(0, 171, 239, 0.35), transparent);
    transform: rotate(18deg);
    opacity: 0.85;
}

@media (hover: hover) {
    .work-flow .navy-btn {
        transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    }

    .work-flow .navy-btn:hover {
        transform: translateY(-2px);
        filter: brightness(1.03);
        box-shadow: 0 28px 75px rgba(0, 171, 239, 0.18);
    }

    .work-flow .navy-btn:hover::before {
        animation: wfShine 0.9s ease;
    }
}

@keyframes wfShine {
    from {
        transform: translateX(-30%) rotate(18deg);
    }

    to {
        transform: translateX(260%) rotate(18deg);
    }
}

@media (max-width: 768px) {
    .flow-img img {
        width: min(280px, 78%);
    }
}

@media (max-width: 540px) {
    .work-flow {
        padding: 20px;
    }

    .work-flow .container {
        width: calc(100% - 22px);
    }

    .work-flow .p-lg-5.p-3.text-center {
        width: calc(100% - 20px);
        border-radius: 16px;
    }

    .work-flow h2 {
        letter-spacing: 0.05em;
    }

    .work-flow h4 {
        letter-spacing: 0.14em;
    }

    .flow-img img {
        width: min(260px, 80%);
    }

    .work-flow .navy-btn {
        min-width: 100%;
    }
}

@media (max-height: 430px) and (orientation: landscape) {
    .work-flow {
        padding: 38px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .work-flow * {
        transition: none !important;
        animation: none !important;
    }

    .work-flow .navy-btn::before {
        display: none;
    }
}

/* ===================================================================== 
   PRICE TABLE / section05
===================================================================== */
.top-page .section05 {
    padding: clamp(48px, 6vw, 90px) 0;
}

.section05 .title {
    padding: clamp(24px, 3vw, 44px);
    margin: clamp(20px, 3vw, 40px) auto 34px;
    width: min(980px, calc(100% - 32px));
    background: #ffffff;
    border: 1px solid rgba(4, 30, 58, 0.12);
    border-radius: 20px;
    box-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section05 .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.top-page .section05 .title {
    padding: clamp(16px, 2.8vw, 28px);
    text-align: center;
}

.top-page .section05 table {
    width: min(960px, calc(100% - 32px)) !important;
    margin: 0 auto clamp(28px, 4vw, 44px);
    border: 3px solid #0d5ca3;
    border-radius: 18px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 20px 60px rgba(13, 92, 163, 0.12);
}

.top-page .section05 table td {
    border: 1px solid #0d5ca3;
    padding: clamp(12px, 1.1vw + 10px, 16px);
    vertical-align: middle;
    font-size: clamp(15px, 0.35vw + 14px, 17px);
    line-height: 1.85;
    color: #1f2937;
}

.top-page .section05 table .ttl {
    font-size: clamp(18px, 1.2vw + 14px, 24px);
    letter-spacing: 0.06em;
    line-height: 1.3;
    vertical-align: middle;
    padding: clamp(14px, 1.2vw + 12px, 20px);
    background: #5fafff;
    color: #fff;
    text-align: center;
    font-weight: 900;
    width: clamp(92px, 16vw, 160px);
}

.top-page .section05 table td.op-ttl {
    width: clamp(92px, 16vw, 160px);
    font-weight: 900;
    text-align: center;
    color: #041e3a;
    vertical-align: middle;
    background: rgba(95, 175, 255, 0.10);
}

.top-page .section05 table td.op-ttl span {
    display: inline-block;
}

.top-page .section05 table .text-gra {
    font-size: clamp(28px, 2.2vw + 14px, 44px);
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #4158D0, #32cfe8 30%, #FFCC70);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-page .section05 table td span {
    display: inline;
}

.top-page .section05 table ul {
    margin: 0;
    padding-left: 1.2em;
}

.top-page .section05 table li {
    margin: 0.25em 0;
}

.top-page .section05 table .note {
    display: grid;
    grid-template-columns: 1.2em 1fr;
    gap: 0.35em;
    align-items: start;
}

.top-page .section05 table tr:first-child td:last-child,
.top-page .section05 table tr:nth-child(2) td:last-child {
    text-align: center;
}

.top-page .section05 table tr:nth-child(2) td:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25em;
}

.top-page .section05 table .note>span:first-child {
    font-weight: 900;
    color: #0d5ca3;
}

.top-page .section05 table .text-red {
    color: #d11a2a;
}

.top-page .section05 table tr:last-child td {
    text-align: center;
    background: rgba(95, 175, 255, 0.08);
    font-weight: 700;
    color: rgba(4, 30, 58, 0.78);
}

.top-page .template-bg .template-plan .plan-btn,
.top-page .template-bg .simple-plan .plan-btn,
.top-page .section05 .btn {
    margin-top: clamp(14px, 2vw, 22px);
}

@media (max-width: 768px) {
    .top-page .section05 table td {
        padding: 12px;
    }
}

@media (max-width: 540px) {
    .section05 .title {
        width: calc(100% - 20px);
        border-radius: 16px;
    }

    .top-page .section05 table {
        width: calc(100% - 22px) !important;
        border-radius: 16px;
    }

    .top-page .section05 table td {
        font-size: 15px;
        line-height: 1.9;
    }

    .top-page .section05 table .ttl,
    .top-page .section05 table td.op-ttl {
        width: 120px;
    }
}

@media (max-width: 430px) {
    .top-page .section05 table .text-gra {
        font-size: 30px;
        font-weight: 900;
    }
}

/* =============================================== 
   共通タイトルカード / SSL系
=============================================== */
.p-lg-5.p-3.text-center.container {
    padding: clamp(10px, 3vw, 44px) !important;
    margin: clamp(18px, 3vw, 34px) auto;
    width: min(980px, calc(100% - 32px));
    background: #fff;
    border: 1px solid var(--ssl-line);
    border-radius: var(--ssl-radius);
    box-shadow: var(--ssl-shadow);
    position: relative;
    overflow: hidden;
}

.p-lg-5.p-3.text-center.container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--ssl-navy), var(--ssl-cyan), var(--ssl-purple));
}

.msg {
    width: min(980px, calc(100% - 32px));
    margin: 14px auto;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--ssl-line);
    border-radius: var(--ssl-radius);
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
    padding: clamp(16px, 1.2vw + 12px, 22px);
    color: var(--ssl-ink);
}

.msg p {
    margin: 0 0 12px;
    line-height: 2;
}

.msg p:last-child {
    margin-bottom: 0;
}

.msg span {
    font-size: clamp(16px, 0.45vw + 14px, 18px);
    color: var(--ssl-muted);
}

.list-title {
    width: min(980px, calc(100% - 32px));
    margin: clamp(18px, 3vw, 30px) auto;
    --bs-gutter-x: clamp(16px, 2.6vw, 28px);
    --bs-gutter-y: clamp(16px, 2.6vw, 28px);
    display: flex;
    justify-content: center;
    gap: 24px;
}

.list-title .col-md-6 {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--ssl-line);
    border-radius: var(--ssl-radius);
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
    padding: clamp(14px, 1.2vw + 10px, 18px);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 480px;
    max-width: 480px;
}

.list-title h5 {
    margin: 0 0 12px;
    font-size: clamp(16px, 0.4vw + 14px, 18px);
    font-weight: 900;
    letter-spacing: 0.03em;
    color: var(--ssl-ink);
}

.list-title h5.protection,
.list-title h5.no-protection {
    position: relative;
    padding-left: 14px;
}

.list-title h5.protection::before,
.list-title h5.no-protection::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 18px;
    border-radius: 999px;
}

.list-title h5.protection::before {
    background: linear-gradient(180deg, #22c55e, var(--ssl-cyan));
}

.list-title h5.no-protection::before {
    background: linear-gradient(180deg, #ef4444, #f59e0b);
}

.list-title img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 40px rgba(4, 30, 58, 0.10);
}

.msg .notes {
    display: grid;
    grid-template-columns: 1.6em 1fr;
    gap: 0.5em;
    align-items: start;
    margin: 10px 0;
}

.msg .notes .notes1-1,
.msg .notes .notes2-1 {
    display: grid;
    place-items: center;
    width: 1.6em;
    height: 1.6em;
    border-radius: 10px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--ssl-cyan), var(--ssl-purple));
    line-height: 1;
}

.yellow-border {
    background: linear-gradient(transparent 62%, rgba(255, 204, 112, 0.65) 62%);
    padding: 0 0.1em;
    border-radius: 6px;
    color: rgba(15, 23, 42, 0.88);
    font-weight: 800;
}

@media (min-width: 1200px) {
    .list-title {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .list-title .col-md-6 {
        flex: none;
        max-width: 780px;
        width: 100%;
    }

    .list-title img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .list-title {
        flex-direction: column;
        align-items: center;
    }

    .list-title .col-md-6 {
        width: 100%;
        max-width: 520px;
    }
}

@media (max-width: 540px) {

    .p-lg-5.p-3.text-center.container,
    .msg,
    .list-title {
        width: 100%;
    }

    .p-lg-5.p-3.text-center.container h4 {
        letter-spacing: 0.16em;
    }
}

@media (max-height: 430px) and (orientation: landscape) {
    .p-lg-5.p-3.text-center.container {
        margin: 14px auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}

/* ======================================================================================================
   QR ORDER
====================================================================================================== */
.qr-order {
    position: relative;
    overflow: hidden;
    padding: clamp(20px, 7vw, 110px) 0;
    background:
        radial-gradient(900px 420px at 12% 10%, rgba(0, 171, 239, 0.10), transparent 60%),
        radial-gradient(900px 420px at 90% 85%, rgba(124, 58, 237, 0.08), transparent 60%),
        linear-gradient(180deg, #ffffff, #f5fdff);
}

.qr-order__inner {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.qr-order__title {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cp-line);
    border-radius: 20px;
    box-shadow: var(--cp-shadow);
    padding: clamp(10px, 3vw, 44px);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: clamp(18px, 3vw, 32px);
}

.qr-order__title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--cp-navy), var(--cp-cyan), var(--cp-purple));
}

.qr-order__lead {
    margin: 14px auto 0;
    max-width: 38ch;
    color: var(--cp-muted);
    font-size: clamp(15px, 0.45vw + 14px, 18px);
    line-height: 1.9;
    text-wrap: balance;
    line-break: strict;
    word-break: keep-all;
}

.lead-br {
    display: inline;
}

.qr-order__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(16px, 2.8vw, 28px);
    align-items: start;
}

.qr-order__hero {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cp-line);
    border-radius: 20px;
    box-shadow: var(--cp-shadow);
    padding: clamp(18px, 2.2vw, 28px);
    position: relative;
    overflow: hidden;
}

.qr-order__hero::before {
    content: "";
    position: absolute;
    inset: -60px;
    background:
        radial-gradient(circle at 15% 25%, rgba(0, 171, 239, 0.12), transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(124, 58, 237, 0.10), transparent 55%);
    pointer-events: none;
}

.qr-order__visual {
    margin: 18px -28px 22px;
    height: clamp(260px, 28vw, 420px);
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

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

.qr-order__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 30, 58, 0.35), rgba(4, 30, 58, 0) 60%);
    pointer-events: none;
}

.qr-order__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, var(--cp-cyan), var(--cp-purple));
    position: relative;
    z-index: 1;
}

.qr-order__hero h3 {
    margin: 14px 0 12px;
    font-size: clamp(22px, 1.4vw + 14px, 30px);
    line-height: 1.35;
    letter-spacing: 0.03em;
    color: var(--cp-ink);
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.qr-order__points {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.qr-order__points li {
    display: grid;
    grid-template-columns: 1.1em 1fr;
    gap: 0.5em;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid rgba(4, 30, 58, 0.10);
    color: var(--cp-muted);
    font-size: clamp(15px, 0.45vw + 14px, 18px);
    line-height: 1.8;
}

.qr-order__points li:first-child {
    border-top: 0;
}

.qr-order__points li::before {
    content: "✓";
    font-weight: 900;
    color: var(--cp-cyan);
    line-height: 1.2;
    margin-top: 2px;
}

.qr-order__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
    position: relative;
    z-index: 1;
}

.qr-order__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.02em;
    min-width: 220px;
}

.qr-order__btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--cp-navy), #0a2f63);
    box-shadow: 0 18px 50px rgba(4, 30, 58, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.qr-order__btn--ghost {
    color: var(--cp-navy);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(4, 30, 58, 0.18);
}

@media (hover: hover) {
    .qr-order__btn {
        transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    }

    .qr-order__btn:hover {
        transform: translateY(-2px);
    }

    .qr-order__btn--primary:hover {
        box-shadow: 0 26px 70px rgba(0, 171, 239, 0.18);
        filter: brightness(1.03);
    }
}

.qr-order__note {
    margin: 14px 0 0;
    color: rgba(15, 23, 42, 0.60);
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.qr-order__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.qr-order__card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cp-line);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
    padding: 16px 16px 14px;
}

.qr-order__cardIcon {
    font-size: 20px;
    margin-bottom: 8px;
}

.qr-order__card h4 {
    margin: 0 0 6px;
    color: var(--cp-ink);
    font-weight: 900;
    letter-spacing: 0.02em;
    font-size: 16px;
}

.qr-order__card p {
    margin: 0;
    color: var(--cp-muted);
    line-height: 1.75;
    font-size: 14.5px;
}

.qr-order__flow {
    margin-top: clamp(18px, 3vw, 32px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cp-line);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
    padding: 16px 16px 12px;
}

.qr-order__flowTitle {
    font-weight: 900;
    color: var(--cp-navy);
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.qr-order__flowList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.qr-order__flowList li {
    display: grid;
    grid-template-columns: 2.2em 1fr;
    gap: 0.6em;
    align-items: center;
    color: var(--cp-muted);
    line-height: 1.7;
}

.qr-order__flowList li span {
    display: grid;
    place-items: center;
    width: 2em;
    height: 2em;
    border-radius: 12px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--cp-cyan), var(--cp-purple));
}

.sp-only {
    display: none;
}

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

    .qr-order__btn {
        min-width: 100%;
    }

    .sp-only {
        display: block;
    }
}

@media (max-width: 540px) {
    .qr-order__inner {
        width: calc(100% - 22px);
    }

    .lead-br {
        display: none;
    }
}

/* =============================================================================================== 
   QR ORDER 料金カード
=============================================================================================== */
.qr-order,
.qr-order__price,
.qr-order__priceBox {
    max-width: 100%;
}

.qr-order__price {
    margin-top: clamp(24px, 4vw, 50px);
    display: flex;
    justify-content: center;
    padding: 24px 0 30px;
    overflow: visible;
}

.qr-order__priceBox {
    width: min(520px, 92vw);
    background: #fff;
    border-radius: 22px;
    padding: clamp(18px, 4.5vw, 28px) clamp(16px, 4vw, 26px);
    text-align: center;
    border: 1px solid rgba(4, 30, 58, 0.12);
    box-shadow: 0 25px 70px rgba(4, 30, 58, 0.12);
    position: relative;
    overflow: hidden;
    transform: none !important;
    margin: 0 auto;
}

.qr-order__priceBox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.qr-order__priceTitle {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #041e3a;
    margin: 4px 0 10px;
    font-size: clamp(14px, 2.2vw, 16px);
}

.qr-order__priceMain {
    margin: 10px 0 14px;
    font-weight: 900;
    line-height: 1.05;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.qr-order__priceMain .yen {
    font-size: clamp(18px, 4.5vw, 26px);
    vertical-align: top;
}

.qr-order__priceMain .amount {
    font-size: clamp(34px, 10vw, 56px);
    background: linear-gradient(90deg, #4158D0, #32cfe8 40%, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qr-order__priceMain .tax {
    font-size: clamp(12px, 3.5vw, 16px);
    color: #475569;
    margin-left: 0;
    white-space: normal;
}

.qr-order__priceList {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: grid;
    gap: 10px;
}

.qr-order__priceList li {
    position: relative;
    padding-left: 26px;
    color: #334155;
    line-height: 1.7;
    font-size: clamp(13px, 1.9vw, 15px);
    word-break: keep-all;
}

.qr-order__priceList li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #00abef;
    font-weight: 800;
}

.qr-order__option {
    background: #f5fdff;
    padding: 12px;
    border-radius: 14px;
    font-size: clamp(13px, 1.9vw, 15px);
    margin: 14px 0 10px;
}

.qr-order__option strong {
    color: #041e3a;
}

.qr-order__priceNote {
    font-size: 13px;
    color: #475569;
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 10px;
    margin-top: 12px;
    line-height: 1.6;
}

.section05,
.template-bg,
.production,
.section,
.container-fluid {
    overflow: visible;
}

@media (max-width: 480px) {
    .qr-order__priceMain .tax {
        width: 100%;
        text-align: center;
        margin-top: 2px;
        color: #64748b;
    }

    .qr-order__priceMain .amount {
        font-size: clamp(34px, 7vw, 56px);
        height: 40px;
        padding-top: 10px;
    }
}

/* ================================================================================================== 
   予約システム汎用
================================================================================================== */
.wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 26px 16px 90px;
}

.topCard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow2);
    padding: 26px 22px;
    text-align: center;
}

.brand {
    letter-spacing: 0.28em;
    font-weight: 700;
    font-size: clamp(20px, 2.4vw, 34px);
    margin: 0;
}

.brandSub {
    margin: 10px 0 0;
    font-size: 13px;
    color: var(--muted);
}

.heroMsg {
    margin: 18px auto 18px;
    padding: 16px 18px;
    max-width: 820px;
    border-radius: 18px;
    border: 1px solid rgba(229, 231, 235, 0.8);
    background: linear-gradient(90deg, rgba(220, 240, 255, 0.7), rgba(238, 230, 255, 0.7));
    text-align: center;
    color: #0b2340;
    line-height: 1.7;
    box-shadow: 0 12px 28px rgba(2, 8, 23, 0.06);
}

.heroMedia {
    margin-top: 16px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: var(--shadow);
    background: #fff;
    position: relative;
    min-height: 240px;
}

.heroMedia .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.heroBadge {
    position: absolute;
    left: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(229, 231, 235, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 22px rgba(2, 8, 23, 0.10);
    font-size: 13px;
    color: var(--muted);
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary2));
}

.grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 16px;
    align-items: stretch;
}

.card {
    border-radius: var(--radius);
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
    padding: 20px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    color: #17325c;
    background: rgba(31, 94, 255, 0.12);
    border: 1px solid rgba(31, 94, 255, 0.15);
    font-weight: 700;
    margin-bottom: 12px;
}

.headline {
    margin: 0 0 12px;
    font-weight: 800;
    font-size: clamp(18px, 2.2vw, 26px);
    line-height: 1.25;
}

.lead {
    margin: 0 0 14px;
    color: var(--muted);
    line-height: 1.75;
    font-size: 14px;
}

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

.checks li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(229, 231, 235, 0.85);
    background: rgba(255, 255, 255, 0.75);
}

.tick {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(31, 94, 255, 0.18), rgba(124, 58, 237, 0.18));
    display: grid;
    place-items: center;
    border: 1px solid rgba(31, 94, 255, 0.20);
    color: #163a87;
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
}

.btnRow {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: #fff;
    box-shadow: 0 10px 22px rgba(2, 8, 23, 0.08);
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: 0.18s transform ease, 0.18s filter ease;
}

.btn:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
}

.btnPrimary {
    color: var(--btnText);
    border: none;
    background: linear-gradient(135deg, var(--primary), var(--primary2));
}

.btnGhost {
    color: #0b2340;
    background: rgba(255, 255, 255, 0.75);
}

.stack {
    display: grid;
    gap: 12px;
}

.mini {
    padding: 14px 14px;
    border-radius: 18px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 24px rgba(2, 8, 23, 0.06);
    display: grid;
    gap: 6px;
}

.mini .t {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 14px;
}

.mini .d {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.icon {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: linear-gradient(135deg, rgba(31, 94, 255, 0.10), rgba(124, 58, 237, 0.10));
    display: grid;
    place-items: center;
    font-size: 16px;
}

.section {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.price {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 6px;
}

.price .yen {
    font-weight: 900;
    font-size: clamp(28px, 3.2vw, 40px);
    letter-spacing: 0.02em;
}

.price .small {
    color: var(--muted);
    font-size: 13px;
    padding-bottom: 6px;
}

.note {
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.7;
}

.footerCta {
    margin-top: 18px;
    border-radius: var(--radius);
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: linear-gradient(135deg, rgba(31, 94, 255, 0.12), rgba(124, 58, 237, 0.12));
    padding: 18px;
    box-shadow: var(--shadow2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.footerCta .txt {
    display: grid;
    gap: 6px;
}

.footerCta .txt .h {
    margin: 0;
    font-weight: 900;
    font-size: 16px;
}

.footerCta .txt .p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 920px) {

    .grid,
    .section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .wrap {
        padding: 18px 12px 70px;
    }

    .topCard {
        padding: 20px 16px;
    }

    .heroMsg {
        padding: 14px 14px;
    }

    .card {
        padding: 16px;
    }

    .btn {
        width: 100%;
    }

    .heroBadge {
        left: 12px;
        top: 12px;
    }
}