@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 700;
    color: #333;
}
.en {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.sp {
    display: none;
}
.inner {
    width: 100%;
    padding: 0 4%;
}
img {
    max-width: 100%;
}
.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 3%;
        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: url(../images/main_bg.jpg) no-repeat;
    background-size: cover;
}
#wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}
.loop {
    animation: loop 40s linear infinite;
    font-size: 9rem;
    width: 100%;
    mix-blend-mode: overlay;
}
.loop2{
    position: absolute;
    font-size: 9rem;
    top: 0;
    left: 0;
    animation: loop 40s -20s linear infinite;
    mix-blend-mode: overlay;
}
.back_left {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 600px);
    width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.back_left .logo {
    width: 260px;
    margin-bottom: 20px;
}
.back_left .service-logo {
    width: 200px;
}
.back_left .countdown-in {
    margin-top: 40px;
}
.back_left .btn-wrap {
    margin-top: 40px;
}
#mainContent {
    position: absolute;
    right: 120px;
    width: 400px;
    min-height: 100vh;
    margin: 0 auto;
}
.content-wrap {
    margin-top: 80px;
    border-radius: 20px 20px 0 0;
    border: solid 5px #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-image: #efefef;
}

@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: #fff;
    border-radius: 6px 6px 0 0;
    z-index: 99;
    position: relative;
}
.main_header .header-logo {
    display: block;
    width: 180px;
    margin: 0 auto;
}

.mv {
    width: 100%;
    background: url(../images/fv_bg.jpg) no-repeat;
    background-position: top center;
    background-color: #fff;
    background-size: cover;
    padding-bottom: 80px;
}
.mv .fv_badge {
    margin: 15px 0 5px;
}
.mv .ambassador {
    width: 260px;
    margin: 0 auto;
}
.mv .ambassador img {
    vertical-align: bottom;
}
.blue_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 15px;
    border-radius: 40px;
    background-color: #003cdc;
    color: #fff;
}
.blue_btn .txt {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
.blue_btn .arrow {
    width: 20px;
    height: 20px;
    display: block;
}
.mv .bottom_text {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.btn-wrap {
    text-align: center;
}
.btn-wrap .btn-text {
    font-size: 1.6rem;
    text-align: center;
}
.btn-wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #003cdc;
    width: 320px;
    padding: 13px 0;
    border-radius: 50px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    border: solid 2px #002eab;
    border-bottom: solid 10px #002eab;
}
.btn-wrap .btn .free {
    background-color: #fff;
    padding: 4px 5px;
    border-radius: 2px;
    font-size: 1.7rem;
    color: #003cdc;
    margin-right: 15px;
}
.btn-wrap .btn.yellow .txt {
    letter-spacing: .05em;
    color: #003cdc;
}
.btn-wrap .btn.yellow {
    background-color: #f9ba00;
    border: solid 2px #d49f00;
    border-bottom: solid 10px #d49f00;
}
.btn-wrap .btn.yellow .free {
    background-color: #003cdc;
    color: #fff;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.section-title .blue {
    color: #003cdc;
}
.section-title::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #003cdc;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec01 {
    background-color: #efefef;
    padding: 0 0 40px;
    margin-top: -50px;
}
.content-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
}
.content-card .title {
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}
.content-card .title .blue {
    color: #003cdc;
}
.sec01_graph {
    margin: 20px 0;
}

.description {
    margin: 20px 0 10px;
    font-size: 1.6rem;
    font-weight: 500;
}
.caution {
    font-size: 1.3rem;
    font-weight: 400;
}
.min_caution {
    font-size: 1.3rem;
    font-weight: 400;
}

.sec02 {
    background-color: #00338f;
    padding: 40px 0;
}
.sec02_desc {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.sec02_desc.yellow {
    color: #ffb400;
    text-decoration: underline;
}
.sec02 .title {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
.sec02 .sec02_main_img {
    margin-top: 30px;
}
.sec02 .description {
    color: #fff;
}

.sec03 {
    background-color: #fff;
    padding: 40px 0;
}
.sec03 .title {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
}
.sec03 .title .blue {
    color: #003cdc;
}
.sec03_text {
    text-align: center;
    background-color: #f6f9fa;
    border-radius: 10px;
    padding: 10px 0;
    line-height: 1.6;
    font-size: 1.6rem;
}
.sec03_text .mb {
    color: #003cdc;
    font-size: 1.8rem;
}
.sec03_caution {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 20px;
}

.cta {
    background-color: #ec6811;
    padding: 40px 0;
}
.cta .title {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.cta .flow {
    margin-bottom: 20px;
}
.cta .btn_up {
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 500;
}
.main_footer {
    background-color: #fff;
    padding: 40px 0 20px;
}
.main_footer .ft_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}
.main_footer .ft_nav a {
    color: #333;
    text-decoration: underline;
}
.main_footer .footer_info {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.main_footer .copyright {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: .05em;
}

.follow_cta {
    position: fixed;
    bottom: -1px;
    background-color: #00338f;
    padding: 0px 0 10px;
    width: 100%;
    z-index: 100;
    transition: opacity .4s ease, visibility .4s ease;
}
.follow_cta.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.follow_cta .btn-wrap .btn {
    padding-top: 20px;
}
.hukidashi {
    background-color: #fff;
    padding: 0px 40px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 20px;
    color: #ff6400;
    font-size: 1.6rem;
    letter-spacing: .05em;
    transform: translateY(40%);
    position: relative;
}
.hukidashi::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width:1000px) {
    .countdown {
        font-size: 6.8rem;
    }
    .main-mv .mv-title {
        font-size: 2.2rem;
    }
    .follow_cta {
        display: none;
    }
}