@charset "utf-8";

.mv-front{
    width: 100%;
    height:100vh;
    overflow: hidden;
    position: relative;
}
.mv-front__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name:anime1;
    overflow: hidden;

    opacity:0;
    z-index:10;
}
.mv-front__img:nth-child(1) {
    background-position: center center;
    background-image: url(/aaa/images/mv-1.png);
}
.mv-front__img:nth-child(2) {
    background-position: center center;
    background-image: url(/aaa/images/mv-3.png);
}
.mv-front__img:nth-child(3) {
    background-position: center center;
    background-image: url(/aaa/images/mv-2.png);
    animation-name:anime1;
}

@keyframes anime1 {
    0% {opacity: 0;}
    /*2秒かけてフェードイン*/
    6.66% {opacity: 1;}
    /*10秒後まで表示*/
    33.33% {opacity: 1;}
    /*2秒かけてフェードアウト；12秒かけて拡大；12秒後に一つ奥に下げる*/
    40% {opacity: 0;transform: scale(1.20);z-index:9;}
    100% {opacity: 0;}
}
.mv-front__img  {
    animation-duration:30s;/*時間：*/
    animation-timing-function:linear;/*変化：一定*/
    animation-delay: 0s;/*開始時期：*/
    animation-iteration-count:infinite;/*繰返し：無限*/
    animation-direction:normal;/*再生方向：毎回順方向*/
    animation-fill-mode:both;/*開始時＆終了時のスタイル：両方適用*/
    animation-play-state:running;/*再生か停止：再生*/
}
.mv-front__img:nth-of-type(2){
    animation-delay: 10s;
}
.mv-front__img:nth-of-type(3){
    animation-delay: 20s;
}
.mv-front__overlay {
    position: absolute;
    width: 100%;
    height:100vh;
    background-color: rgba(0, 0, 0,0);
    z-index:10;
}
/*---------------------------------------------------*/

.global-nav_left{
    position:absolute;
    top: 0px;
    left: 0px;
    z-index:10;
}
.global-nav_left_ctr{
    display: flex;
    align-items: center;
}
.global-nav_logo{
    transition: 0.3s ease-out;
}
.global-nav_logo img{
    height:80px;
    margin-right: 10px;
    padding-bottom: 0px;
}
.global-nav_logo:hover {
    transition: 0.3s ease-out;
    opacity: 0.8;
    transform: scale(1.04);
    cursor: pointer;
}
.global-nav_right{
    padding: 15px 25px 0px 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    
    z-index: 10;
}



/*---------------------------------------------------*/
.pickup-btn-ctr{
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%,0);
    
    z-index: 10;
}
.pickup-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    transition: 0.3s ease-out;
    cursor: pointer;
    width: 300px;
}
.pickup-btn:hover{
    transition: 0.3s ease-out;
    background-color: rgb(52, 157, 228)
}
.pickup-btn a{
    font-size: 24px;
    padding-bottom: 0.1em;
}
/*--------------*/
.pickup-btn:first-child{
    margin-right: 30px;
}
/*--------------*/
.pickup-btn.type1{
    background-color: rgba(11, 25, 198, 0.7);
    background-color: rgba(16, 27, 159, 0.79);
    background-color: rgba(9, 171, 201, 0.81);
}
.pickup-btn.type1 i{
    font-size: 25px;
}
.pickup-btn.type1 a{
    color: #ffffff;
}
/*--------------*/
.pickup-btn.type2{
    background-color: rgba(129, 1, 129, 0.76);
}
.pickup-btn.type2 i{
    font-size: 30px;
}
.pickup-btn.type2 a{
    color: #ffffff;
}
/*---------------------------------------------------*/
.catchcopy{
    position: absolute;
    left: 50%;
    bottom: 180px;
    transform: translate(-50%,0);
    z-index: 10;
}
.catchcopy img{
    height: 100px;
}
/*---------------------------------------------------*/
@media screen and (max-width: 1200px) {

    .catchcopy img{
        height: 100px;
    }
    /*--------------*/

}
@media screen and (max-width: 680px) {
    .global-nav_logo img{
        height:60px;
        margin-right: 10px;
        padding-bottom: 0px;
    }
    /*--------------*/
/*
    .global-nav-btn{
        width: 60px;
        height: 50px;
        border-radius: 8px;
        margin-right: 0px;
    }
*/
/*
    .global-nav-btn i{
        font-size: 28px;
        margin-top: 2px;
        margin-bottom: 1px;
    }
*/
/*
    .global-nav-btn span{
        font-size: 10px;
        font-weight: bold;
    }
*/
    /*--------------*/
    .catchcopy{
        bottom: 160px;
    }
    .catchcopy img{
        height: 70px;
    }
    /*--------------*/
    .pickup-btn-ctr{
        display: flex;
        flex-flow: column;
        left: 50%;
        bottom: 70px;
    }
    .pickup-btn:first-child{
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .pickup-btn{
        border-radius: 8px;
        width: 300px;
        height: 70px;
    }
    .pickup-btn a{
        font-size: 24px;
        padding-bottom: 0.1em;
    }
    .pickup-btn.type1 i{
        font-size: 25px;
    }
    .pickup-btn.type2 i{
        font-size: 30px;
    }
}
@media screen and (max-width: 500px) {
    .global-nav_logo img{
/*        height:0px;*/
        margin-top: 5px;
    }
    /*--------------*/
    .global-nav-btn{
        width: 52px;
        height: 45px;
        border-radius: 4px;
        margin-right: 0px;
    }
    .global-nav-btn i{
        font-size: 22px;
        margin-top: 2px;
        margin-bottom: 1px;
    }
    .global-nav-btn span{
        font-size: 10px;
        font-weight: bold;
    }
    /*--------------*/
    .catchcopy{
        bottom: 100px;
    }
    .catchcopy img{
        height: 60px;
    }
    /*--------------*/
    .pickup-btn-ctr{
        display: flex;
        flex-flow: column;
        left: 50%;
        bottom: 30px;
    }
    .pickup-btn:first-child{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .pickup-btn{
        border-radius: 8px;
        width: 250px;
        height: 60px;
    }
    .pickup-btn a{
        font-size: 20px;
        padding-bottom: 0.1em;
    }
    .pickup-btn.type1 i{
        font-size: 21px;
    }
    .pickup-btn.type2 i{
        font-size: 26px;
    }

}

