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


.header {
    height: 78px;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header.header_detail {
    background: none;
    border-bottom: none;
}
.header .under_header {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.header:before {
    height: 4px;
}
.header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
}
.header:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    background: #b6dae5;
}
.header--fixed .header:after {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}


.main .header_detail {
    background: #b6dae5;
    padding-top: 8em;
}

.top_vimo_video {
    padding: 65% 0 0 0;
    position: relative;
}




@media all and (min-width: 0) and (max-width: 1519px){


}


@media all and (min-width: 0) and (max-width: 1500px){


}
@media all and (min-width: 0) and (max-width: 1300px){

}
@media all and (min-width: 0) and (max-width: 1142px){

}
@media all and (min-width: 0) and (max-width: 1100px){


}
@media all and (min-width: 0) and (max-width: 1048px){

}
@media all and (min-width: 0) and (max-width: 1024px){
    .main .header_detail {
        padding-top: 5em;
    }

}
@media all and (min-width: 0) and (max-width: 767px){

    .top_vimo_video {
        padding: 95% 0 0 0;
        position: relative;
    }


}
@media all and (min-width: 0) and (max-width: 600px){

}
@media all and (min-width: 0) and (max-width: 481px){




}

    @media all and (min-width: 0) and (max-width: 414px) {




    }
    @media all and (min-width: 0) and (max-width: 375px) {

    }
@media all and (min-width: 0) and (max-width: 320px) {


    }





