@charset "utf-8";
/* CSS Document */


#outdoor .lang li a, #outdoor_sp .lang li a {
    color: #000;
}

#outdoor .lang li::after, #outdoor_sp .lang li::after {
    border-right: #000 1px solid;
}

#outdoor #mv {
    background: url('../img/out_img/untitled_(20_of_105)-3.jpg') no-repeat;
    background-position: left 0em bottom -100px;
    background-size: cover;
    height: 100vh;
    margin-top: 5px;
    position: relative;
    z-index: 3;
}

#outdoor_sp .main_mv, #outdoor_sp .main_mv {
    background: url('../img/budo_img/mask.png') no-repeat;
    background-position: 25%, 0;
    background-size: cover;
    height: 100%;
    /* height: 100vh; */
    /* height: 820px; */
    display: table;
    width: calc(100vw);
    position: relative;
    max-width: 100%;
}

#outdoor_sp .main_mv::before, #outdoor_sp .main_mv::before {
    content: "";
    background: url('../img/out_img/out_ray.png') no-repeat;
    position: absolute;
    top: -1px;
    right: 0;
    width: 50%;
    height: 50%;
    background-size: contain;
    background-position: right;
}

#outdoor .main_mv .logo, #outdoor_sp .main_mv .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#outdoor .main_mv .logo_s, #outdoor_sp .main_mv .logo_s {
    position: absolute;
    top: 30px;
    left: 50px;
}

/*#outdoor_sp*/
#outdoor_sp #mv {
    background: url('../img/out_img/out04_img/out04_img01.webp') no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 5px;
    position: relative;
    z-index: 3;
    visibility: hidden;
}

@media screen and (max-width: 1919px) {
    #outdoor_sp #mv {
        background-position: left 0em bottom 0px;
    }
}

#outdoor_sp_contents {
    padding-top: 60px;
    padding-bottom: 200px;
    position: relative;
}

#outdoor_sp_contents::before {
    content: "";
    position: absolute;
    background: url('../img/budo_img/spc_bg.png') no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 0;
    left: 0;

}

#outdoor_sp_contents #exp::before {
    display: none;
}

#outdoor_sp_contents .exp_block {
    width: 96%;
    max-width: 900px;
    margin: 0 auto 0px auto;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: relative;
    z-index: 3;

}

#outdoor_sp_contents .exp_block figure {
    background: #8E8E8E;
    width: 100%;
    margin: 0 0 0 0;
}


.img_ph {
    width: 900px;
    max-width: 900px;
    /* margin: 0px auto 40px auto !important; */
    margin: 0px auto 20px auto !important;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 900px) {
    .img_ph {
        width: 100%;
        max-width: 900px;
    }
}

.m0 {
    margin-bottom: 0;
}

.img_ph img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.exp_block h4 {
    font-size: 28px;
    margin: 40px auto 30px;

}

.cnt {
    justify-content: center;
}

.cnt div:first-child a {
    color: #fff;
}

.cnt div:first-child a::after {
    border-color: #000;
}

.cnt div:nth-child(2) {
    background: #808080;
}

.bgs {
    position: relative;
    z-index: -1;
}

.bgs::before {
    content: "";
    position: absolute;
    background: url('../img/budo_img/bgs03.png') no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: -600px;
    left: 0;
    z-index: 0;
}

.bga {
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: -70px;
    margin-bottom: 20px;
}

.bga::after {
    content: "";
    position: absolute;
    background: url('../img/budo_img/bgs02.png') no-repeat;
    width: 100%;
    height: 166%;
    background-size: cover;
    top: -300px;
    left: 0;
}

@media screen and (max-width: 1920px) {
    .bga::after {
        content: "";
        position: absolute;
        background: url('../img/budo_img/bgs02.png') no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
        top: 0;
        left: 0;
    }
}

.mb {
    margin-bottom: 40px;
}

.mt {
    margin-top: 20px;
}

.mbH {
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    #outdoor_sp #mv {
        height: 80vh;
        background-position: left 0 bottom 0px;
    }

    #outdoor_sp .main_mv, #outdoor_sp .main_mv {
        background: url('../img/budo_img/sp_mask.png');
        /* height: 680px; */
        height: 100%;
    }
}


@media screen and (max-width: 768px) {
    .img_ph {
        width: 100%;
        max-width: 900px;
        /* margin: 0px auto 30px auto !important; */
        margin: 0px auto 20px auto !important;
        z-index: 2;
        position: relative;
    }
    .mb30{
        margin-bottom: 30px;
    }
    #outdoor_sp #mv {
        height: 80vh;
        background-position: left 0 bottom 0px;
    }
    #outdoor .main_mv .logo_s, #outdoor_sp .main_mv .logo_s {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .exp_block h4 {
        font-size: 18px;
    }
    .o_lang .exp_block h4 {
        font-size: 18px;
    }
    #outdoor_sp_contents {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 640px) {
    #outdoor_sp #mv {
        height: 80vh;
        background-position: right -6em bottom 0px;
    }
}

@media screen and (max-width: 480px) {
    .mt {
        margin-top: 10px;
    }
    .mbH {
        margin-bottom: 60px;
    }

}

@media screen and (max-width: 340px) {
    #outdoor_sp .main_mv::before, #outdoor_sp .main_mv::before {
        left: -218px;
    }
}