* {
    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;
}

/* =========================
   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%);
}

/* Mirestoの文字 */
.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;
}

/* CONTACTボタン */
.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;
}

/* =========================
   Main
========================= */

.main {
    width: 100%;
    margin-top: 0;
}

/* =========================
   First View
   PC: 1400px 中央寄せ
========================= */
.fv {
    position: relative;
    width: 1400px;
    height: 2142px;
    margin: 0 auto;
    z-index: 0;
}

/* 背景画像 back.png */
.fv__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;
}

/* SUPPORTING GROWTH. */
.fv__title {
    position: absolute;
    width: 863px;
    height: 140px;
    top: 177px;
    left: 269px;
    margin: 0;

    font-family: Antonio, sans-serif;
    font-weight: 600;
    font-size: 127.02px;
    line-height: 1;
    letter-spacing: -0.05em;

    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    white-space: nowrap;
    overflow: visible;
    z-index: 1;
}

/* 表現と成長を、支え続ける。 */
.fv__copy {
    position: absolute;
    width: 318px;
    height: 32px;
    top: 331px;
    left: 541px;
    margin: 0;

    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 0.06em;

    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    white-space: nowrap;
    z-index: 1;
}

/* 「、」だけ */
.fv__comma {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -0.43em;

    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* =========================
   FV Service
   PC: 1400px 中央寄せ
========================= */

.fv-service {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* グラデーション四角 */
.fv-service__mark {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 556px;
    left: 221px;
    border-radius: 2px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
}

/* SERVICE */
.fv-service__label {
    position: absolute;
    width: 70px;
    height: 20px;
    top: 554px;
    left: 238px;
    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;
}

/* 表現を支える、事業領域 */
.fv-service__title {
    position: absolute;
    width: 224px;
    height: 88px;
    top: 588px;
    left: 218px;
    margin: 0;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 138%;
    letter-spacing: 0;

    color: #191929;
}

/* 説明文 */
.fv-service__text {
    position: absolute;
    width: 365px;
    height: 56px;
    top: 699px;
    left: 221px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;

    color: #595959;
    white-space: nowrap;
}

/* VIEW MORE ボタン */
.fv-service__button {
    position: absolute;
    width: 140px;
    height: 41px;
    top: 798px;
    left: 221px;

    border-radius: 29px;
    border: 0.5px solid #C8C8C8;
    background: transparent;
    display: block;
}

/* VIEW MORE */
.fv-service__button-text {
    position: absolute;
    width: 78px;
    height: 16px;
    top: 13px;
    left: 18px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

/* 青枠 */
.fv-service__button-pill {
    position: absolute;
    width: 21px;
    height: 13px;
    top: 14px;
    left: 108px;
    border-radius: 20.68px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
}

/* VIEW MORE 内の → */
.fv-service__button-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;
}

/* =========================
   FV Liver Card
   PC: 1400px 中央寄せ
========================= */

.fv-liver-card {
    position: absolute;
    width: 555px;
    height: 101px;
    top: 610px;
    left: 628px;

    display: block;
    border-radius: 20px;
    overflow: hidden;

    opacity: 1;
    z-index: 1;
}

.fv-liver-card__img {
    position: absolute;
    width: 555px;
    height: 101px;
    top: 0;
    left: 0;

    border-radius: 20px;
    object-fit: cover;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.fv-liver-card__label {
    position: absolute;
    width: 44px;
    height: 14px;
    top: 23px;
    left: 33.17px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 11.58px;
    line-height: 100%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
    z-index: 2;
}

.fv-liver-card__title {
    position: absolute;
    width: 139px;
    height: 32px;
    top: 46.17px;
    left: 31px;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 23.17px;
    line-height: 138%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
    z-index: 2;
}

.fv-liver-card__pill {
    position: absolute;
    width: 34px;
    height: 21.047618865966797px;
    top: 40px;
    left: 480px;

    border-radius: 999px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    border: 1.06px solid #ffffff;
    z-index: 2;
}

.fv-liver-card__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: 13px;
    line-height: 1;
    color: #ffffff;
}

/* =========================
   FV Creator Card
   PC: 1400px 中央寄せ
========================= */

.fv-creator-card {
    position: absolute;
    width: 555px;
    height: 101px;
    top: 727px;
    left: 628px;

    display: block;
    border-radius: 20px;
    overflow: hidden;

    opacity: 1;
    z-index: 1;
}

.fv-creator-card__img {
    position: absolute;
    width: 555px;
    height: 101px;
    top: 0;
    left: 0;

    border-radius: 20px;
    object-fit: cover;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.fv-creator-card__label {
    position: absolute;
    width: 66px;
    height: 14px;
    top: 23px;
    left: 33.17px;
    margin: 0;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 11.58px;
    line-height: 100%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
    z-index: 2;
}

.fv-creator-card__title {
    position: absolute;
    width: 185px;
    height: 32px;
    top: 46.17px;
    left: 31px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 23.17px;
    line-height: 138%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
    z-index: 2;
}

.fv-creator-card__pill {
    position: absolute;
    width: 34px;
    height: 21.047618865966797px;
    top: 40px;
    left: 480px;

    border-radius: 999px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    border: 1.06px solid #ffffff;
    z-index: 2;
}

.fv-creator-card__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: 13px;
    line-height: 1;
    color: #ffffff;
}

/* =========================
   FV About
   PC: 1400px 中央寄せ
========================= */

.fv-about {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.fv-about__img {
    position: absolute;
    width: 644px;
    height: 391px;
    top: 954px;
    left: 756px;

    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

    object-fit: cover;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.fv-about__mark {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 972px;
    left: 221px;

    border-radius: 2px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
}

.fv-about__label {
    position: absolute;
    width: 58px;
    height: 20px;
    top: 970px;
    left: 238px;
    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;
}

.fv-about__title {
    position: absolute;
    width: 418px;
    height: 94px;
    top: 1011px;
    left: 221px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 147%;
    letter-spacing: 0;

    color: #191929;
}

.fv-about__text {
    position: absolute;
    width: 435px;
    height: 112px;
    top: 1127px;
    left: 221px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;

    color: #595959;
}

.fv-about__button {
    position: absolute;
    width: 140px;
    height: 41px;
    top: 1282px;
    left: 221px;

    border-radius: 29px;
    border: 0.5px solid #C8C8C8;
    background: transparent;
    display: block;
}

.fv-about__button-text {
    position: absolute;
    width: 78px;
    height: 16px;
    top: 13px;
    left: 18px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

.fv-about__button-pill {
    position: absolute;
    width: 21px;
    height: 13px;
    top: 14px;
    left: 108px;

    border-radius: 20.68px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
}

.fv-about__button-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
   PC: 1400px 中央寄せ
========================= */

.footer {
    position: absolute;
    width: 1400px;
    height: 694px;
    top: 1448px;
    left: 0;

    background: #191929;
    opacity: 1;
    overflow: hidden;
    z-index: 1;
}

/* CONTACT 流れる文字エリア */
.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;
}

/* Miresto */
.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 Navigation
   PC: 1400px 中央寄せ
========================= */

.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;
}

/* TOP */
.footer-nav-links__item--top {
    width: 33px;
    top: 452px;
    left: 714px;
    text-align: right;
}

/* ABOUT */
.footer-nav-links__item--about {
    width: 58px;
    top: 452px;
    left: 790px;
}

/* SERVICE */
.footer-nav-links__item--service {
    width: 70px;
    top: 452px;
    left: 891px;
}

/* CONTACT */
.footer-nav-links__item--contact {
    width: 77px;
    top: 452px;
    left: 1004px;
}

/* PRIVACY POLICY */
.footer-nav-links__item--privacy {
    width: 134px;
    top: 452px;
    left: 1124px;

    font-weight: 400;
    color: #BEBEBE;
}

/* PRIVACY POLICYだけグレー固定 */
.footer-nav-links__item--privacy:visited,
.footer-nav-links__item--privacy:hover,
.footer-nav-links__item--privacy:active {
    color: #BEBEBE;
    text-decoration: none;
}

/* =========================
   Footer Bottom
   PC: 1400px 中央寄せ
========================= */

/* 下部の横線 */
.footer-divider {
    position: absolute;
    width: 1400px;
    height: 0;
    top: 617px;
    left: 0;

    border-top: 1px solid #62627C;
    z-index: 3;
}

/* Copyright */
.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;
}

/* =========================
   SP Header
   SP: 390px 中央寄せ
========================= */

.header__hamburger {
    display: none;
}

@media (max-width: 768px) {
    .header {
        width: 100%;
        height: 100px;
    }

    .header__inner {
        position: relative;
        width: 390px;
        height: 100px;
        margin: 0 auto;
    }

    /* SPではPC用ナビとCONTACTボタンを非表示 */
    .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%);
    }

    /* Miresto */
    .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;
    }

    
}

/* =========================
   SP First View
   SP: 390px 中央寄せ
========================= */

.sp-only {
    display: none;
}

@media (max-width: 768px) {
    .sp-only {
        display: block;
    }

    .fv {
        position: relative;
        width: 390px;
        margin: 0 auto;
    }

    /* SUPPORTING GROWTH. */
    .fv__title {
        position: absolute;
        width: 284px;
        height: 154px;
        top: 174px;
        left: 53px;
        margin: 0;

        font-family: Antonio, sans-serif;
        font-weight: 600;
        font-size: 74px;
        line-height: 1;
        letter-spacing: -0.05em;
        text-align: center;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

        white-space: nowrap;
        overflow: visible;
        z-index: 1;
    }

    /* 表現と成長を、支え続ける。 */
    .fv__copy {
        position: absolute;
        width: 212px;
        height: 22px;
        top: 338px;
        left: 89px;
        margin: 0;

        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 900;
        font-size: 16px;
        line-height: 135%;
        letter-spacing: 0.06em;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

        white-space: nowrap;
        z-index: 1;
    }

    /* 「、」だけ */
    .fv__comma {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 900;
        font-size: 16px;
        line-height: 135%;
        letter-spacing: -0.43em;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
}

/* =========================
   SP Back / Service
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /* back.png */
    .fv__back {
        position: absolute;
        width: 390px;
        height: 609px;
        top: 222px;
        left: 0;

        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    /* SERVICEブロック全体 */
    .fv-service {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    /* SERVICEの左の四角 */
    .fv-service__mark {
        position: absolute;
        width: 10px;
        height: 10px;
        top: 627px;
        left: 38px;

        border-radius: 2px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    /* SERVICE */
    .fv-service__label {
        position: absolute;
        width: 62px;
        height: 17px;
        top: 623px;
        left: 53px;
        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;
    }

    /* 表現を支える、事業領域 */
    .fv-service__title {
        position: absolute;
        width: 168px;
        height: 66px;
        top: 653px;
        left: 34px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 138%;
        letter-spacing: 0;

        color: #191929;
    }

    /* 説明文 */
    .fv-service__text {
        position: absolute;
        width: 320px;
        height: 56px;
        top: 749px;
        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;
        white-space: nowrap;
    }

    /* VIEW MORE ボタン */
    .fv-service__button {
        position: absolute;
        width: 140px;
        height: 41px;

        /* 仮位置：正確なSPのtop/leftがあればここだけ変更 */
        top: 838px;
        left: 34px;

        border-radius: 29px;
        border: 0.5px solid #C8C8C8;
        background: transparent;
        display: block;
    }

    /* VIEW MORE */
    .fv-service__button-text {
        position: absolute;
        width: 78px;
        height: 16px;
        top: 13px;
        left: 18px;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
    }

    /* 青円 */
    .fv-service__button-pill {
        position: absolute;
        width: 21px;
        height: 13px;
        top: 14px;
        left: 108px;

        border-radius: 20.68px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    /* → */
    .fv-service__button-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;
    }
}

/* =========================
   SP Service Cards
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /* =====================
       LIVERカード
    ===================== */

    .fv-liver-card {
        position: absolute;
        width: 322px;
        height: 71px;
        top: 908px;
        left: 34px;

        display: block;
        border-radius: 8px;
        overflow: hidden;

        opacity: 1;
        z-index: 1;
    }

    .fv-liver-card__img {
        position: absolute;
        width: 322px;
        height: 71px;
        top: 0;
        left: 0;

        border-radius: 8px;
        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    .fv-liver-card__label {
        position: absolute;
        width: 30px;
        height: 10px;
        top: 14px;
        left: 22.48px;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 7.88px;
        line-height: 100%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
        z-index: 2;
    }

    .fv-liver-card__title {
        position: absolute;
        width: 95px;
        height: 22px;
        top: 29.77px;
        left: 21px;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 15.77px;
        line-height: 138%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
        z-index: 2;
    }

    .fv-liver-card__pill {
        position: absolute;
        width: 21px;
        height: 13px;
        top: 29px;
        left: 280px;

        border-radius: 20.68px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        border: none;
        z-index: 2;
    }

    .fv-liver-card__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;
    }

    /* =====================
       CREATORカード
    ===================== */

    .fv-creator-card {
        position: absolute;
        width: 322px;
        height: 71px;
        top: 985px;
        left: 34px;

        display: block;
        border-radius: 8px;
        overflow: hidden;

        opacity: 1;
        z-index: 1;
    }

    .fv-creator-card__img {
        position: absolute;
        width: 322px;
        height: 71px;
        top: 0;
        left: 0;

        border-radius: 8px;
        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    .fv-creator-card__label {
        position: absolute;
        width: 45px;
        height: 10px;
        top: 14px;
        left: 22.48px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 7.88px;
        line-height: 100%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
        z-index: 2;
    }

    .fv-creator-card__title {
        position: absolute;
        width: 126px;
        height: 22px;
        top: 29.77px;
        left: 21px;
        margin: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 15.77px;
        line-height: 138%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
        z-index: 2;
    }

    .fv-creator-card__pill {
        position: absolute;
        width: 21px;
        height: 13px;
        top: 29px;
        left: 280px;

        border-radius: 20.68px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        border: none;
        z-index: 2;
    }

    .fv-creator-card__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;
    }
}

/* =========================
   SP About
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /* ABOUTブロック全体 */
    .fv-about {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    /* ABOUTの横の四角 */
    .fv-about__mark {
        position: absolute;
        width: 10px;
        height: 10px;
        top: 1113px;
        left: 38px;

        border-radius: 2px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    /* ABOUT */
    .fv-about__label {
        position: absolute;
        width: 51px;
        height: 17px;
        top: 1109px;
        left: 53px;
        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;
    }

    /* 挑戦する人の “続けたい”を、仕組みにする。 */
    .fv-about__title {
        position: absolute;
        width: 169px;
        height: 105px;
        top: 1139px;
        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;
    }

    /* 説明文 */
    .fv-about__text {
        position: absolute;
        width: 322px;
        height: 168px;
        top: 1263px;
        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;
    }

    /* about画像 */
    .fv-about__img {
        position: absolute;
        width: 357px;
        height: 217px;
        top: 1464px;
        left: 33px;

        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;

        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    /* SPではABOUTのVIEW MORE指定がないので一旦非表示 */
    .fv-about__button {
        display: none;
    }
}

/* =========================
   SP Footer Area
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    .fv {
        position: relative;
        width: 390px;
        height: 2377px;
        margin: 0 auto;
        z-index: 0;
    }

    .footer {
        position: absolute;
        width: 390px;
        height: 665px;
        top: 1712px;
        left: 0;

        background: #191929;
        opacity: 1;
        overflow: hidden;
        z-index: 1;
    }
}

/* =========================
   SP Footer Contact Marquee
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    .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;
    }

    /*
      CONTACT 1個分：
      260px + gap 29px = 289px

      1セット6個なので：
      289px × 6 = 1734px

      1セット分だけ左に流す
    */
    @keyframes spFooterContactMarquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-1734px);
        }
    }
}

/* =========================
   SP Footer Contact Link
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {


    .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-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;
    }
}

/* =========================
   SP Footer Bottom
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /* フッターロゴ：透明なクリック領域 */
    .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;
    }

    /* Miresto */
    .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 {
        position: absolute;
        top: 0;
        left: 0;
        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:visited,
    .footer-nav-links__item:hover,
    .footer-nav-links__item:active {
        color: #ffffff;
        text-decoration: none;
    }

    /* TOP */
    .footer-nav-links__item--top {
        width: 33px;
        height: 20px;
        top: 322px;
        left: 225px;
        text-align: right;
    }

    /* ABOUT */
    .footer-nav-links__item--about {
        width: 58px;
        height: 20px;
        top: 366px;
        left: 225px;
    }

    /* SERVICE */
    .footer-nav-links__item--service {
        width: 70px;
        height: 20px;
        top: 410px;
        left: 225px;
    }

    /* CONTACT */
    .footer-nav-links__item--contact {
        width: 77px;
        height: 20px;
        top: 454px;
        left: 225px;
    }

    /* PRIVACY POLICY */
    .footer-nav-links__item--privacy {
        width: 118px;
        height: 17px;
        top: 498px;
        left: 225px;

        font-size: 14px;
        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: 390px;
        height: 0;
        top: 586px;
        left: 0;

        border-top: 1px solid #62627C;
        z-index: 3;
    }

    /* Copyright */
    .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 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);
        }
    }
}
