@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* web font */
/* ---------------------------------------------------- */
/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");

/* Adobefont */
@import url("https://use.typekit.net/mui0fik.css");

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */
.cs_ff_en_1 {
    font-family: "rockwell", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cs_ff_go_1 {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cs_ff_mi_1 {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* ---------------------------------------------------- */
/* cs_fc */
/* ---------------------------------------------------- */
.cs_fc_9,
.cs_fc_9 a,
a.cs_fc_9 {
    color: var(--co_9);
}

/* ---------------------------------------------------- */
/* cs_ti */
/* ---------------------------------------------------- */
.cs_ti_1 {
    display: inline-block;
    text-indent: -0.5em;
}

/* ---------------------------------------------------- */
/* cs_fd */
/* ---------------------------------------------------- */
.cs_fd_b {
    font-weight: 700;
}

.cs_fd_sb {
    font-weight: 500;
}

.cs_fd_ul {
    text-decoration: underline;
}

/* ---------------------------------------------------- */
/* cf */
/* ---------------------------------------------------- */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: block;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
.cs_link_1 {
    text-decoration: underline;
    opacity: 1 !important;
}

.cs_hide {
    opacity: 0.4;
    pointer-events: none;
}

.cs_event_none {
    pointer-events: none;
}

@media (min-width: 768px) {
    .cs_event_none_pc {
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .cs_event_none_sp {
        pointer-events: none;
    }
}

/* ---------------------------------------------------- */
/* cs_ta */
/* ---------------------------------------------------- */
.cs_ta_l {
    text-align: left !important;
}

.cs_ta_r {
    text-align: right !important;
}

.cs_ta_c {
    text-align: center !important;
}

/* ---------------------------------------------------- */
/* cs_e */
/* ---------------------------------------------------- */
.cs_e_zm {
    overflow: hidden;
}

.cs_e_zm > span {
    transform-origin: center;
    transform: scale(1.005);
    transition: 0.5s ease-in-out;
}

@media (min-width: 768px) {
    .cs_e_op {
        transition: opacity 0.3s ease-in-out;
    }

    .cs_e_op:hover,
    a:hover .cs_e_op {
        opacity: 0.6;
    }

    .cs_e_gr,
    .cs_e_bn,
    .cs_e_in {
        transition: filter 0.3s ease-in-out;
    }

    .cs_e_gr:hover,
    a:hover .cs_e_gr {
        filter: grayscale(100%);
    }

    .cs_e_bn:hover,
    a:hover .cs_e_bn {
        filter: brightness(70%);
    }

    .cs_e_in:hover,
    a:hover .cs_e_in {
        filter: invert(100%);
    }

    a:hover .cs_e_zm > span {
        transform: scale(1.1);
        /* filter: brightness(70%); */
    }
}

/* ---------------------------------------------------- */
/* cs_link_img */
/* ---------------------------------------------------- */
.cs_link_img {
    display: block;
}

/* ---------------------------------------------------- */
/* cs_bg_img_1 */
/* ---------------------------------------------------- */
.cs_bg_img_1 > span {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ---------------------------------------------------- */
/* pc/sp */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .cs_none_pc {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cs_none_sp {
        display: none !important;
    }
}

@media (max-width: 374px) {
    .cs_none_sp_old {
        display: none !important;
    }
}

/* ---------------------------------------------------- */
/* cs_br_none */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .cs_br_none_pc br {
        display: none;
    }
}

@media (max-width: 767px) {
    .cs_br_none_sp br {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* cs_w_full */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .cs_w_full_pc_1 {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        overflow: hidden;
    }

    .cs_w_full_pc_2 {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        padding-right: calc(50vw - 50%) !important;
        padding-left: calc(50vw - 50%) !important;
        overflow: hidden;
    }
}

/* max-widthをbodymin-widthに */
@media (min-width: 768px) and (max-width: 1200px) {
    .cs_w_full_pc_1 {
        /* marginを（bodymin-width - cs_sec_inner / 2） */
        margin-left: -80px !important;
        margin-right: -80px !important;
    }

    .cs_w_full_pc_2 {
        margin-left: -80px !important;
        margin-right: -80px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

@media (max-width: 767px) {
    .cs_w_full_sp_1 {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        width: 100vw !important;
        overflow: hidden;
    }

    .cs_w_full_sp_2 {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        overflow: hidden;
    }
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
}

.cs_sec_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (min-width: 768px) {
    .cs_sec_inner {
        width: 1100px;
    }

    .cs_sec_inner_w1_pc {
        width: 100%;
    }
    .cs_sec_inner_w2_pc {
        padding-left: 10px;
        padding-right: 10px;
        width: 1290px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .cs_sec_inner_w2_pc {
        padding-left: 0;
        padding-right: 0;
        max-width: 1100px;
    }
}

@media (max-width: 767px) {
    .cs_sec_inner {
        width: calc(100% - 40px);
    }

    .cs_sec_inner_w1_sp {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* cs_bg_1 */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .cs_bg_1::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        display: block;
        width: 1220px;
        height: 100%;
        background-color: #dedede;
    }
}

@media (min-width: 768px) and (max-width: 1320px) {
    .cs_bg_1::before {
        width: 1100px;
    }
}

/* ---------------------------------------------------- */
/* cs_msgblank_1 */
/* ---------------------------------------------------- */
.cs_msgblank_1 {
    padding: 120px 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 767px) {
    .cs_msgblank_1 {
        padding: 60px 0;
        font-size: 1.3rem;
    }
}

/* ---------------------------------------------------- */
/* cs_desc */
/* ---------------------------------------------------- */
.cs_desc_1 {
    text-align: justify;
    line-height: 1.8;
}

.cs_desc_1 > * + * {
    margin-top: 1.5em;
}

@media (max-width: 767px) {
    .cs_desc_1 > * + * {
        margin-top: 1.5em;
    }
}

/* ---------------------------------------------------- */
/* cs_ul */
/* ---------------------------------------------------- */
.cs_ul_1 {
    list-style: disc;
    padding-left: 1.5em;
    line-height: 1.8;
}

.cs_ul_2 {
    list-style: square;
    padding-left: 1.5em;
    line-height: 1.8;
}

.cs_ul_3 {
    list-style: lower-alpha;
    padding-left: 1.5em;
    line-height: 1.8;
}

.cs_ul_4 {
    list-style: decimal;
    padding-left: 1.5em;
    line-height: 1.8;
}

.cs_ul_5 {
    list-style: "※";
    padding-left: 1.5em;
    line-height: 1.8;
}

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    text-align: center;
}

.cs_ttl_1 .en {
    display: block;
    font-size: 7rem;
    font-weight: 400;
    line-height: 1.2;
}

.cs_ttl_1 .ja {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .cs_ttl_1 .en {
        font-size: 4rem;
    }

    .cs_ttl_1 .ja {
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_3 */
/* ---------------------------------------------------- */
.cs_ttl_3 {
    text-align: center;
}

.cs_ttl_3 .en {
    display: block;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.2;
}

.cs_ttl_3 .ja {
    display: block;
    margin-top: 5px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .cs_ttl_3 .en {
        font-size: 3.5rem;
    }

    .cs_ttl_3 .ja {
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_2 .num {
    display: block;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1;
}
.cs_ttl_2 .en {
    display: block;
    margin-bottom: 5px;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.cs_ttl_2 .ja {
    display: block;
    font-size: 2.1rem;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .cs_ttl_2 .num {
        font-size: 1.8rem;
    }
    .cs_ttl_2 .en {
        margin-bottom: 0;
        font-size: 3.2rem;
    }

    .cs_ttl_2 .ja {
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: max-content;
    color: var(--co_1);
    background-color: var(--co_2);
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--co_2);
}

.cs_btn_1.si_1 {
    padding: 0 20px;
    min-width: 240px;
    height: 64px;
    font-size: 1.4rem;
    border-radius: 32px;
}
.cs_btn_1.si_2 {
    padding: 0 20px;
    min-width: 240px;
    height: 50px;
    font-size: 1.4rem;
    border-radius: 25px;
}

.cs_btn_1.si_3 {
    padding: 0 5px;
    min-width: 130px;
    height: 34px;
    font-size: 1.3rem;
    border-radius: 20px;
}
.cs_btn_1.si_4 {
    padding: 0 20px;
    min-width: 450px;
    height: 80px;
    font-size: 1.8rem;
    border-radius: 40px;
}

.cs_btn_1.co_1 {
    color: var(--co_1);
    background-color: var(--co_2);
    border-color: var(--co_2);
}

.cs_btn_1.co_2 {
    color: var(--co_1);
    background-color: var(--co_2);
    border-color: var(--co_2);
}

.cs_btn_1.co_3 {
    color: var(--co_1);
    background-color: var(--co_4);
    border-color: var(--co_1);
}

.cs_btn_1.co_4 {
    color: var(--co_1);
    background-color: var(--co_2);
    border-color: var(--co_1);
}

.cs_btn_1.co_5 {
    color: var(--co_2);
    background-color: var(--co_1);
    border-color: var(--co_1);
}

@media (min-width: 768px) {
    .cs_btn_1.co_1:hover {
        color: var(--co_1);
        background-color: var(--co_4);
        border-color: var(--co_4);
    }
    .cs_btn_1.co_2:hover {
        color: var(--co_2);
        background-color: var(--co_1);
        border-color: var(--co_1);
    }
    .cs_btn_1.co_3:hover {
        color: var(--co_2);
        background-color: var(--co_1);
        border-color: var(--co_1);
    }
    .cs_btn_1.co_4:hover {
        color: var(--co_1);
        background-color: var(--co_4);
        border-color: var(--co_1);
    }
    .cs_btn_1.co_5:hover {
        color: var(--co_1);
        background-color: var(--co_4);
        border-color: var(--co_4);
    }
}
@media (max-width: 767px) {
    .cs_btn_1 {
        width: 100%;
    }
    .cs_btn_1.si_1 {
        padding: 0 15px;
        min-width: auto;
        height: 64px;
        font-size: 1.4rem;
        border-radius: 32px;
    }
    .cs_btn_1.si_2 {
        padding: 0 15px;
        min-width: auto;
        height: 36px;
        font-size: 1.1rem;
        border-radius: 18px;
    }
    .cs_btn_1.si_3 {
        padding: 0 0;
        min-width: auto;
        height: 20px;
        font-size: 1rem;
        border-radius: 10px;
    }
    .cs_btn_1.si_4 {
        padding: 0 15px;
        min-width: auto;
        height: 56px;
        font-size: 1.3rem;
        border-radius: 28px;
    }
}

/* ---------------------------------------------------- */
/* sec_nav_wrap */
/* ---------------------------------------------------- */
.cs_nav_1 > ul {
    display: flex;
    justify-content: center;
}

.cs_nav_1 > ul > li {
    width: 100%;
}

.cs_nav_1 a {
    position: relative;
    display: block;
}

.cs_nav_1 a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--co_1);
    border-right: 2px solid var(--co_1);
    transform: translateX(-50%) rotate(135deg);
    transition: 0.3s ease-in-out;
}

.cs_nav_1 .img {
    background-color: var(--co_1);
}
.cs_nav_1 .img > span {
    opacity: 0.8;
}

.cs_nav_1.si_1 .img > span {
    padding-top: 280px;
}

.cs_nav_1.si_2 .img > span {
    padding-top: 180px;
}

.cs_nav_1 .ttl {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    max-width: 100%;
    font-size: 2rem;
    background-color: var(--co_2);
    border-radius: 40px;
}
.cs_nav_1.si_1 .ttl {
    min-width: 450px;
}
.cs_nav_1.si_2 .ttl {
    min-width: 350px;
}
.cs_nav_1 .copy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: var(--co_2);
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.cs_nav_1.si_1 .copy {
    font-size: 8rem;
}
.cs_nav_1.si_2 .copy {
    font-size: 4rem;
}
.cs_nav_1 .copy span {
    position: absolute;
}
.cs_nav_1.si_1 .copy span {
    left: -2px;
    top: -15px;
}
.cs_nav_1.si_2 .copy span {
    left: -2px;
    top: -7px;
}

@media (min-width: 768px) {
    .cs_nav_1 a:hover::after {
        transform: translateX(-50%) translateY(10px) rotate(135deg);
    }
    .cs_nav_1 a:hover .img > span {
        opacity: 1;
    }
    .cs_nav_1 a:hover .copy {
        opacity: 0;
    }
}
@media (max-width: 767px) {
    .cs_nav_1 > ul {
        display: block;
        margin-right: 0;
        margin-bottom: -50px;
    }

    .cs_nav_1 > ul > li {
        margin-right: 0;
        margin-bottom: 50px;
        width: auto;
    }
    .cs_nav_1 a::after {
        bottom: -30px;
        width: 16px;
        height: 16px;
    }
    .cs_nav_1.si_1 .img > span {
        padding-top: 38%;
    }

    .cs_nav_1.si_2 .img > span {
        padding-top: 38%;
    }

    .cs_nav_1 .ttl {
        height: 50px;
        font-size: 1.3rem;
        border-radius: 25px;
    }
    .cs_nav_1.si_1 .ttl {
        min-width: 220px;
    }
    .cs_nav_1.si_2 .ttl {
        min-width: 220px;
    }
    .cs_nav_1.si_1 .copy {
        font-size: 4rem;
    }
    .cs_nav_1.si_2 .copy {
        font-size: 4rem;
    }
    .cs_nav_1.si_1 .copy span {
        left: -1px;
        top: -7px;
    }
    .cs_nav_1.si_2 .copy span {
        left: -1px;
        top: -7px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_mv_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_mv_wrap_1 {
    padding-top: 20px;
    z-index: 1;
}
.cs_sec_mv_wrap_1 .ttl_1 {
    text-align: center;
}

.cs_sec_mv_wrap_1 .ttl_1 .en {
    display: block;
    font-size: 7rem;
    font-weight: 400;
    line-height: 1.2;
}

.cs_sec_mv_wrap_1 .ttl_1 .ja {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .cs_sec_mv_wrap_1 {
        padding-top: 20px;
    }

    .cs_sec_mv_wrap_1 .ttl_1 .en {
        font-size: 5rem;
    }

    .cs_sec_mv_wrap_1 .ttl_1 .ja {
        font-size: 1.4rem;
    }
}
/* ---------------------------------------------------- */
/* cs_sec_other_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_other_wrap_1 {
    padding-top: 140px;
    padding-bottom: 200px;
    background-color: var(--co_2);
}

.cs_sec_other_wrap_1 .ttl_1 {
    margin-bottom: 60px;
}

.cs_sec_other_wrap_1 .nav_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -40px;
}

.cs_sec_other_wrap_1 .nav_1 > ul > li {
    margin-right: 50px;
    margin-bottom: 40px;
    width: calc(100% / 2 - 50px);
}

.cs_sec_other_wrap_1 .nav_1 a {
    position: relative;
    display: block;
}

.cs_sec_other_wrap_1 .nav_1 .img > span {
    padding-top: 170px;
}

.cs_sec_other_wrap_1 .nav_1 .ttl {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 280px;
    height: 50px;
    font-size: 1.6rem;
    background-color: var(--co_2);
    border-radius: 25px;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .cs_sec_other_wrap_1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .cs_sec_other_wrap_1 .ttl_1 {
        margin-bottom: 30px;
    }

    .cs_sec_other_wrap_1 .nav_1 > ul {
        display: block;
        margin-right: 0;
        margin-bottom: -25px;
    }

    .cs_sec_other_wrap_1 .nav_1 > ul > li {
        margin-right: 0;
        margin-bottom: 25px;
        width: auto;
    }

    .cs_sec_other_wrap_1 .nav_1 .img > span {
        padding-top: 32%;
    }

    .cs_sec_other_wrap_1 .nav_1 .ttl {
        min-width: 180px;
        height: 40px;
        font-size: 1.2rem;
        border-radius: 20px;
    }
}
/* ---------------------------------------------------- */
/* wow_none */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .wow_none_pc {
        animation: none;
        transform: none;
        transition: unset;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .wow_none_sp {
        animation: none;
        transform: none;
        transition: unset;
        visibility: visible;
        opacity: 1;
    }
}

/* ---------------------------------------------------- */
/* wow_continue_1 */
/* ---------------------------------------------------- */
.wow_continue_1 > * {
    transform: translateY(50%);
    opacity: 0;
    animation-name: wow_continue_1;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

.wow_continue_1.animated > * {
    animation-play-state: running !important;
}

.wow_continue_1.animated > *:nth-child(1),
.wow_continue_1.animated > *:nth-of-type(1) {
    animation-delay: 0s;
}

.wow_continue_1.animated > *:nth-child(2),
.wow_continue_1.animated > *:nth-of-type(2) {
    animation-delay: 0.2s;
}

.wow_continue_1.animated > *:nth-child(3),
.wow_continue_1.animated > *:nth-of-type(3) {
    animation-delay: 0.4s;
}

.wow_continue_1.animated > *:nth-child(4),
.wow_continue_1.animated > *:nth-of-type(4) {
    animation-delay: 0.6s;
}

.wow_continue_1.animated > *:nth-child(5),
.wow_continue_1.animated > *:nth-of-type(5) {
    animation-delay: 0.8s;
}

.wow_continue_1.animated > *:nth-child(6),
.wow_continue_1.animated > *:nth-of-type(6) {
    animation-delay: 1s;
}

.wow_continue_1.animated > *:nth-child(7),
.wow_continue_1.animated > *:nth-of-type(7) {
    animation-delay: 1.2s;
}

.wow_continue_1.animated > *:nth-child(8),
.wow_continue_1.animated > *:nth-of-type(8) {
    animation-delay: 1.4s;
}

.wow_continue_1.animated > *:nth-child(9),
.wow_continue_1.animated > *:nth-of-type(9) {
    animation-delay: 1.6s;
}

.wow_continue_1.animated > *:nth-child(10),
.wow_continue_1.animated > *:nth-of-type(10) {
    animation-delay: 1.8s;
}

.wow_continue_1.animated > *:nth-child(11),
.wow_continue_1.animated > *:nth-of-type(11) {
    animation-delay: 2s;
}

.wow_continue_1.animated > *:nth-child(12),
.wow_continue_1.animated > *:nth-of-type(12) {
    animation-delay: 2.2s;
}

.wow_continue_1.animated > *:nth-child(13),
.wow_continue_1.animated > *:nth-of-type(13) {
    animation-delay: 2.4s;
}

.wow_continue_1.animated > *:nth-child(14),
.wow_continue_1.animated > *:nth-of-type(14) {
    animation-delay: 2.6s;
}

.wow_continue_1.animated > *:nth-child(15),
.wow_continue_1.animated > *:nth-of-type(15) {
    animation-delay: 2.8s;
}

.wow_continue_1.animated > *:nth-child(16),
.wow_continue_1.animated > *:nth-of-type(16) {
    animation-delay: 3s;
}

.wow_continue_1.animated > *:nth-child(17),
.wow_continue_1.animated > *:nth-of-type(17) {
    animation-delay: 3.2s;
}

.wow_continue_1.animated > *:nth-child(18),
.wow_continue_1.animated > *:nth-of-type(18) {
    animation-delay: 3.4s;
}

.wow_continue_1.animated > *:nth-child(19),
.wow_continue_1.animated > *:nth-of-type(19) {
    animation-delay: 3.6s;
}

.wow_continue_1.animated > *:nth-child(20),
.wow_continue_1.animated > *:nth-of-type(20) {
    animation-delay: 3.8s;
}

.wow_continue_1.animated > *:nth-child(21),
.wow_continue_1.animated > *:nth-of-type(21) {
    animation-delay: 4s;
}

.wow_continue_1.animated > *:nth-child(22),
.wow_continue_1.animated > *:nth-of-type(22) {
    animation-delay: 4.2s;
}

.wow_continue_1.animated > *:nth-child(23),
.wow_continue_1.animated > *:nth-of-type(23) {
    animation-delay: 4.4s;
}

.wow_continue_1.animated > *:nth-child(24),
.wow_continue_1.animated > *:nth-of-type(24) {
    animation-delay: 4.6s;
}

@keyframes wow_continue_1 {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

/* ---------------------------------------------------- */
/* wow_continue_2 */
/* ---------------------------------------------------- */
.wow_continue_2 > * {
    transform: translateX(50px);
    opacity: 0;
    animation-name: wow_continue_2;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

.wow_continue_2.animated > * {
    animation-play-state: running !important;
}

.wow_continue_2.animated > *:nth-child(1),
.wow_continue_2.animated > *:nth-of-type(1) {
    animation-delay: 0s;
}

.wow_continue_2.animated > *:nth-child(2),
.wow_continue_2.animated > *:nth-of-type(2) {
    animation-delay: 0.2s;
}

.wow_continue_2.animated > *:nth-child(3),
.wow_continue_2.animated > *:nth-of-type(3) {
    animation-delay: 0.4s;
}

.wow_continue_2.animated > *:nth-child(4),
.wow_continue_2.animated > *:nth-of-type(4) {
    animation-delay: 0.6s;
}

.wow_continue_2.animated > *:nth-child(5),
.wow_continue_2.animated > *:nth-of-type(5) {
    animation-delay: 0.8s;
}

.wow_continue_2.animated > *:nth-child(6),
.wow_continue_2.animated > *:nth-of-type(6) {
    animation-delay: 1s;
}

@keyframes wow_continue_2 {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ---------------------------------------------------- */
/* animate.css */
/* ---------------------------------------------------- */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
