/*
 * _ab_new_top_fv_v2.html 専用の差分スタイル。
 * ab_new_style_v2.css の後に読み込み、後勝ちで上書きする想定。
 */

/***************** signup ボタン (header) *************************/
.signup {
    background: linear-gradient(90deg, var(--cta-yellow-1) 52.4%, var(--cta-yellow-2) 100%);
}

.signup>a {
    color: var(--cta-yellow-text) !important;
}

/***************** fv (v2) *************************/
.top-fv-title {
    display: flex;
    gap: 12px;
    line-height: 100%;
    flex-direction: column;
    font-size: 26px;
    margin-bottom: 16px;
}

.top-fv-title-1 {
    font-size: 20px;
    margin-bottom: 0;
}

.top-fv-title-2 {
    font-size: 26px;
    margin-bottom: 0;
}

.top-fv-copy {
    font-size: 53px;
}

.top-fv-copy2 {
    width: 100%;
    gap: 12px;
}

.top-fv-copy-large {
    font-size: 32px;
}

.top-fv-copy2-title {
    line-height: 100%;
    /* base にあった装飾を打ち消す */
    background-color: transparent;
    border-radius: 0;
    letter-spacing: normal;
}

.top-fv-copy2-content {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 8px 4px 4px;
    gap: 6px;
    align-items: center;
    font-size: 20px;
    letter-spacing: 1.6px;
}

.top-fv-attention {
    margin-top: 8px;
}

.top-fv-signup {
    margin-top: 32px;
    background: linear-gradient(90deg, var(--cta-yellow-1) 52.4%, var(--cta-yellow-2) 100%);
    border: 1px solid var(--cta-yellow-border);
}

.top-fv-signup>a>span {
    color: var(--cta-yellow-text);
}

.img-container {
    position: relative;
}

.img-top {
    position: absolute;
    top: -10%;
    left: -20%;
    height: 110%;
}

.img-container-sp {
    display: none;
}

/***************** fv (v2) SP *************************/
@media screen and (max-width: 599px) {
    .top-fv-title {
        gap: 8px;
    }

    .top-container {
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top-fv-title-1 {
        font-size: 14px;
    }

    .top-fv-title-2 {
        font-size: 18px;
    }

    /* base 599 で justify-content: space-between / width: 100% を当てていたぶんを打ち消し */
    .top-fv-copy2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 2px;
    }

    .top-fv-copy2-title {
        padding: 0;
    }

    .top-fv-copy-medium {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .top-fv-copy-large {
        font-size: 21px;
        letter-spacing: 0px;
    }

    .top-fv-copy2-content {
        padding: 8px 4px 0px;
        gap: 2px;
        font-size: 13px;
    }

    .top-fv-signup {
        margin-top: 16px;
        width: 100%;
        max-width: none;
    }

    .action-area {
        display: flex;
        flex-direction: column;
        width: 95%;
    }

    .img-container-sp {
        display: flex;
    }

    .top-fv-copy {
      font-size: 24px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 1.92px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 4px;
      margin: 12px 0 !important;
    }
}
