/* MAIN_box_basic_BA */
@import url(https://fonts.cdnfonts.com/css/moderniz);

html {
    overflow-x: hidden
}

.MAIN_box_basic_BA {width: 100%; float: left;
    position: relative;
    padding-top: clamp(50px, 15.625vw, 200px);
    padding-bottom: 9rem;
    background: var(--bg-color)
		
}

.MAIN_box_basic_BA .contents-container {
    height: 250vh; width: 100%; float: left;    
	display: flex;
    flex-direction: column;
    align-items: center;
}


.MAIN_box_basic_BA .wrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    mix-blend-mode: lighten;
    background: var(--bg-color)
}

.MAIN_box_basic_BA .title-area {
    margin-bottom: 4rem;
    width: 100%;
    text-align: center;
    font-weight: var(--fw-medium)
}
.MAIN_box_basic_BA .title-area h2{
    margin-bottom: 3rem;

}


.MAIN_box_basic_BA .loop-area {
    overflow: hidden;
    width: 100vw
}

.MAIN_box_basic_BA .loop-inner {
    display: flex;
    padding-left: 8rem
}

.MAIN_box_basic_BA .text-wrap {
    display: flex
}

.MAIN_box_basic_BA .text-wrap span {
    transform: translateY(0.1em);
    padding-right: 0rem;
    font-size: 50rem;
    line-height: 1;
    font-family: "MODERNIZ", sans-serif;
    font-weight: var(--fw-bold);
    white-space: nowrap; margin-bottom: 100px
}

.MAIN_box_basic_BA .bg {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin-top: -100vh; 
	
}
.MAIN_box_basic_BA .bg .bg_img { width:100%;      height: 100vh; overflow: hidden;
position: absolute; left: 0px; top: 0px; 

	
}
.MAIN_box_basic_BA .bg .bg_img .wg_img1{ width:100%;      height: 100vh;  float: left

	
}

.MAIN_box_basic_BA .bg .bg_img img{	
width:100%;   
object-fit: cover;

height: 100%;

}



.MAIN_box_basic_BA .bg-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 4rem;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.MAIN_box_basic_BA .bg-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--black-rgb), 0.26)
}

.MAIN_box_basic_BA .title-wrap {
    position: relative;
    text-align: center;
    pointer-events: auto
}

.MAIN_box_basic_BA .title-wrap img {
    width: 300px;
    object-fit: cover
}

.MAIN_box_basic_BA .title-wrap strong {
    display: block;
    margin: 1.6rem 0 0.8rem;
    color: var(--white);
    font-weight: var(--fw-medium)
}

.MAIN_box_basic_BA .title-wrap p {
    color: var(--white)
}

.MAIN_box_basic_BA .title-wrap a {
    color: var(--white)
}

.MAIN_box_basic_BA .title-wrap a:hover {
    color: var(--white); background-color: rgba(11,48,143,0.7);
}


.MAIN_box_basic_BA .title-wrap .btnset {
    margin-top: 4rem
}

@media (max-width: 992px) {
    .MAIN_box_basic_BA {
        overflow: hidden;
        padding-top: 0PX;
        padding-bottom: 0
    }

    .MAIN_box_basic_BA .contents-container {
        height: calc(100% + 6.4rem)
    }

    .MAIN_box_basic_BA .wrap {
        position: absolute;
        top: 0;
        height: 100%
    }

    .MAIN_box_basic_BA .title-area {
        margin-bottom: 0; padding-top: 100PX
    }

    .MAIN_box_basic_BA .loop-area {
        margin-left: 1.6rem;
        width: calc(100% + 1.6rem); margin-top: 100px
    }

    .MAIN_box_basic_BA .loop-inner {
        padding-left: 1.6rem
    }

    .MAIN_box_basic_BA .text-wrap span {
        font-size: 18.4rem
    }

    .MAIN_box_basic_BA .bg {
        position: static;
        margin: 0;
        width: calc(100% + 3.2rem);
        height: 100vh
    }

    .MAIN_box_basic_BA .bg-inner {
        opacity: 0;
        padding: 8rem 1.6rem 5.2rem
    }

    .MAIN_box_basic_BA .title-wrap img {
        width: 8.3rem
    }

    .MAIN_box_basic_BA .title-wrap strong {
        margin: 0.8rem 0 1.2rem
    }

    .MAIN_box_basic_BA .title-wrap .btnset {
        margin-top: 2rem
    }
}