@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:1;
}
.mv-front__img:nth-child(1) div{
    position: absolute;
    left: 10%;
    top: 60%;
    color: #1f1f1f;
/*    text-shadow: 0px 0px 1px #bf4200,0px 0px 3px #bf4200,0px 0px 9px #bf4200,0px 0px 9px #bf4200,0px 0px 9px #bf4200,0px 0px 9px #bf4200; */
    text-shadow: 0px 0px 1px #fff,0px 0px 3px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff; 
    font-size: 38px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(-90deg, hsla(0, 0%, 100%, 0) 05%, rgb(255, 255, 255));
    padding: 0.5em 3em 0.5em 0.7em;
}
.mv-front__img:nth-child(2) div{
    position: absolute;
    left: 20%;
    top: 75%;
    color: #1f1f1f;
    text-shadow: 0px 0px 1px #fff,0px 0px 3px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff; 
    font-size: 38px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 05%, rgb(255, 255, 255));
    padding: 0.5em 0.7em 0.5em 3em;
}
.mv-front__img:nth-child(3) div{
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #1f1f1f;
/*    text-shadow: 0px 0px 1px #008ed9,0px 0px 3px #008ed9,0px 0px 9px #008ed9,0px 0px 9px #008ed9,0px 0px 9px #008ed9,0px 0px 9px #008ed9; */
    text-shadow: 0px 0px 1px #fff,0px 0px 3px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff; 
    font-size: 38px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(-90deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 100)50%, rgba(255, 255, 255, 0));
    padding: 0.5em 2em 0.5em 2em;
    width: 100%;
}
.mv-front__img:nth-child(1) {
    background-position: center center;
    background-image: url(/aaa/images/mv-1_2403.webp);
}
.mv-front__img:nth-child(2) {
    background-position: center center;
    background-image: url(/aaa/images/mv-2_2403.webp);
}
.mv-front__img:nth-child(3) {
    background-position: center center;
    background-image: url(/aaa/images/mv-3_2403.webp);
    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;}
}
*/
@keyframes anime1 {
    0% {opacity: 0;}

    6.66% {opacity: 1;}

    33.33% {opacity: 1;}

    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.10);
    z-index:10;
}



.catchcopy{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: aliceblue;
    text-shadow: 0px 0px 1px #008ed9,0px 0px 3px #008ed9,0px 0px 9px #008ed9,0px 0px 9px #008ed9,0px 0px 9px #008ed9,0px 0px 9px #008ed9; 
    z-index:10;
    width: 100%;
}
.catchcopy .first{
    text-align: center;
    font-size: 28px;
    padding-bottom: 0px;
}
.catchcopy .second{
    text-align: center;
    font-size: 60px;
    padding-bottom: 20px;
    letter-spacing: 0px;
}
.catchcopy .third{
    text-align: center;
    font-size: 24px;
    background: rgba(0, 52, 96, 0.62);
    padding: 5px 0px;
    border-radius: 50px;
    margin: 0 auto;
    width: 460px;
}
.catchcopy .force{
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .mv-front__img:nth-child(1) div,.mv-front__img:nth-child(2) div,.mv-front__img:nth-child(3) div{
        font-size: 38px;

    }

    .mv-front__img:nth-child(3) div,.mv-front__img:nth-child(1) div,.mv-front__img:nth-child(2) div{
        position: absolute;
        left: 50%;
        top: 75%;
        transform: translate(-50%,-50%);
        text-align: center;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0);
        background-image: linear-gradient(-90deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 100)50%, rgba(255, 255, 255, 0));
        padding: 0.5em 2em 0.5em 2em;
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .mv-front__img:nth-child(1) div,.mv-front__img:nth-child(2) div,.mv-front__img:nth-child(3) div{
        font-size: 32px;
    }
}
@media screen and (max-width: 700px) {
    .mv-front__img:nth-child(1) div,.mv-front__img:nth-child(2) div,.mv-front__img:nth-child(3) div{
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .mv-front__img:nth-child(1) div,.mv-front__img:nth-child(2) div,.mv-front__img:nth-child(3) div{
        font-size: 24px;
    }
}
@media screen and (max-width: 550px) {
    .mv-front__img:nth-child(1) div,.mv-front__img:nth-child(2) div,.mv-front__img:nth-child(3) div{
        font-size: 22px;
    }
}

/*---------------------------------------------------*/
/*
トグルボタン部分
---------------------------------------------------------*/
.global-nav-btn{
    display: flex;
    flex-flow:column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 60px;
    color: #fff;
    transition: 0.3s ease-out;
    cursor: pointer;
}
.global-nav-btn.type4{
    background-color: #c94d00;
    width: 80px;
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.8);
}
.global-nav-btn.type4 span{
    font-size: 16px;
}
.global-nav-btn.type3{
    background-color: #919191;
    width: 130px;
    margin-right: 5px;
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.8);
}
.global-nav-btn.type3 span{
    font-size: 16px;
}
.global-nav-btn.type2{
    background-color: #0007bc;
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.8);
    margin-right: 10px;
}
.global-nav-btn.type2 span{
}
.global-nav-btn.type1{
    background-color: #b97a16;
    width: 80px;
    margin-right: 5px;
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.8);
}
.global-nav-btn.type1 span{
    font-size: 16px;
}

/*
.global-nav-btn.type1:hover{
    transition: 0.3s ease-out;
    opacity: 0.6;
}
.global-nav-btn.type2:hover{
    transition: 0.3s ease-out;
    opacity: 0.7;
}
*/
.global-nav-btn.type1 i{
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 2px;
}
.global-nav-btn.type2 i{
    font-size: 32px;
    margin-top: 2px;
    margin-bottom: 1px;
}
.global-nav-btn span{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/*------------------------------------------*/
.global-nav_left{
    position:absolute;
    top: 2px;
    left: 20px;
    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_tagline{
    margin-top: 10px;
    padding: 0px 0px 0px 0px; 
    font-size: 18px;
    white-space: nowrap;
    color: #585858;
    font-weight: bold;
    text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff; 
}

.global-nav_right{
    padding: 15px 25px 0px 0px;
    position: fixed;
    right: 80px;
    top: 0px;
    display: flex;
    z-index: 100;
}
.burger{
    padding: 15px 10px 0px 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    display: flex;

    z-index: 100;

}
/*------------------------------------------*/
@media screen and (max-width: 1024px) {
    .global-nav_left{
        position:absolute;
        top: 10px;
        left: 10px;
    }
    .global-nav_logo img{
        height:60px;
        margin-right: 10px;
        padding-bottom: 0px;
    }
    .global-nav_tagline{
        margin-top: 3px;
        padding: 0px 0px 0px 0px; 
        font-size: 14px;
    }
    .global-nav_right{
        padding: 15px 15px 0px 0px;
        position: fixed;
        right: 0px;
        top: auto;
        bottom: 0px;
        left: 0px;
        z-index: 100;
    }
    .global-nav-btn span{
        font-size: 10px;
        font-weight: bold;
    }
    .global-nav-btn.type1 i{
        font-size: 22px;
        margin-top: 2px;
        margin-bottom: 3px;
    }
    .global-nav-btn.type2 i{
        font-size: 25px;
        margin-top: 2px;
        margin-bottom: 1px;
    }
}
@media screen and (min-width: 680px) {
    .mv-front__img br{
        display: none
    } 

}
@media screen and (max-width: 680px) {
    .mv-front__img {
    }
    .burger{
        padding: 15px 5px 0px 0px;

    }
    .global-nav-btn.type2{
        width: 50px;
        height: 50px;
        font-size: 16px
    }
    .global-nav-btn.type1{
        width: 80px;
        height: 50px;
    }
    .global-nav-btn.type4{
        width: 80px;
        height: 50px;
    }
    .global-nav-btn.type3{
        height: 50px;
    }
    .global-nav_left_ctr{
        flex-flow: column;
        align-items: flex-start;
    }
    .global-nav_logo img{
        height:60px;
        padding-bottom: 0px;
    }
    .global-nav_tagline{
        margin-top: 2px;
        margin-left: 10px;
        padding: 0px 0px 0px 0px; 
        font-size: 12px;
    }  
}
@media screen and (max-width: 414px) {
    .global-nav_logo img{
        height:70px;
        padding-bottom: 0px;
    }
    .global-nav_tagline{
        margin-top: 8px;
        margin-left: 10px;
        padding: 0px 0px 0px 0px; 
        font-size: 12px;
    }  
}

/*------------------------------------------*/
/*下層ページ*/
/*------------------------------------------*/
.mv-sub{
    width: 100%;
    height:400px;
    overflow: hidden;
    position: relative;
    z-index:1;
}
.mv-sub__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;

    opacity: 1;
    filter: blur(5px);
    transform: scale(1.1);
}
.mv-sub__overlay {
    position: absolute;
    width: 100%;
    height:400px;
    background-color: rgba(0, 0, 0, 0.20);

}
.page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #15288b;
    text-shadow: 0px 0px 1px #fff,0px 0px 3px #fff,0px 0px 9px #fff,0px 0px 9px #fff; 
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.page-title h1{
    font-weight: bold;
}


