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

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
メインビデオ
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.main_mov {
    min-height: 605px;
    max-height: 840px;
    height: 50vw;
    overflow: hidden;
    position: relative;
}

.main_mov .move_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.main_mov .move_wrap video {
    width: 100%;
    height: auto;
}

@media screen and (max-width:480px) {
    .main_mov {
        min-height: auto;
        max-height: auto;
        height: 100vh;
    }
    .main_mov .move_wrap video {
        height: 100%;
        width: auto;
    }
}

/*スクロール部分 --------------------*/

.main_mov .move_wrap .scroll {
    position: absolute;
    bottom: 15rem;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}

.main_mov .move_wrap .scroll:after {
    content: '';
    display: block;
    width: 1px;
    z-index: 10;
    height: 0px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    margin: auto;
    animation: scrollBar 1.4s ease infinite;
}

@keyframes scrollBar {
    0%, 15% {
        height: 1px;
        opacity: 0;
    }
    30% {
        height: 14.2rem;
        opacity: .8;
    }
    80% {
        height: 14.2rem;
        opacity: .8;
    }
    100% {
        height: 14.2rem;
        opacity: 0;
    }
}

.main_mov .move_wrap .scroll span {
    padding-left: 0.08em;
}

@media screen and (max-width:480px) {
    .main_mov .move_wrap .scroll {
        bottom: 8rem;
        font-size: 1.4rem;
    }
    .main_mov .move_wrap .scroll::after {
        height: 7.6rem;
        top: 2rem;
    }
}

/* 文字部分 --------------------*/

.main_mov .move_wrap .text {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}

@media screen and (max-width:480px) {
    .main_mov .move_wrap .text {
        text-align: center;
        color: #fff;
    }
}

/*英語*/

.main_mov .move_wrap .text.eng {
    top: 32.5%;
    line-height: 1;
}

.main_mov .move_wrap .text.eng .sub_catch {
    letter-spacing: 0.1em;
    color: #fff;
}

@media screen and (max-width:480px) {
    .main_mov .move_wrap .text.eng {
        top: auto;
    }
}

/*日本語*/

.main_mov .move_wrap .text.jpn {
    top: 34.7%;
    line-height: 1.5em;
    letter-spacing: 0.14em;
    font-weight: 500;
}

.main_mov .move_wrap .text.jpn .catch {
    padding-left: 0.14em;
}

@media screen and (max-width:480px) {
    .main_mov .move_wrap .text.jpn {
        top: auto;
    }
    .main_mov .move_wrap .text.jpn .catch {
        padding-left: 0.14em;
    }
}

/*文字拡大*/

@media screen and (max-width:1024px) {
    /*英語*/
    .main_mov .move_wrap .text.eng .catch {
        font-size: 8rem;
    }
    .main_mov .move_wrap .text.eng .sub_catch {
        font-size: 2rem;
    }
    /*日本語*/
    .main_mov .move_wrap .text.jpn {
        font-size: 4.4rem;
    }
}

@media screen and (min-width:1025px) {
    /*英語*/
    .main_mov .move_wrap .text.eng .catch {
        font-size: 7.8vw;
    }
    .main_mov .move_wrap .text.eng .sub_catch {
        font-size: 1.95vw;
    }
    /*日本語*/
    .main_mov .move_wrap .text.jpn {
        font-size: 4.3vw;
    }
}

@media screen and (max-width:480px) {
    /*英語*/
    .main_mov .move_wrap .text.eng .catch {
        font-size: 5.4rem;
        height: 5.4rem;
    }
    .main_mov .move_wrap .text.eng .sub_catch {
        font-size: 1.6rem;
    }
    /*日本語*/
    .main_mov .move_wrap .text.jpn {
        font-size: 3.2rem;
        line-height: 1.5em;
        height: 3em;
    }
}

.main_mov .move_wrap .op_text {
    transition-timing-function: ease-out;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    opacity: 1;
}

.main_mov .move_wrap .op_text span {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main_mov .move_wrap .op_text.op_text1 {
    left: -100%;
    opacity: 0.5;
}

.main_mov .move_wrap .op_text.op_text2 {
    left: 100%;
    opacity: 0.5;
}

.main_mov .move_wrap .op_text.op_text3 {
    opacity: 0;
    filter: blur(5px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main_mov .move_wrap .text.op_text1.anime1 {
    left: 50%;
    transform: translateX(-50%);
}

.main_mov .move_wrap .text.op_text2.anime1 {
    left: 50%;
    transform: translateX(-50%);
}

.main_mov .move_wrap .text.op_text1.anime2 {
    opacity: 1;
}

.main_mov .move_wrap .text.op_text2.anime2 {
    opacity: 1;
}

.main_mov .move_wrap .text.op_text1.anime3 .art, .main_mov .move_wrap .text.op_text2.anime3 .art, .main_mov .move_wrap .text.op_text2.anime3 .hoks {
    opacity: 0;
    filter: blur(10px);
}

.main_mov .move_wrap .text.op_text2.anime4 .art {
    opacity: 1;
    filter: blur(0px);
}

.main_mov .move_wrap .text.op_text2.anime4, .main_mov .move_wrap .text.op_text1.anime4 {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main_mov .move_wrap .text.op_text1.anime5, .main_mov .move_wrap .text.op_text2.anime5 {
    opacity: 0;
    filter: blur(5px);
}

.main_mov .move_wrap .text.op_text3.anime5 {
    opacity: 1;
    filter: blur(0px);
}