* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Alexandria, system-ui, sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}

/* クリック後に色が変わらないように固定 */
a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

.sp-only {
    display: none;
}

/* =========================
   Header
   PC: 1400px 中央寄せ
========================= */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 109px;
    z-index: 1000;
}

.header__inner {
    position: relative;
    width: 1400px;
    height: 109px;
    margin: 0 auto;
}

.header__box {
    position: absolute;
    width: 893px;
    height: 73px;
    top: 18px;
    left: 254px;
    border-radius: 11px;
    background: #F7F7F7;
}

.header__logo {
    position: absolute;
    width: 150.78px;
    height: 35.12px;
    top: 37px;
    left: 284px;
    display: block;
}

.header__logo-mark {
    position: absolute;
    width: 35.11981964111328px;
    height: 35.11981964111328px;
    top: -2px;
    left: 0;
    border-radius: 6px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
}

.header__logo-text {
    position: absolute;
    width: 106px;
    height: 35px;
    top: 0.04px;
    left: 44.78px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 600;
    font-size: 28.73px;
    line-height: 100%;
    letter-spacing: -0.02em;

    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    white-space: nowrap;
}

.header__nav {
    position: absolute;
    top: 0;
    left: 0;
}

.header__nav-link {
    position: absolute;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

.header__nav-link--about {
    width: 58px;
    height: 20px;
    top: 45px;
    left: 765px;
}

.header__nav-link--service {
    width: 70px;
    height: 20px;
    top: 45px;
    left: 847px;
}

.header__contact {
    position: absolute;
    width: 140px;
    height: 39px;
    top: 35px;
    left: 978px;
    border-radius: 20px;
    background: #008AFF;
    display: block;
}

.header__contact-text {
    position: absolute;
    width: 77px;
    height: 20px;
    top: 10px;
    left: 31px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

    color: #ffffff;
    white-space: nowrap;
}

.header__hamburger {
    display: none;
}

/* =========================
   Page Frame
   PC: 1400px 中央寄せ
========================= */

.page-main {
    width: 100%;
    margin: 0;
}

.page {
    position: relative;
    width: 1400px;
    height: 1982px;
    margin: 0 auto;
    z-index: 0;
}

/* =========================
   Footer
   PC: 1400px 中央寄せ
========================= */

.footer {
    position: absolute;
    width: 1400px;
    height: 694px;
    top: 1288px;
    left: 0;

    background: #191929;
    opacity: 1;
    overflow: hidden;
    z-index: 1;
}

.footer-contact-marquee {
    position: absolute;
    top: 119px;
    left: 0;

    width: 1400px;
    height: 140px;

    overflow: hidden;
}

.footer-contact-marquee__track {
    position: absolute;
    top: 0;
    left: -21px;

    display: flex;
    width: max-content;

    animation: footerContactMarquee 18s linear infinite;
    will-change: transform;
}

.footer-contact-marquee__group {
    display: flex;
    gap: 36px;
    padding-right: 36px;
    flex-shrink: 0;
}

.footer-contact-marquee__item {
    flex: 0 0 341px;
    width: 341px;
    height: 117px;

    font-family: Antonio, sans-serif;
    font-weight: 600;
    font-size: 127.02px;
    line-height: 92%;
    letter-spacing: -0.05em;

    color: #ffffff;
    white-space: nowrap;
}

@keyframes footerContactMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-2262px);
    }
}

/* Milestoneリンク */
.footer-milestone-link {
    position: absolute;
    width: 92px;
    height: 21px;
    top: 522.95px;
    left: 66px;

    display: block;
    z-index: 3;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}

.footer-milestone-link:visited,
.footer-milestone-link:hover,
.footer-milestone-link:active {
    color: #ffffff;
    text-decoration: none;
}

.footer-milestone-link__text {
    position: absolute;
    width: 70px;
    height: 21px;
    top: 0;
    left: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 138%;
    letter-spacing: 0;

    color: #ffffff;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 0;
    text-decoration-thickness: auto;
    text-decoration-skip-ink: auto;
    white-space: nowrap;
}

.footer-milestone-link__icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 78px;

    display: block;
    object-fit: contain;
}

.footer-logo-link {
    position: absolute;
    width: 176.28px;
    height: 41px;
    top: 441px;
    left: 66px;

    display: block;
    z-index: 4;
    background: transparent;
}

.footer-logo__mark {
    position: absolute;
    width: 41px;
    height: 41px;
    top: 438px;
    left: 66px;

    border-radius: 7px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    z-index: 3;
}

.footer-logo__text {
    position: absolute;
    width: 124px;
    height: 41px;
    top: 441px;
    left: 118.28px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 600;
    font-size: 33.54px;
    line-height: 100%;
    letter-spacing: -0.02em;

    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    white-space: nowrap;
    z-index: 3;
}

.footer-contact-link {
    position: absolute;
    width: 242px;
    height: 29px;
    top: 278px;
    left: 87px;

    display: block;
    z-index: 2;
    background: transparent;
}

.footer-contact-link__text {
    position: absolute;
    width: 210px;
    height: 29px;
    top: 0;
    left: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 191%;
    letter-spacing: 0;

    color: #ffffff;
    white-space: nowrap;
}

.footer-contact-link__pill {
    position: absolute;
    width: 21px;
    height: 13px;
    top: 9px;
    left: 221px;

    border-radius: 20.68px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
}

.footer-contact-link__arrow {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: #ffffff;
}

.footer-nav-links {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.footer-nav-links__item {
    position: absolute;
    height: 20px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
}

.footer-nav-links__item:visited,
.footer-nav-links__item:hover,
.footer-nav-links__item:active {
    color: #ffffff;
    text-decoration: none;
}

.footer-nav-links__item--top {
    width: 33px;
    top: 452px;
    left: 714px;
    text-align: right;
}

.footer-nav-links__item--about {
    width: 58px;
    top: 452px;
    left: 790px;
}

.footer-nav-links__item--service {
    width: 70px;
    top: 452px;
    left: 891px;
}

.footer-nav-links__item--contact {
    width: 77px;
    top: 452px;
    left: 1004px;
}

.footer-nav-links__item--privacy {
    width: 134px;
    top: 452px;
    left: 1124px;

    font-weight: 400;
    color: #BEBEBE;
}

.footer-nav-links__item--privacy:visited,
.footer-nav-links__item--privacy:hover,
.footer-nav-links__item--privacy:active {
    color: #BEBEBE;
    text-decoration: none;
}

.footer-divider {
    position: absolute;
    width: 1400px;
    height: 0;
    top: 617px;
    left: 0;

    border-top: 1px solid #62627C;
    z-index: 3;
}

.footer-copyright {
    position: absolute;
    width: 352px;
    height: 15px;
    top: 648px;
    left: 524px;
    margin: 0;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-align: center;

    color: #ffffff;
    white-space: nowrap;
    z-index: 3;
}
/* =========================
   Service Hero
   PC: 1400px 中央寄せ
========================= */

.service-hero {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* サービス */
.service-hero__ja {
    position: absolute;
    width: 64px;
    height: 22px;
    top: 190px;
    left: 1054px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 138%;
    letter-spacing: 0;
    text-align: right;

    color: #191929;
    white-space: nowrap;
}

/* SERVICE */
.service-hero__title {
    position: absolute;
    width: 263px;
    height: 73px;
    top: 220.21px;
    left: 855px;
    margin: 0;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;

    color: #191929;
    white-space: nowrap;
}

/* =========================
   Service Breadcrumb
   PC: 1400px 中央寄せ
========================= */

.service-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* HouseLine */
.service-breadcrumb__home {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 351px;
    left: 171px;

    display: block;
}

.service-breadcrumb__home-icon {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}

/* path */
.service-breadcrumb__arrow {
    position: absolute;
    width: 4px;
    height: 7px;
    top: 356px;
    left: 198px;

    display: block;
    object-fit: contain;
    opacity: 1;
}

/* サービス */
.service-breadcrumb__current {
    position: absolute;
    width: 52px;
    height: 18px;
    top: 349px;
    left: 213px;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 138%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

/* =========================
   Service Liver
   PC: 1400px 中央寄せ
========================= */

.service-liver {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* _ LIVER */
.service-liver__label {
    position: absolute;
    width: 61px;
    height: 20px;
    top: 455px;
    left: 216px;
    margin: 0;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

/* ライバー事業 */
.service-liver__title {
    position: absolute;
    width: 192px;
    height: 44px;
    top: 487px;
    left: 213px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 138%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

/* ライバー事業本文 */
.service-liver__text {
    position: absolute;
    width: 435px;
    height: 145px;
    top: 554px;
    left: 213px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;

    color: #595959;
}

/* live画像 */
.service-liver__img {
    position: absolute;
    width: 682px;
    height: 316px;
    top: 475px;
    left: 718px;

    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

    object-fit: cover;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

/* =========================
   Service Creator
   PC: 1400px 中央寄せ
========================= */

.service-creator {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* create画像 */
.service-creator__img {
    position: absolute;
    width: 682px;
    height: 316px;
    top: 854px;
    left: 0;

    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

    object-fit: cover;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

/* _ CREATOR */
.service-creator__label {
    position: absolute;
    width: 91px;
    height: 20px;
    top: 854px;
    left: 786px;
    margin: 0;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

/* クリエイター事業 */
.service-creator__title {
    position: absolute;
    width: 255px;
    height: 44px;
    top: 886px;
    left: 783px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 138%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

/* クリエイター事業本文 */
.service-creator__text {
    position: absolute;
    width: 435px;
    height: 174px;
    top: 952px;
    left: 783px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;

    color: #595959;
}
/* 共通 back画像 */
.page__back {
    position: absolute;
    width: 688px;
    height: 1074px;
    top: 0;
    left: 712px;

    object-fit: cover;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}
/* =========================
   SP Common
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    .sp-only {
        display: block;
    }

    .page {
        position: relative;
        width: 390px;
        height: 2117px;
        margin: 0 auto;
        z-index: 0;
    }

    .page__back {
        position: absolute;
        width: 390px;
        height: 609px;
        top: 59px;
        left: 43px;

        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    .header {
        width: 100%;
        height: 100px;
    }

    .header__inner {
        position: relative;
        width: 390px;
        height: 100px;
        margin: 0 auto;
    }

    .header__nav,
    .header__contact {
        display: none;
    }

    .header__box {
        position: absolute;
        width: 361px;
        height: 60px;
        top: 20px;
        left: 15px;

        border-radius: 11px;
        background: #F7F7F7;
    }

    .header__logo {
        position: absolute;
        width: 116.45px;
        height: 27.02px;
        top: 36px;
        left: 31px;

        display: block;
    }

    .header__logo-mark {
        position: absolute;
        width: 27.018117904663086px;
        height: 27.018117904663086px;
        top: -2.5px;
        left: 0;

        border-radius: 4.61px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    .header__logo-text {
        position: absolute;
        width: 82px;
        height: 27px;
        top: 0.03px;
        left: 34.45px;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 600;
        font-size: 22.11px;
        line-height: 100%;
        letter-spacing: -0.02em;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

        white-space: nowrap;
    }

    .header__hamburger {
        position: absolute;
        width: 26px;
        height: 19px;
        top: 40px;
        left: 331px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

    .header__hamburger-line {
        display: block;
        width: 26px;
        height: 2px;

        border-radius: 2px;
        background: #191929;
    }

    .footer {
        position: absolute;
        width: 390px;
        height: 665px;
        top: 1452px;
        left: 0;

        background: #191929;
        opacity: 1;
        overflow: hidden;
        z-index: 1;
    }

    .footer-contact-marquee {
        position: absolute;
        top: 73px;
        left: 0;

        width: 390px;
        height: 100px;

        overflow: hidden;
    }

    .footer-contact-marquee__track {
        position: absolute;
        top: 0;
        left: -35px;

        display: flex;
        width: max-content;

        animation: spFooterContactMarquee 18s linear infinite;
        will-change: transform;
    }

    .footer-contact-marquee__group {
        display: flex;
        gap: 29px;
        padding-right: 29px;
        flex-shrink: 0;
    }

    .footer-contact-marquee__item {
        flex: 0 0 260px;
        width: 260px;
        height: 89px;

        font-family: Antonio, sans-serif;
        font-weight: 600;
        font-size: 96.85px;
        line-height: 92%;
        letter-spacing: -0.05em;

        color: #ffffff;
        white-space: nowrap;
    }

    @keyframes spFooterContactMarquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-1734px);
        }
    }

    /* Milestoneリンク */
    .footer-milestone-link {
        position: absolute;
        width: 81px;
        height: 19px;
        top: 382px;
        left: 26px;

        display: block;
        z-index: 3;
        background: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .footer-milestone-link__text {
        position: absolute;
        width: 65px;
        height: 19px;
        top: 0;
        left: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 138%;
        letter-spacing: 0;

        color: #ffffff;
        text-decoration: underline;
        text-decoration-style: solid;
        text-underline-offset: 0;
        text-decoration-thickness: auto;
        text-decoration-skip-ink: auto;
        white-space: nowrap;
    }

    .footer-milestone-link__icon {
        position: absolute;
        width: 12px;
        height: 12px;
        top: 4px;
        left: 69px;

        display: block;
        object-fit: contain;
    }

    .footer-contact-link {
        position: absolute;
        width: 244px;
        height: 29px;
        top: 190px;
        left: 26px;

        display: block;
        z-index: 3;
        background: transparent;
    }

    .footer-contact-link__text {
        position: absolute;
        width: 210px;
        height: 29px;
        top: 0;
        left: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 191%;
        letter-spacing: 0;

        color: #ffffff;
        white-space: nowrap;
    }

    .footer-contact-link__pill {
        position: absolute;
        width: 21px;
        height: 13px;
        top: 9px;
        left: 223px;

        border-radius: 20.68px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    .footer-logo-link {
        position: absolute;
        width: 114.95px;
        height: 27px;
        top: 322px;
        left: 26px;

        display: block;
        z-index: 4;
        background: transparent;
    }

    .footer-logo__mark {
        position: absolute;
        width: 26.624616622924805px;
        height: 26.624616622924805px;
        top: 320px;
        left: 26px;

        border-radius: 4.55px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        z-index: 3;
    }

    .footer-logo__text {
        position: absolute;
        width: 81px;
        height: 27px;
        top: 322.03px;
        left: 59.95px;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 600;
        font-size: 21.78px;
        line-height: 100%;
        letter-spacing: -0.02em;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;

        white-space: nowrap;
        z-index: 3;
    }

    .footer-nav-links__item {
        position: absolute;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;

        color: #ffffff;
        white-space: nowrap;
        text-decoration: none;
    }

    .footer-nav-links__item--top {
        width: 33px;
        height: 20px;
        top: 322px;
        left: 225px;
        text-align: right;
    }

    .footer-nav-links__item--about {
        width: 58px;
        height: 20px;
        top: 366px;
        left: 225px;
    }

    .footer-nav-links__item--service {
        width: 70px;
        height: 20px;
        top: 410px;
        left: 225px;
    }

    .footer-nav-links__item--contact {
        width: 77px;
        height: 20px;
        top: 454px;
        left: 225px;
    }

    .footer-nav-links__item--privacy {
        width: 118px;
        height: 17px;
        top: 498px;
        left: 225px;

        font-size: 14px;
        color: #BEBEBE;
    }

    .footer-divider {
        position: absolute;
        width: 390px;
        height: 0;
        top: 586px;
        left: 0;

        border-top: 1px solid #62627C;
        z-index: 3;
    }

    .footer-copyright {
        position: absolute;
        width: 273px;
        height: 21px;
        top: 618px;
        left: 59px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.45;
        letter-spacing: 0.06em;
        text-align: center;

        color: #ffffff;
        white-space: normal;
        z-index: 3;
    }
}

/* =========================
   SP Service Page Main
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /* サービス */
    .service-hero__ja {
        position: absolute;
        width: 56px;
        height: 19px;
        top: 136px;
        left: 291px;
        margin: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 138%;
        letter-spacing: 0;
        text-align: right;

        color: #191929;
        white-space: nowrap;
    }

    /* SERVICE */
    .service-hero__title {
        position: absolute;
        width: 175px;
        height: 49px;
        top: 166.21px;
        left: 172px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: right;

        color: #191929;
        white-space: nowrap;
    }

    /* back画像 */
    .page__back {
        position: absolute;
        width: 390px;
        height: 609px;
        top: 59px;
        left: 43px;

        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    /* パンくず home */
    .service-breadcrumb__home {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 275px;
        left: 34px;

        display: block;
    }

    /* HouseLine */
    .service-breadcrumb__home-icon {
        position: absolute;
        width: 14.75px;
        height: 12.250689506530762px;
        top: 1.62px;
        left: 0.63px;

        display: block;
        object-fit: contain;
    }

    /* path */
    .service-breadcrumb__arrow {
        position: absolute;
        width: 4px;
        height: 7px;
        top: 282px;
        left: 61px;

        display: block;
        object-fit: contain;
        opacity: 1;
    }

    /* サービス */
    .service-breadcrumb__current {
        position: absolute;
        width: 52px;
        height: 18px;
        top: 275px;
        left: 76px;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 138%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
    }

    /* _ LIVER */
    .service-liver__label {
        position: absolute;
        width: 53px;
        height: 17px;
        top: 424px;
        left: 34px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
    }

    /* ライバー事業 */
    .service-liver__title {
        position: absolute;
        width: 144px;
        height: 35px;
        top: 457px;
        left: 34px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 145%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
    }

    /* ライバー事業本文 */
    .service-liver__text {
        position: absolute;
        width: 322px;
        height: 196px;
        top: 513px;
        left: 34px;
        margin: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.04em;

        color: #595959;
    }

    /* live画像 */
    .service-liver__img {
        position: absolute;
        width: 356px;
        height: 165px;
        top: 733px;
        left: 34px;

        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;

        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    /* _ CREATOR */
    .service-creator__label {
        position: absolute;
        width: 80px;
        height: 17px;
        top: 951px;
        left: 34px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
    }

    /* クリエイター事業 */
    .service-creator__title {
        position: absolute;
        width: 192px;
        height: 35px;
        top: 984px;
        left: 34px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 145%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
    }

    /* クリエイター事業本文 */
    .service-creator__text {
        position: absolute;
        width: 322px;
        height: 196px;
        top: 1040px;
        left: 34px;
        margin: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.04em;

        color: #595959;
    }

    /* create画像 */
    .service-creator__img {
        position: absolute;
        width: 356px;
        height: 165px;
        top: 1260px;
        left: 0;

        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;

        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }
}

/* =========================
   SP Hamburger Menu
   SP: 390px 中央寄せ
========================= */

.sp-menu {
    display: none;
}

@media (max-width: 768px) {
    .sp-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;

        display: block;
        background: transparent;

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        z-index: 3000;

        transition:
            opacity 0.28s ease,
            visibility 0.28s ease;
    }

    .sp-menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .sp-menu__overlay {
        position: absolute;
        inset: 0;

        background: #00000078;
        opacity: 0;

        transition: opacity 0.28s ease;
        z-index: 1;
    }

    .sp-menu.is-open .sp-menu__overlay {
        opacity: 1;
    }

    .sp-menu__panel {
        position: relative;
        width: 390px;
        height: 434px;
        margin: 0 auto;

        background: transparent;
        overflow: visible;

        opacity: 0;
        transform: translateY(-12px);

        transition:
            opacity 0.28s ease,
            transform 0.28s ease;

        z-index: 2;
        isolation: isolate;
    }

    .sp-menu__panel::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;

        width: 100vw;
        height: 434px;

        transform: translateX(-50%);
        background: #ffffff;

        z-index: -1;
    }

    .sp-menu.is-open .sp-menu__panel {
        opacity: 1;
        transform: translateY(0);
    }

    .sp-menu__logo {
        position: absolute;
        width: 116.45px;
        height: 27.02px;
        top: 36px;
        left: 31px;

        display: block;
        z-index: 2;
    }

    .sp-menu__logo-mark {
        position: absolute;
        width: 27.018117904663086px;
        height: 27.018117904663086px;
        top: -2px;
        left: 0;

        border-radius: 4.61px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    .sp-menu__logo-text {
        position: absolute;
        width: 82px;
        height: 27px;
        top: 0.03px;
        left: 34.45px;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 600;
        font-size: 22.11px;
        line-height: 100%;
        letter-spacing: -0.02em;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

        white-space: nowrap;
    }

    .sp-menu__close {
        position: absolute;
        width: 21.19919204711914px;
        height: 18.705881118774414px;
        top: 41px;
        left: 332px;

        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        appearance: none;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        z-index: 3;
    }

    .sp-menu__close::before,
    .sp-menu__close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;

        width: 27px;
        height: 2px;

        border-radius: 2px;
        background: #191929;
        transform-origin: center;
    }

    .sp-menu__close::before {
        transform: translate(-50%, -50%) rotate(41deg);
    }

    .sp-menu__close::after {
        transform: translate(-50%, -50%) rotate(-41deg);
    }

    .sp-menu__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sp-menu__link {
        position: absolute;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.25;
        letter-spacing: 0;

        color: #191929;
        text-decoration: none;
        white-space: nowrap;
        overflow: visible;
    }

    .sp-menu__link:visited,
    .sp-menu__link:hover,
    .sp-menu__link:active {
        color: #191929;
        text-decoration: none;
    }

    .sp-menu__link--top {
        width: 37px;
        height: 28px;
        top: 113px;
        left: 45px;
    }

    .sp-menu__link--about {
        width: 65px;
        height: 28px;
        top: 164px;
        left: 45px;
    }

    .sp-menu__link--service {
        width: 79px;
        height: 28px;
        top: 215px;
        left: 45px;
    }

    .sp-menu__copyright {
        position: absolute;
        width: 58px;
        height: 13px;
        top: 113px;
        left: 283px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 100%;
        letter-spacing: 0.06em;
        text-align: center;

        color: #7E7E7E;
        white-space: nowrap;
        z-index: 3;
    }

    .sp-menu-contact-marquee {
        position: absolute;
        top: 312px;
        left: 50%;

        width: 100vw;
        height: 96px;

        transform: translateX(-50%);
        overflow: hidden;

        z-index: 2;

        display: block;
        text-decoration: none;
        cursor: pointer;
        pointer-events: auto;
    }

    .sp-menu-contact-marquee:visited,
    .sp-menu-contact-marquee:hover,
    .sp-menu-contact-marquee:active {
        text-decoration: none;
    }

    .sp-menu-contact-marquee__track {
        position: absolute;
        top: 0;
        left: calc(50% - 195px - 26px);

        display: flex;
        width: max-content;
        height: 96px;

        animation: spMenuContactMarquee 14s linear infinite;
        will-change: transform;
    }

    .sp-menu-contact-marquee__group {
        display: flex;
        gap: 16.65px;
        padding-right: 16.65px;
        flex-shrink: 0;
        height: 96px;
    }

    .sp-menu-contact-marquee__item {
        flex: 0 0 229px;
        width: 229px;
        height: 96px;

        font-family: Antonio, sans-serif;
        font-weight: 600;
        font-size: 85.06px;
        line-height: 1;
        letter-spacing: -0.05em;

        color: #191929;
        white-space: nowrap;
        display: block;
    }

    @keyframes spMenuContactMarquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-982.6px);
        }
    }
}
