/**************************************************************/
/**************************************************************/
/**************************main visual*************************/
/**************************************************************/
/**************************************************************/
#main .visual_wrap {
    display: flex;
    justify-content: flex-start;
    /* padding: 100px 0; */
}
#main .visual {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
/* ----------------------- visual copy ----------------------*/
.main_copy {
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%);
    z-index: 99;
    color: #fff;
    text-shadow: 2px 0px 6px rgba(51,51,51,0.5);
    /* -webkit-text-stroke: 1px rgba(51,51,51,0.5); */
    width: var(--web-width);
    text-align: center;
}
.main_copy h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: var(--main-font);
    line-height: 100%;
}
.main_copy h3 {
    display: block;
    font-size: 4rem;
    font-weight: 600;
    font-family: var(--main-font);
    line-height: 100%;
    margin-top: 1rem;
}
.main_copy p{
    margin-top: 6rem;
    font-size: 2rem;
}


#mainVideo {
    /* position: absolute;
    top: 90px;
    left: 90px; */
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; 
    background-image: url(../images/main/video.mp4);
    background-position: center center;
    background-size: cover;
    object-fit: cover; 
    z-index: 1;
    /* border-radius: 1rem 1rem 0 0; */
} 
#main .visual::before {
    content: "";
    display: block;
    width: 26px;
    height: 42px;
    background: url(../images/scrollimg.png) no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6.25em;
    background-size: contain;
    animation: scroll .8s infinite alternate;
    /* opacity: 0; */
    z-index: 99999;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}
/* #main .visual::after {
    content: "SCROLL";
    position: absolute;
    color: #fff;
    left: 50.8%;
    transform: translateX(-50%);
    bottom: 3.8em;
    font-weight: 500;
    font-size: 1.125rem;
} */
#main .visual .visual_wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}
#main .visual .caption {
    color: #fff;
    width: var(--web-width);
    margin: 0 auto;
    text-align: left;
}
#main .visual .caption h4 {
    font-size: var(--txt-6xl);
    font-weight: bold;
    line-height: 1.3em;
    font-family: var(--main-font);
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#main .visual .caption h5 {
    font-size: var(--txt-2xl);
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 14px;
    margin-bottom: 100px;
    position: relative;
    letter-spacing: 0.4px;
}
#main .visual .caption a {
    transition: 0.4s;
}
#main .visual .caption a:hover {
    margin-left: 20px;
}
#main .visual .caption a img {
}
.bx-has-pager {
    z-index: 99;
    position: relative;
    width: var(--web-width);
    margin: 0 auto;
    /* display: none; */
}
/* .bx-wrapper {max-width: 100% !important;} */

  /* ----------------------- visual img ----------------------*/
.main_slider li {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    display: block !important;
    opacity: 0;

    filter: blur(12px);
    transform: scale(1.2);
    
    transition:
        opacity 1.2s ease,
        filter 1.8s ease,
        transform 6s ease;
}

.main_slider li.active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    z-index: 2;
}


.main_slider li.visual01 { background:url(../images/main/mainvisual01.png?ver=3.0) left no-repeat; background-size: cover;}
.main_slider li.visual02 { background:url(../images/main/mainvisual02.png?ver=5.0) left no-repeat; background-size: cover;}
.main_slider li.visual03 { background:url(../images/main/mainvisual03.png?ver=4.0) left no-repeat; background-size: cover;}
.main_slider li.visual04 { background:url(../images/main/mainvisual04.png?ver=6.0) left no-repeat; background-size: cover;}
.main_slider li.visual05 { background:url(../images/main/mainvisual05.png?ver=2.0) left no-repeat; background-size: cover;}
.main_slider li.visual06 { background:url(../images/main/mainvisual06.png?ver=2.0) left no-repeat; background-size: cover;}
#main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .main_slider li {
    width: 100% !important;
    height: 100vh !important;
}