@charset "utf-8";

.mv-front{
    width: 100%;
    height:400px;
    overflow: hidden;
    position: relative;
}
.mv-front__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;

    opacity:1;
    z-index:10;
}
.mv-front__img.type1{
    background-image: url(/aaa/images/mv-1.png);
}
.mv-front__img.type2{
    background-image: url(/aaa/images/mv-5.png);
}
.mv-front__img.type3{
    background-image: url(/aaa/images/mv-6.png);
}
.mv-front__img.type4{
    background-image: url(/aaa/images/mv-7.png);
}
.mv-front__img.type5{
    background-image: url(/aaa/images/mv-8.png);
}
.mv-front__img.type6{
    background-image: url(/aaa/images/mv-9.png);
}
.mv-front__img.type7{
    background-image: url(/aaa/images/mv-10.png);
}
.mv-front__img.type8{
    background-image: url(/aaa/images/mv-11.png);
}
.mv-front__img:before {
    position: absolute;
    content: "";
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
.mv-front__overlay {
    position: absolute;
    width: 100%;
    height:400px;
    background-color: rgba(255, 255, 255, 0.14);
    z-index:10;
}
/*---------------------------------------------------*/

.global-nav_left{
    position:absolute;
    top: 0px;
    left: 10px;
    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:70px;
    margin-top: 10px;
    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;
}
.global-nav_right-ctr{
    display: flex
}
.global-nav-btn{
    display: flex;
    flex-flow:column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 60px;
    color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.8);
    background-color: rgb(0, 33, 173);
    transition: 0.3s ease-out;
    cursor: pointer;
}
.global-nav-btn:hover{
    transition: 0.3s ease-out;
    background-color: rgb(59, 97, 255)
}
.global-nav-btn i{
    font-size: 32px;
    margin-top: 2px;
    margin-bottom: 1px;
}
.global-nav-btn span{
    font-size: 12px;
    font-weight: bold;
}
/*---------------------------------------------------*/
.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(1, 129, 109, 0.76);
}
.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%;
    top: 55%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 1em #fff,0 0 1em #fff,0 0 1em #fff,0 0 1em #fff,0 0 1em #fff;
    
}
.catchcopy h1{
    font-weight: bold;
    color: rgb(0, 129, 198)
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
@media screen and (max-width: 1200px) {
    .catchcopy{
        bottom: 170px;
    }
    .catchcopy img{
        height: 120px;
    }
    /*--------------*/

}
@media screen and (max-width: 680px) {
    .global-nav_logo img{
        height:80px;
        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: 230px;
    }
    .catchcopy img{
        height: 100px;
    }
    /*--------------*/
    .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:68px;
        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: 170px;
    }
    .catchcopy img{
        height: 75px;
    }
    /*--------------*/
    .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;
    }

}

