@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
:root {
    --c-gold: #a88355;
    --c-gold-dark: #6e5232;
    --c-navy-dark: #00101f;
    --c-navy: #002847;
    --c-orange: #ff4e00;
    --c-gray: #e0e0e0;
}
body {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff;
}
.en {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
}
.jp {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
}
.sp {
    display: none;
}
.inner {
    width: 100%;
    padding: 0 5%;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.fadeUp {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}
@media screen and (max-width:1000px) {
    .inner {
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.pc_back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-navy-dark);
    background-image: url(../images/back_pattern_w.svg);
}
#wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}
.back_left {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 600px);
    width: 430px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.back_left .logo {
    width: 260px;
    margin-bottom: 20px;
}
.back_left .service-logo {
    width: 80%;
    margin: 0 auto;
}
.back_left .btn-wrap {
    width: 80%;
    margin: 20px auto 0;
}
.back_left .btn-wrap .cta_btn {
    background-color: var(--c-gold-dark);
}

.cd_follow {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 400px;
}
#mainContent {
    position: absolute;
    right: 120px;
    width: 400px;
    min-height: 100vh;
    margin: 0 auto;
}
.content-wrap {
    margin-top: 80px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #001b33;
    background-image: url(../images/back_pattern.svg);
    background-repeat: repeat;
    background-size: contain;
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width:1000px) {
    #wrap {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .back_left {
        display: none;
    }
    #mainContent {
        width: 100%;
        position: relative;
        top: unset;
        right: unset;
    }
    .content-wrap {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
}

.main_header {
    width: 100%;
    padding: 15px 0;
    background-color: #001426;
    border-radius: 6px 6px 0 0;
    z-index: 99;
    position: relative;
}
.main_header .header-logo {
    display: block;
    width: 180px;
    margin: 0 auto;
}

#fv {
    padding: 80px 0;
}
.zolome_88_title {
    text-align: center;
    font-size: 2.8rem;
    margin: 20px 0;
}
.count_down {
    width: 100%;
    border-radius: 20px;
    background-color: var(--c-gold);
    padding: 14px;
}
.count_down_title {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
.count_downner {
    display: flex;
    gap: 4px;
}
.count_downner .counter {
    width: calc( (100% - 12px) / 4);
    border-radius: 10px;
    background-color: var(--c-gold-dark);
    color: #fff;
    text-align: center;
    padding: 2px 0;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 10px;
}
.count_downner .counter .num {
    font-size: 2.4rem;
}
.fv_content {
    margin-top: 60px;
}
.cd-banner {
    background-color: var(--c-navy-dark);
    border-radius: 14px;
    padding: 20px;
}
.cd-banner_headline {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}
.cd-banner_headline .big {
    font-size: 2.2rem;
    font-weight: 700;
}
.cd-banner_headline .num {
    font-size: 2.8rem;
}
.cd-banner_content {
    width: 100%;
    background-color: var(--c-gold);
    border-radius: 10px;
    padding: 4px 0 8px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1;
}
.cd-banner_content .num {
    font-size: 5rem;
    margin-right: 6px;
}
.cd-banner_content .num .mini {
    font-size: 3rem;
}
.inner_text {
    text-align: center;
    margin: 10px 0;
}

#progress {
    padding: 40px 0;
    background-color: #fff;
}
.progress_wrap {
    margin-top: 30px;
    color: var(--c-navy-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 正六角形ゲージ */
.progress_bar_hex_inner {
    width: 35%;
    gap: 10px;
    display: flex;
    justify-content: center;
}
.hex_gauge {
    position: relative;
    width: 100%;
    max-width: 200px;
}
.hex_gauge_svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}
.hex_gauge_track {
    fill: none;
    stroke: var(--c-gray);
    stroke-width: 20;
    stroke-linejoin: round;
}
.hex_gauge_bar {
    fill: none;
    stroke: var(--c-orange);
    stroke-width: 20;
    stroke-linejoin: round;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.6s ease-out;
}
.hex_gauge_label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
    letter-spacing: .05em;
    color: var(--c-orange);
}
.hex_gauge_head {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--c-navy-dark);
}
.hex_gauge_rate {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.hex_gauge_num {
    font-size: 3rem;
}
.hex_gauge_unit {
    font-size: 1.5rem;
    margin-left: 2px;
}

/* 横長バー */
.progress_bar_norm_inner {
    width: calc(65% - 10px);
}
.progress_bar_head {
    display: inline;
    font-size: 1.7rem;
    background-color: var(--c-navy);
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
}
.progress_bar_numbers {
    margin-top: 6px;
    font-size: 2.4rem;
    color: var(--c-navy);
}
.progress_bar_numbers .primary {
    margin-right: 4px;
    font-size: 5rem;
    color: var(--c-orange);
}
.progress_bar_numbers .jp {
    font-size: 1.8rem;
}
.progress_bar_norm {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background-color: var(--c-gray);
    overflow: hidden;
}
.progress_bar_norm_in {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 999px;
    background-color: var(--c-orange);
    transition: width 1.6s ease-out;
}
.progress_bar_lasts_text {
    text-align: right;
    font-size: 1.6rem;
    color: var(--c-navy);
}
.progress_bar_lasts_text .num {
    margin: 0 2px;
    font-size: 2.4rem;
}

.first_cta {
    padding: 40px 0;
}
.cta_btn {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background-color: var(--c-orange);
    border-radius: 6px;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
}
.cta_btn::after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/btn_arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#firstMission {
    padding: 40px 0 80px;
}
.firstMission_content {
    margin-top: 30px;
}
.cd-banner_content .jp_big {
    font-size: 3rem;
    font-weight: 900;
}
.cd-banner_content.fm_pp {
    padding: 12px 0 16px;
}
.fm_stages {
    margin-top: 30px;
}
.stage_inner + .stage_inner {
    margin-top: 10px;
}
.stage_head {
    color: var(--c-gold);
    font-size: 1.2rem;
}
.stage_content {
    border-radius: 10px;
    background-color: var(--c-navy-dark);
    border: solid 1px var(--c-gold);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
}
.stage_text {
    font-size: 1.2rem;
    font-weight: 500;
}
.stage_text .num {
    font-size: 2rem;
}
.stage_point {
    color: var(--c-gold);
    font-size: 2.2rem;
}
.stage_point .mini {
    font-size: 1.2rem;
}
.description {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    margin-top: 20px;
}
.description .bold {
    font-weight: 700;
}
.description a {
    color: #fff;
    text-decoration: underline;
}

#aboutPoint {
    background-color: var(--c-gold);
    padding: 40px 0;
}
.point_main_content {
    margin-top: 30px;
}
.point_main_text_upper_wrap {
    background-color: var(--c-gold-dark);
    padding: 20px;
    border-radius: 20px;
}
.point_main_text_upper {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
}
.point_main_text_upper .number {
    font-size: 2.8rem;
}
.point_main_text_upper .big {
    font-size: 5rem;
}
.point_main_text_upper_headline {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 14px;
}

#xMission {
    padding: 60px 0;
}
.x_content {
    margin-top: 30px;
}

.x_content .cd-banner_content {
    padding: 8px 8px 12px;
}
.x_content .cd-banner .cd-banner_headline {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
}
.x_content .cd-banner .cd-banner_headline .big {
    font-size: 3rem;
}
.cd-banner_content .jp_min {
    font-size: 1.8rem;
}
.cd-banner_content .jp_bigger {
    font-size: 2rem;
}
.cd-banner_content .num_z {
    font-size: 3.8rem;
}
.cd-banner_content .num_z .mini {
    font-size: 2rem;
}

.cd-banner.howTo {
    margin-top: 20px;
}
.howTo_title {
    font-size: 1.8rem;
    text-align: center;
    background-color: #fff;
    padding: 4px 20px;
    border-radius: 6px;
    color: var(--c-navy-dark);
    width: fit-content;
    margin: 0 auto 20px;
}
.howTo_list {
    padding-left: 1.2em;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.howTo_list li {
    font-size: 1.5rem;
    letter-spacing: 0em;
    position: relative;
}
.howTo_list li::before {
    content: "1";
    font-family: "Open Sans", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--c-orange);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    font-size: 1.4rem;
}
.howTo_list li.two::before {
    content: "2";
}
.howTo_list li a {
    color: #fff;
    text-decoration: underline;
}

.cta_btn.x_btn {
    width: 90%;
    margin: 20px auto;
    font-size: 1.8rem;
    background-color: var(--c-navy-dark);
    border: solid 1px #fff;
    padding: 16px 0;
}

.x_term_wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    color: var(--c-navy-dark);
    letter-spacing: 0;
    margin-bottom: 20px;
}
.term_title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.term_subTitle {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.term_list {
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.term_list li {
    position: relative;
    padding-left: 1em;
    line-height: 1.4;
}
.term_list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--c-orange);
    display: block;
    position: absolute;
    top: .55em;
    left: 0;
}
.term_description {
    font-size: 1.3rem;
    font-weight: 500;
}
.caution {
    padding: 0 20px;
    font-size: 1.2rem;
    font-weight: 400;
}

#FirstInvestmentMission {
    padding-bottom: 60px;
}
.fim_content {
    margin-top: 30px;
}
.cd-banner_upper_text {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 20px 0;
}
.cd-banner_lower_text {
    text-align: center;
    letter-spacing: 0;
}
.cd-banner_lower_text .gold {
    color: var(--c-gold);
}