/*====================
chokuroute
====================*/

.shadow_l {
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}
.shadow_m {
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.2));
}

.hukidashi {
    position: relative;
}
.hukidashi::after {
    content: "";
    display: block;
    width: 70px;
    height: 30px;
    margin: auto;
    background-image: url(https://ferret-one.akamaized.net/images/6a1ed4a2a8f26a13b8c498a0/original.png?utime=1780405411);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: -1;
}
.common_arrow_gray {
    width: 150px;
    margin: 0 auto !important;
}

/*MV--------------------*/
.chokuroute_mv_default {
  display: none;
}
.chokuroute_mv_cont {
    height: 600px;
    padding: 0 !important;
    background-size: auto 100% !important;
    .chokuroute_mv_txt {
        width: 530px;
        margin: 60px auto !important;
    }
    .chokuroute_mv_logo-box {
        width: auto;
        height: 130px;
        img {
            display: block;
            width: auto !important;
            height: 130px;
            margin: auto;
        }
    }
}
.chokuroute_mv_cont::before {
    content: "";
    display: block;
    width: 100%;
    height: 318px;
    background-image: url(https://ferret-one.akamaized.net/images/6a1d9cc721ff090be375d840/original.png?utime=1780325575);
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*chokuroute_about--------------------*/
/*hukidashi*/
.chokuroute_about_cont {
    .hukidashi {
        .chokuroute_about_deco {
            width: 288px;
            position: absolute;
            top: -20px;
            left: -25px;
        }
        .chokuroute_about_ttl {
            width: 627px;
            margin: 0 auto 30px !important;
        }
        .chokuroute_about_logo-box {
            width: 420px;
            margin: 30px auto 0 !important;
        }
    }
}
.chokuroute_about_cont::before {
    content: "";
    display: block;
    width: 1080px;
    height: 1080px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -180px;
    z-index: 0;
}

.chokuroute_about_hand {
    width: 520px;
    margin: auto !important;
    position: relative;
}
.chokuroute_about_subtxt-2 p span {
    padding: 5px 30px;
    background-color: #dc0010;
    border-radius: 50px;
}
.chokuroute_about_image {
    width: 840px;
    margin: auto !important;
    position: relative;
}

/*chokuroute_support--------------------*/
/*support 1*/
.chokuroute_support_ttl {
        position: relative;
    h2 {
        padding: 1rem 1rem 1rem 12rem!important;
        border-top: 2px solid #333 !important;
        border-bottom: 2px solid #333 !important;
    }
    .chokuroute_support_ttl_num {
        display: inline-block;
        width: 8rem;
        padding-top: 0.5rem;
        background-color: #dc0010;
        position: absolute;
        top: -1rem;
        left: 2rem;
        p span {
            color: #fff;
            line-height: 1.1em;
        }
        p > span:first-of-type {
            margin-bottom: 0.3rem;
        }
        p > span:nth-of-type(2) {
            font-family: "Bebas Neue", sans-serif;
        }
    }
    .chokuroute_support_ttl_num::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin: auto;
        border-top: 1rem solid #dc0010;
        border-right: 4rem solid transparent;
        border-left: 4rem solid transparent;
        position: absolute;
        bottom: -0.9rem;
        left: 0;
        right: 0;
    }
}

.chokuroute_support_image {
    width: 766px;
    margin: 30px auto 0 !important;
}