:root {
  --ink: #413734;
  --sub: #756965;
  --muted: #a99b96;
  --pink: #df9699;
  --pink-deep: #C4767D;
  --pink-deep2: #E5838F;
  --pink-soft: #f7e9e8;
  --line: #eadedb;
  --bg: #fbf7f5;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(118, 76, 67, 0.11);
  --font-gothic: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", sans-serif;
  --font-mincho: "游明朝", "Yu Mincho", YuMincho, "游明朝体", serif;
  --font-en: "Playfair Display", serif;
  --font-step-number: "Cormorant Infant", serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-gothic);
    line-height: 1.75;
    letter-spacing: 0.04em;
    overflow-x: hidden;
    position: relative;
    overflow-y: hidden;
}

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

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

.site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 28px 56px 18px;
}

.site-header.is-scrolled {
    padding-top: 18px;
    box-shadow: 0 8px 22px rgba(79, 55, 48, 0.06);
}

.brand {
    display: grid;
    gap: 3px;
    min-width: 154px;
    color: #998b87;
}

.brand-main {
    font-family: var(--font-en);
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.09em;
}

.brand-sub {
    font-size: 8px;
    letter-spacing: 0.23em;
}

.global-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.5vw, 42px);
    font-size: 12px;
    color: #786d69;
}

.nav-cta, .main-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    border-radius: 999px;
    padding: 0 31px;
    background: var(--pink);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 24px rgba(207, 127, 131, 0.23);
}

.nav-cta::after, .main-cta::after {
    content: "»";
    margin-left: 12px;
    font-size: 15px;
}

.menu-toggle {
    display: none;
}

.hero {
    position: relative;
    overflow: hidden;
    background: url(img/1.jpg) no-repeat bottom right / cover;
    height: 95vh;
}

.hero::after {
    content: "";
    position: absolute;
    right: -8vw;
    bottom: -210px;
    width: 62vw;
    height: 62vw;
    min-width: 680px;
    min-height: 680px;
    border-radius: 50%;
    z-index: 0;
}

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 8%;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--pink-deep);
    font-family: var(--font-gothic);
    font-size: 12px;
    letter-spacing: 0.25em;
}

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

h1, h2, .flow-content h3, .safe-box h3 {
    font-family: var(--font-mincho);
    font-weight: 600;
    letter-spacing: 0.12em;
}

.hero h1 {
    margin-bottom: 22px;
    font-size: clamp(42px, 4.9vw, 70px);
    line-height: 1.42;
}

.hero h1 span, .section-heading span {
    color: var(--pink-deep);
}

.lead {
    margin-bottom: 16px;
    color: var(--pink-deep);
    font-size: 15px;
    font-weight: 700;
}

.body-text {
    width: min(100%, 470px);
    margin-bottom: 24px;
    color: var(--sub);
    font-size: 13px;
}

.hero-visual {
    position: relative;
    align-self: stretch;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hero-visual picture {
    position: relative;
    width: min(100%, 650px);
}

.hero-visual img {
    width: 100%;
    border-radius: 0 0 0 42%;
    filter: drop-shadow(0 20px 44px rgba(124, 97, 88, 0.08));
}

.balloon {
    position: absolute;
    right: 10px;
    bottom: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 134px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #806f69;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    box-shadow: var(--shadow);
}

.price-card {
    width: min(100%, 620px);
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    text-align: center;
    box-shadow: 0 14px 38px rgba(158, 112, 107, 0.08);
}

.hero-price {
    padding: 16px 22px 18px;
}

.price-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin-bottom: 7px;
    border-radius: 999px;
    background: var(--pink-deep);
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.price-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 9px;
}

.limited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 1px solid #e5c3c2;
    border-radius: 50%;
    color: var(--pink-deep);
    font-family: var(--font-en);
    line-height: 1.1;
    flex-direction: column;
}

.limited::first-line {
    font-size: 24px;
}

.limited b {
    display: block;
    font-family: var(--font-mincho);
    font-size: 32px;
    font-weight: 400;
    line-height: 0.95;
}

.limited small {
    display: block;
    margin-top: 4px;
    font-family: var(--font-mincho);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.price-card strong {
    display: block;
    color: var(--pink-deep);
    font-family: var(--font-mincho);
    font-size: 80px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -1px;
    border-bottom: 1px solid #c4767d30;
}

.price-card small {
    font-family: var(--font-mincho);
    font-size: 24px;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.price-card p:last-child {
    margin: 20px 0 0;
    color: #594d49;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 20;
    display: grid;
    justify-items: center;
    gap: 14px;
    color: #b9a9a4;
    font-family: var(--font-en);
    font-size: 11px;
    letter-spacing: 0.22em;
    transform: translateX(-50%);
}

.scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 72px;
    background: #d7cbc7;
}

.section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.section-inner {
    position: relative;
    z-index: 1;
    width: min(100% - 56px, 1040px);
    margin: 0 auto;
}

.narrow {
    width: 1200px;
}

.section-bg-title {
    position: absolute;
    top: -140px;
    left: 50%;
    z-index: -1;
    margin: 0;
    color: rgba(226, 211, 207, 0.28);
    font-family: var(--font-en);
    font-size: clamp(56px, 11vw, 88px);
    letter-spacing: 0.24em;
    white-space: nowrap;
    transform: translateX(-50%);
}

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

.section-heading h2 {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1.55;
}

.section-heading p {
    width: 99%;
    margin: 0 auto;
    font-size: 17px;
}

.section-heading .pink, .pink {
    color: var(--pink-deep2);
    font-weight: 700;
}

.first {
    background: url(img/bg2.jpg) no-repeat bottom center;
    padding-top: 200px;
}

.case-list {
    display: grid;
    gap: 22px;
}

.case-card {
    display: flex;
    align-items: center;
    /* background-color: #fff; */
    background-position: top center;
    background-size: 100%;
    /* box-shadow: 0 18px 34px rgba(129, 89, 84, 0.08); */
    background-repeat: no-repeat;
    width: 100%;
}

.case-shoulder {
    background-image: url("img/11.png");
}

.case-tired {
    background-image: url("img/9.png");
}

.case-line {
    background-image: url("img/10.png");
}

.case-card div {
    width: 70%;
    padding: 46px 0px 82px 190px;
}

.case-label {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 8px;
    border-radius: 999px;
    background: var(--pink-deep2);
    color: #fff;
    /* font-family: var(--font-en); */
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 2px 14px 0;
}

.case-card h3 {
    margin-bottom: 15px;
    font-family: var(--font-mincho);
    font-size: 36px;
    line-height: 1.45;
    font-weight: 500;
}

.case-card p {
    margin: 0;
    color: #353231;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    -webkit-text-stroke: 3px #ffffff;
    paint-order:stroke fill;
    width: 89%;
}

.note {
    margin: 38px auto 0;
    color: var(--pink-deep2);
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.flow {
    background: url(img/bg1.jpg) no-repeat bottom 3% center / 1920px 760px;
    padding-bottom: 70px;
    padding-top: 200px;
}

.flow-inner {width: 100%;}

.flow-list {
    display: grid;
    gap: 76px;
    margin: 18px auto;
    width: 1140px;
}

.flow-item {
    position: relative;
    display: grid;
    grid-template-columns: 345px 1fr;
    align-items: center;
    gap: 58px;
}

.flow-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 20px solid #f4dedd;
    opacity: 0.75;
    transform: translateX(-50%);
}

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

.flow-item.reverse {
    grid-template-columns: 345px 1fr;
}

.flow-item figure {
    margin: 0;
}

.flow-item img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 12px 26px rgba(102, 70, 63, 0.08);
}

.flow-content {
    position: relative;
}

.step {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    color: #5a514e;
    font-family: var(--font-en);
    font-size: 17px;
    font-style: italic;
    line-height: 1;
}

.step span {
    color: #6d6765;
    font-family: var(--font-step-number);
    font-size: 46px;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.step em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 21px;
    border-radius: 999px;
    background: var(--pink);
    color: #fff;
    font-family: var(--font-gothic);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-left: 16px;
}

.flow-content h3 {
    margin-bottom: 12px;
    font-size: 50px;
    line-height: 1.35;
    letter-spacing: 0;
}

.flow-content p:not(.step) {
    margin: 0;
}

.group {
    padding-right: 110px;
}

.circle-price {
    position: absolute;
    right: 8px;
    top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    font-size: 16px;
    line-height: 1.15;
    text-align: center;
    box-shadow: 1px 2px 9px #00000047;
}

.circle-price strong {
    font-family: var(--font-step-number);
    font-size: 52px;
    line-height: 0.95;
    display: contents;
}

.circle-price small {
    font-size: 14px;
}

.safe-box {
    margin: 100px auto 0;
    padding: 84px 24px 12px;
    text-align: center;
}

.safe-box h3 {
    margin-bottom: 30px;
    font-size: 33px;
    color: #282828;
}

.safe-box ul {
    display: inline-grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: #282828;
    font-size: 18px;
    text-align: left;
    list-style: none;
}

.safe-box li::before {
    content: "・";
}

.book {
    position: relative;
    padding-top: 200px;
    overflow: visible;
    isolation: isolate;
}

.book-price {
    margin: 0 auto 52px;
    padding: 40px 44px 16px;
    background: #F7EBED;
    position: relative;
}

.book-price .price-label {
    width: fit-content;
    padding: 5px 50px;
    margin-bottom: 12px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.book-body {
    display: grid;
    grid-template-columns: 310px 1fr;
    align-items: center;
    gap: 62px;
    width: min(100%, 1000px);
    margin: 0 auto;
}

.phone {
    margin: 0;
}

.phone img {
    width: 205px;
    margin: 0 auto;
    filter: drop-shadow(0 18px 28px rgba(51, 38, 35, 0.12));
}

.book-copy h3 {
    margin-bottom: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6b8b87a;
    color: var(--pink-deep2);
    font-size: 24px;
    letter-spacing: 0.08em;
    position: relative;
}

.book-copy h3:before {
    content: "";
    display: block;
    background: var(--pink-deep);
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -1px;
}

.book-copy ol {
    display: grid;
    gap: 12px;
    margin: 0 0 17px;
    padding: 0;
    list-style: none;
    counter-reset: book;
    color: #574a47;
    font-size: 18px;
    font-weight: 700;
}

.book-copy li {
    counter-increment: book;
    display: flex;
    align-items: center;
    gap: 12px;
}

.book-copy li::before {
    content: counter(book);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--pink-deep2);
    color: #fff;
    font-family: var(--font-step-number);
    font-size: 16px;
}

.book-copy p {
    color: #352f2d;
    font-size: 18px;
    width: 90%;
}

.attention {
    margin: 24px 0 28px;
    padding: 15px 20px 18px 40px;
    border-radius: 9px;
    background: #f7ebed;
    color: var(--pink-deep);
    font-size: 17px;
    font-weight: 500;
    background-image: url(img/bi.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 15px 17px;
}

.main-cta {
    min-width: 300px;
    min-height: 58px;
    font-size: 17px;
}

.phone-sp {
    display: none;
}

.sp-only {
    display: none;
}

.pc-only {
    display: inline;
}

.sp-plus {
    display: none;
}

h1:after {
    content: "";
    width: 70px;
    height: 1px;
    background: var(--pink-deep);
    display: block;
    position: relative;
    bottom: -11px;
}

@media (min-width: 769px) {
    .site-header {
        padding: 48px 48px 18px;
        align-items: flex-start;
    }

    .site-header.is-scrolled {
        padding-top: 48px;
        box-shadow: none;
    }

    .brand {
        min-width: 220px;
        gap: 8px;
        color: #8d8582;
    }

    .brand-main {
        font-size: 39px;
        letter-spacing: 0.08em;
    }

    .brand-sub {
        padding-left: 34px;
        font-size: 9px;
        line-height: 1;
        letter-spacing: 0.23em;
    }

    .global-nav {
        padding-top: 7px;
        gap: clamp(35px, 3.75vw, 56px);
        color: #312a28;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.05em;
    }

    .nav-cta {
        min-width: 220px;
        min-height: 42px;
        margin-left: 4px;
        padding: 0 26px;
        background: #e7a0a3;
        font-size: 14px;
        box-shadow: none;
    }

    .hero {
        background-position: center top;
    }

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255,255,255,0.46) 0%, rgba(255,255,255,0.28) 35%, rgba(255,255,255,0.10) 62%, rgba(255,255,255,0.04) 100%);
    }

    .hero::after {
        right: 0;
        bottom: -1px;
        width: 0;
        height: 0;
        min-width: 0;
        min-height: 0;
        border-radius: 0;
        border-left: 28px solid transparent;
        border-bottom: 28px solid #fff;
        background: transparent;
        z-index: 3;
    }

    .hero-inner {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .hero-copy {
        position: absolute;
        top: 164px;
        left: 10%;
        z-index: 2;
    }

    .eyebrow {
        margin-bottom: 14px;
        font-size: 15px;
        letter-spacing: 0.29em;
    }

    .hero h1 {
        margin-bottom: 22px;
        color: #46403e;
        font-size: clamp(46px, 3.6vw, 54px);
        line-height: 1.48;
        letter-spacing: 0.16em;
    }

    .lead {
        margin-bottom: 14px;
        padding-top: 5px;
        color: var(--pink-deep);
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 0.12em;
        font-family: var(--font-mincho);
    }

    .body-text {
        width: 540px;
        margin-bottom: 25px;
        color: #2d2826;
        font-size: 17px;
        font-weight: 500;
        line-height: 2.05;
        letter-spacing: 0.03em;
    }

    .hero-price {
        width: 570px;
        padding: 21px 24px 19px;
        border-color: #e1c1c0;
        border-radius: 10px;
        background: #F4F2F2;
        box-shadow: none;
        position: relative;
    }

    .hero-price .price-label {
        display: block;
        margin: 0 0 4px 84px;
        border-radius: 0;
        background: transparent;
        color: #514743;
        font-family: var(--font-mincho);
        font-size: 27px;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
        letter-spacing: 0.08em;
        position: absolute;
        left: 55px;
    }

    .hero-price .price-row {
        grid-template-columns: 82px 1fr;
        gap: 18px;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #dfc5c4;
    }

    .hero-price .limited {
        width: 76px;
        height: 76px;
        border-color: #d99fa2;
        color: #c7787e;
        font-family: var(--font-mincho);
        font-size: 0;
    }

    .hero-price .limited b {
        font-size: 32px;
    }

    .hero-price .limited small {
        color: #c7787e;
        font-size: 12px;
    }

    .hero-price strong {
        color: #c7787e;
        font-size: 75px;
        border: none;
        margin-top: 30px;
        line-height: 1;
        text-align: left;
    }

    .hero-price small {
        color: #c7787e;
        font-size: 21px;
        font-weight: 400;
    }

    .hero-price p:last-child {
        margin-top: 15px;
        color: #2f2927;
        font-size: 17px;
        line-height: 1.35;
        letter-spacing: 0.08em;
    }

    .hero-visual {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: block;
        pointer-events: none;
    }

    .hero-visual picture {
        display: none;
    }

    .balloon {
        right: 70px;
        bottom: 58px;
        width: 154px;
        height: 154px;
        background: rgba(255,255,255,0.92);
        color: #685c58;
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 0.08em;
        box-shadow: 0 12px 34px rgba(88, 64, 58, 0.08);
    }

    .balloon::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 31px;
        width: 48px;
        height: 1px;
        background: #d99fa2;
        transform: translateX(-50%);
    }

    .scroll {
        bottom: -84px;
        color: #8d8582;
        font-size: 13px;
        letter-spacing: 0.22em;
    }

    .scroll::after {
        height: 146px;
        background: #a59a96;
    }

    .hero, .first, .flow, .book {
        position: relative;
    }

    .first, .flow, .book {
        isolation: isolate;
    }

    body::after, .first::before, .flow::before, .book::before, .book::after {
        content: "";
        position: absolute;
        display: block;
        width: 1000px;
        height: 894px;
        background: url("img/en.png") no-repeat center / contain;
        pointer-events: none;
        z-index: 0;
    }

    .first::before {
        top: -400px;
        right: -520px;
    }

    .flow::before {
        top: -430px;
        right: -520px;
    }

    .book::before {
        top: -390px;
        right: -520px;
    }

    .book::after {
        top: -500px;
        left: -520px;
    }

    body::after {
        bottom: -200px;
        left: -520px;
    }

    .first .section-inner, .flow .section-inner, .book .section-inner {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    body {
        line-height: 1.7;
        letter-spacing: 0.03em;
    }

    .site-header {
        position: absolute;
        padding: 17px 28px 0;
        background: transparent;
        box-shadow: none;
    }

    .site-header.is-scrolled {
        padding-top: 7px;
        box-shadow: none;
    }

    .brand {
        min-width: 0;
        gap: 1px;
        color: #8d8582;
    }

    .brand-main {
        font-size: 41px;
        letter-spacing: 0.08em;
    }

    .brand-sub {
        margin-top: 6px;
        font-size: 9px;
        line-height: 1;
        letter-spacing: 0.17em;
        text-align: center;
    }

    .menu-toggle {
        position: relative;
        z-index: 22;
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 50%;
        background: #df9699;
        cursor: pointer;
    }

    .menu-toggle span {
        position: absolute;
        width: 21px;
        height: 1px;
        background: #fff;
        transition: transform 0.25s ease;
    }

    .menu-toggle span:first-child {
        transform: translateY(-3px);
    }

    .menu-toggle span:last-child {
        transform: translateY(3px);
    }

    .menu-toggle.is-open span:first-child {
        transform: rotate( 45deg);
    }

    .menu-toggle.is-open span:last-child {
        transform: rotate( 315deg);
    }

    .global-nav {
        position: fixed;
        inset: 0 0 auto 0;
        z-index: 21;
        display: grid;
        gap: 0;
        padding: 60px 18px 20px;
        background: rgba(255,255,255,0.97);
        box-shadow: 0 18px 38px rgba(91, 62, 56, 0.12);
        transform: translateY(-110%);
        transition: transform 0.26s ease;
    }

    .global-nav.is-open {
        transform: translateY(0);
    }

    .global-nav a {
        padding: 14px 0;
        border-bottom: 1px solid #f0e6e4;
        font-size: 13px;
    }

    .nav-cta {
        margin-top: 17px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: inline;
    }

    .sp-plus {
        display: inline-block;
        color: var(--pink-deep);
    }

    .hero {
        height: auto;
        min-height: 0;
        margin-bottom: 0;
        padding: 0 0 40px;
        background: #fff;
    }

    .hero::before, .hero::after {
        display: none;
    }

    .hero-inner {
        display: block;
        width: 100%;
        max-width: none;
        min-height: 0;
        margin: 0;
        padding: 0;
    }

    .hero-visual {
        position: absolute;
        inset: 0 0 auto 0;
        z-index: 0;
        display: block;
        width: 100%;
        min-height: 0;
        margin: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .hero-visual picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hero-visual img {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        object-fit: cover;
        object-position: top center;
        filter: none;
    }

    .balloon {
        display: none;
    }

    .hero-copy {
        position: relative;
        z-index: 2;
        width: auto;
        padding: 62% 18px 0;
    }

    .eyebrow {
        margin-bottom: 7px;
        color: var(--pink-deep);
        font-size: 14px;
        letter-spacing: 0.16em;
    }

    .hero h1 {
        margin-bottom: 10px;
        color: #3f3835;
        font-size: 9.8vw;
        line-height: 1.42;
        letter-spacing: 0.1em;
    }

    .lead {
        margin-bottom: 9px;
        padding-top: 10px;
        color: var(--pink-deep);
        font-family: var(--font-mincho);
        font-size: 7vw;
        font-weight: 700;
        line-height: 1.55;
        letter-spacing: 0.08em;
    }

    .body-text {
        width: 100%;
        margin-bottom: 18px;
        color: #3e3734;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.9;
        letter-spacing: 0.02em;
    }

    .hero-price {
        width: 100%;
        padding: 14px 16px 20px;
        border: 1px solid #dfbabe;
        border-radius: 10px;
        background: rgba(245, 244, 243, 0.94);
        box-shadow: none;
    }

    .hero-price .price-label {
        position: static;
        display: block;
        width: auto;
        min-width: 0;
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #514743;
        font-family: var(--font-mincho);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
        letter-spacing: 0.06em;
        margin-bottom: 5px;
        text-align: center;
    }

    .hero-price .price-row {
        display: grid;
        grid-template-columns: 58px 1fr;
        align-items: center;
        gap: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(196, 118, 125, 0.22);
    }

    .hero-price .limited {
        width: 54px;
        height: 54px;
        border: 1px solid #dca5a9;
        border-radius: 50%;
        color: var(--pink-deep);
        background: transparent;
    }

    .hero-price .limited b {
        color: var(--pink-deep);
        font-family: var(--font-mincho);
        font-size: 25px;
        font-weight: 400;
        line-height: 0.95;
    }

    .hero-price .limited small {
        margin-top: 3px;
        color: var(--pink-deep);
        font-family: var(--font-mincho);
        font-size: 8px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.08em;
    }

    .hero-price strong {
        margin: 0;
        border-bottom: 0;
        color: var(--pink-deep);
        font-family: var(--font-mincho);
        font-size: 65px;
        font-weight: 400;
        line-height: 0.98;
        letter-spacing: -2px;
    }

    .hero-price strong small {
        color: var(--pink-deep);
        font-family: var(--font-mincho);
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.02em;
    }

    .hero-price p:last-child {
        margin-top: 16px;
        color: #2f2927;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.06em;
    }

    .hero-price .sp-plus {
        color: var(--pink-deep);
        font-family: var(--font-mincho);
        font-size: 14px;
        line-height: 1.1;
    }

    .scroll {
        display: none;
    }

    .section {
        padding: 78px 0;
    }

    .section-inner, .narrow, .flow-inner {
        width: 100%;
    }

    .section-bg-title {
        top: -38px;
        font-size: 44px;
        letter-spacing: 0.19em;
    }

    .section-heading {
        margin-bottom: 32px;
    }

    .section-heading h2 {
        font-size: 27px;
        line-height: 1.3;
    }

    .section-heading p {
        font-size: 14px;
        text-align: center;
    }

    .first {
        padding-top: 88px;
        padding-bottom: 78px;
        background: #fff;
    }

    .first .section-inner, .first.narrow, .first .narrow {
        width: calc(100% - 24px);
        /* max-width: 420px; */
    }

    .first .section-bg-title {
        top: -58px;
        color: rgba(226, 211, 207, 0.32);
        font-size: 48px;
        line-height: 1;
        letter-spacing: 0.18em;
    }

    .first .section-heading {
        margin-bottom: 28px;
        text-align: center;
    }

    .first .section-heading h2 {
        margin-bottom: 24px;
        font-size: 25px;
        line-height: 1.55;
        letter-spacing: 0.08em;
    }

    .first .section-heading p {
        width: calc(100% - 12px);
        margin: 0 auto;
        color: #2f2a28;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.95;
        text-align: left;
        letter-spacing: 0.03em;
    }

    .case-list {
        gap: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .case-card {
        /* max-width: 360px; */
        position: relative;
        display: block;
        border: 1px solid #dfbabe;
        border-radius: 13px;
        box-shadow: none;
        overflow: hidden;
        background: linear-gradient(90deg, #f7f3f3, #ffffff);
        background-image: url(img/a4.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .case-card div {
        width: 100%;
        padding: 22% 18px 20px;
    }

    .case-label {
        position: absolute;
        top: 8vw;
        left: 25vw;
        margin: 0;
        padding: 0 14px;
        border-radius: 999px;
        background: #df8f99;
        color: #fff;
        font-family: var(--font-gothic);
        font-size: 3vw;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    .case-card h3 {
        margin: 8px 0 30px;
        color: #34302e;
        font-size: 6vw;
        font-weight: 600;
        line-height: 1.43;
        letter-spacing: 0.04em;
    }

    .case-card p {
        width: 100%;
        margin: 0;
        color: #2f2a28;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.75;
        letter-spacing: 0.02em;
    }

    .case-tired h3 {
    }

    .case-line h3 {
    }

    .note {
        width: 100%;
        margin-top: 30px;
        color: var(--pink-deep2);
        font-size: 16px;
        font-weight: 700;
        line-height: 2;
        text-align: center;
        letter-spacing: 0.02em;
    }

    .flow {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 84px;
        padding-bottom: 30px;
        background: none;
    }

    .flow .section-bg-title {
        top: -84px;
        font-size: 50px;
    }

    .flow .section-heading {
        margin-bottom: 34px;
    }

    .flow-list {
        gap: 47px;
        max-width: 92%;
    }

    .flow-item, .flow-item.reverse {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .flow-item::after {
        bottom: -31px;
        border-left-width: 18px;
        border-right-width: 18px;
        border-top-width: 14px;
    }

    .flow-content h3 {
        margin-bottom: 7px;
        font-size: 23px;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .flow-content h3 br {
        display: none;
    }

    .flow-content h3 br.pc-only {
        display: none;
    }

    .flow-content p:not(.step) {
        font-size: 14px;
        line-height: 1.75;
    }

    .step {
        margin-bottom: 1px;
        font-size: 22px;
    }

    .step span {
        font-size: 47px;
    }

    .step em {
        margin-left: 8px;
        font-size: 13px;
        padding: 5px 18px;
    }

    .group {
        padding-right: 0;
    }

    .circle-price {
        right: -11px;
        top: -250px;
        width: 82px;

        height: 82px;
        font-size: 14px;
    }

    .circle-price strong {
        font-size: 30px;
    }

    .circle-price small {
        font-size: 9px;
    }

    .safe-box {
        margin-top: 60px;
        padding: 86px 4% 60px;
        background: url(img/bg1.jpg) no-repeat bottom 0% center / auto 200%;
    }

    .safe-box h3 {
        margin-bottom: 22px;
        font-size: 21px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .safe-box h3::after {
        content: "";
        width: 80px;
        height: 1px;
        background: #3333333d;
        margin: 10px 0 0;
    }

    .safe-box ul {
        gap: 8px;
        font-size: 13px;
        line-height: 1.7;
    }

    .book {
        padding-top: 120px;
        padding-bottom: 38px;
        overflow: hidden;
    }

    .book .section-bg-title {
        top: -80px;
        font-size: 50px;
    }

    .book .section-heading {
        margin-bottom: 27px;
    }

    .book .section-heading h2 {
        line-height: 1.45;
    }

    .book-price {
        margin: 0 3% 33px;
        padding: 25px 18px 20px;
        width: 94%;
    }

    .book-price .price-label {
        padding: 0 30px;
        top: -12px;
        font-size: 11px;
    }

    .book-body {
        display: block;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .book-body > .phone {
        display: none;
    }

    .phone {
        order: 2;
    }

    .phone img {
        width: 176px;
    }

    .phone-sp {
        display: block;
        margin: 20px auto 22px;
    }

    .phone-sp img {
        width: 174px;
        margin: 0 auto;
        filter: drop-shadow(0 18px 28px rgba(51, 38, 35, 0.12));
    }

    .book-copy {
        order: 1;
        width: 90%;
        margin: 0 auto;
    }

    .book-copy h3 {
        margin-bottom: 18px;
        padding-bottom: 13px;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }

    .book-copy ol {
        gap: 11px;
        font-size: 14px;
        width: 90%;
        margin: 0 auto 19px;
    }

    .book-copy p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.7;
        width: 90%;
        margin: 0 auto;
        font-weight: 600;
    }

    .attention {
        margin: 0 auto 22px;
        padding: 15px 17px;
        font-size: 14px;
        line-height: 1.75;
        background-image: none;
        width: 96%;
    }

    .main-cta {
        width: 90%;
        min-height: 48px;
        margin: 0 auto;
        font-size: 13px;
        display: flex;
    }
    .case-shoulder {
    background-image: url("img/a4.png");
}

.case-tired {
    background-image: url("img/a5.png");
}

.case-line {
    background-image: url("img/a6.png");
}


.price-card strong {
    font-size: 53px;
}

.price-card p:last-child {
    font-size: 14px;
}
}
p.body-text br {
    display: none;
}
/* interaction / motion */
.nav-cta, .main-cta, .menu-toggle {
    transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
}

.nav-cta::after, .main-cta::after {
    display: inline-block;
    transition: transform 0.28s ease;
}

.global-nav a:not(.nav-cta) {
    position: relative;
    transition: color 0.28s ease, opacity 0.28s ease;
}

.global-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.28s ease;
    opacity: 0.45;
}

@media (hover: hover) and (pointer: fine) {
    .nav-cta:hover, .main-cta:hover {
        background: #d9858b;
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(207, 127, 131, 0.28);
    }

    .nav-cta:hover::after, .main-cta:hover::after {
        transform: translateX(5px);
    }

    .global-nav a:not(.nav-cta):hover {
        color: var(--pink-deep);
    }

    .global-nav a:not(.nav-cta):hover::after {
        transform: scaleX(1);
        transform-origin: left center;
    }

    .menu-toggle:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 18px rgba(207, 127, 131, 0.22);
    }
}

.nav-cta:focus-visible, .main-cta:focus-visible, .menu-toggle:focus-visible, .global-nav a:focus-visible {
    outline: 2px solid rgba(196, 118, 125, 0.55);
    outline-offset: 4px;
}

.scroll {
    animation: heroScrollFade 1s ease 1.15s both;
}

.scroll::after {
    transform: scaleY(0);
    transform-origin: top center;
    animation: scrollLineGrow 1.9s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

@keyframes scrollLineGrow {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    68% {
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
        opacity: 0;
    }
}

@keyframes heroScrollFade {
    from {
        opacity: 0;
        transform: translate(-50%, 10px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.hero .eyebrow, .hero h1, .hero .lead, .hero .body-text, .hero .hero-price, .hero .balloon {
    opacity: 0;
    transform: translateY(18px);
    animation: fadeUpIntro 0.86s cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
}

.hero h1 {
    animation-delay: 0.12s;
    border-bottom: 1px solid #824f544a;
    padding-bottom: 10px;
    display: inline-block;
}

.hero .lead {
    animation-delay: 0.22s;
}

.hero .body-text {
    animation-delay: 0.32s;
}

.hero .hero-price {
    animation-delay: 0.44s;
}

.hero .balloon {
    animation-delay: 0.62s;
}

@keyframes fadeUpIntro {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.js-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.86s ease, transform 0.86s cubic-bezier(0.2, 0.75, 0.2, 1);
    will-change: opacity, transform;
}

.js-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transition-duration: 0.01ms;
    }

    .js-reveal, .hero .eyebrow, .hero h1, .hero .lead, .hero .body-text, .hero .hero-price, .hero .balloon {
        opacity: 1;
        transform: none;
    }
}

span.htr {
    display: block;
    color: var(--pink-deep);
    margin-top: 10px;
}

@media (min-width: 769px) {
    .hero {
        overflow: visible;
        z-index: 5;
    }

    .hero::before, .hero::after {
        pointer-events: none;
    }

    .scroll {
        z-index: 30;
    }

    .first {
        position: relative;
        z-index: 1;
        padding-top: 250px;
    }

    .price-card strong {
        font-size: 110px;
    }
}
