@charset "UTF-8";

@charset "UTF-8";

/* --lv-- */
#lv {
    background: var(--i_txt_color);
}

/* --top_ct-- */
#top_ct+section .heading.block_header_1 p {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: 8rem !important;
}

@media screen and (max-width: 800px) {
    #top_ct+section .heading.block_header_1 p {
        font-size: 5rem !important;
    }
}

#top_ct+section {
    background: var(--i_grd3_color);
    width: 95%;
    max-width: 1500px;
    margin: 80px auto;
}

@media screen and (max-width: 900px) {
    #top_ct+section {
        padding: 65px 0;
    }
}

/* --point-- */
#pt2+section {
    margin-top: 65px;
}

a[id^="pt"]+section::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    max-width: 1800px;
    height: 80%;
    bottom: 0;
    left: 0;
    background: var(--i_sub2_color);
    background-image: radial-gradient(circle, var(--i_sub_color) 1px, transparent 1px);
    background-position: 0 0 !important;
    background-size: 22px 22px !important;
    background-repeat: repeat !important;
}

#pt2+section::before {
    left: auto;
    right: 0;
}

a[id^="pt"]+section>.content_wrapper {
    background: var(--i_bg_color) !important;
}

a[id^="pt"]+section .heading.block_header_2 .h {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: 4rem !important;
    color: var(--i_sub4_color);
    padding-left: 0;
}

a[id^="pt"]+section .heading.block_header_2 .h::before {
    display: none;
}

a[id^="pt"]+section .heading.block_header_2 p {
    font-size: 1.65rem;
    padding-left: 0;
}

@media screen and (max-width: 800px) {
    a[id^="pt"]+section .heading.block_header_2 .h {
        font-size: 2.8rem !important;
    }
}