/*COMMON STYLES*/

body{
    animation: fadein 1.5s;
    -moz-animation: fadein 1.5s; /* Firefox */
    -webkit-animation: fadein 1s.5; /* Safari and Chrome */
    -o-animation: fadein 1.5s; /* Opera */
    font-size: 14px !important;
    font-family: 'Noto Serif JP', serif;
    margin: 0;
}
img{
    max-width: 100%;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"]{
    padding-right: 0;
    padding-left: 0;
}

.error {
    color: #a00 !important;
}

*:focus {
    outline: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Margin */

.mg-top-10 {
    margin-top: 10px !important;
}
.mg-top-15 {
    margin-top: 15px !important;
}
.mg-top-20 {
    margin-top: 20px !important;
}
.mg-top-25 {
    margin-top: 25px !important;
}
.mg-top-30 {
    margin-top: 30px !important;
}
.mg-top-35 {
    margin-top: 35px !important;
}
.mg-top-40 {
    margin-top: 40px !important;
}
.mg-top-45 {
    margin-top: 45px !important;
}
.mg-top-50 {
    margin-top: 45px !important;
}
.mg-top-55 {
    margin-top: 55px !important;
}
.mg-top-60 {
    margin-top: 60px !important;
}
.mg-btm-10 {
    margin-bottom: 10px !important;
}
.mg-btm-15{
    margin-bottom: 15px !important;
}
.mg-btm-20{
    margin-bottom: 20px !important;
}
.mg-btm-25{
    margin-bottom: 25px !important;
}
.mg-btm-30{
    margin-bottom: 30px !important;
}
.mg-btm-35 {
    margin-bottom: 35px !important;
}
.mg-btm-40{
    margin-bottom: 40px !important;
}
.mg-btm-45 {
    margin-bottom: 45px !important;
}
.mg-btm-50 {
    margin-bottom: 50px !important;
}
.mg-btm-55 {
    margin-bottom: 55px !important;
}
.mg-btm-60 {
    margin-bottom: 60px !important;
}
.mg-10{
    margin: 10px 0 !important;
}
.mg-15{
    margin: 15px 0 !important;   
}
.mg-20{
    margin: 20px 0 !important;
}
.mg-25{
    margin: 25px 0 !important;
}
.mg-30{
    margin: 30px 0 !important;
}
.mg-35{
    margin: 35px 0 !important;
}
.mg-40{
    margin: 40px 0 !important;
}
.mg-45{
    margin: 45px 0 !important;
}
.mg-50{
    margin: 50px 0 !important;
}
.mg-55{
    margin: 55px 0 !important;
}
.mg-60{
    margin: 60px 0 !important;
}
.posr{
    position: relative;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.z-index-3{
    z-index: 3;
}
.z-index-4{
    z-index: 4;
}
.z-index-5{
    z-index: 5;
}
.z-index-6{
    z-index: 6;
}
.z-index-7{
    z-index: 7;
}
.z-index-8{
    z-index: 8;
}
.z-index-9{
    z-index: 9;
}
.z-index-10{
    z-index: 10;
}
.transform-top{
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.transition-linear{
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.transition-linear{
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.transition-ease-in-out{
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.loading-bg {
    background: #F3F3F3;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#loading-icon {
    position: fixed;
    top: 48%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
    text-align: center;
}
.bounceball,
.bounceball1 {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.bounceball:before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform-origin: 50%;
    animation: bounce 500ms alternate infinite ease;
}
/* #loading-icon {
    width: 30px;
    height: 30px;
    border: 3px solid #e5e5e5;
    border-bottom-color: #23b6bc;
    border-radius: 50%;
    animation: animLoader 0.8s linear infinite forwards;
} */

#site-content{
    min-height: 1000px;
}

#scrolltop {
    width: 50px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 200px;
    right: 20px;
    cursor: pointer;
    z-index: 5;
}
.content-section-40{
    padding: 40px 0;
}
.content-section-60{
    padding: 60px 0
}
.content-section-80{
    padding: 80px 0
}
.content-section-100{
    padding: 100px 0
}
.content-section-120{
    padding: 120px 0
}
.content-section-140{
    padding: 140px 0
}
.content-section-160{
    padding: 160px 0
}
.section-header{
    text-align: center;
    padding-bottom: 50px;
}
.section-header .section-title{
    font-size: 2.14em;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    margin-top: 0;
}
.section-header >  span{
    font-size: 1.07em;
    color: #000;
    display: block;
}
.form-control{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.btn-default{
    background: #005c23;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1em;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 2px solid #005c24;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-default:hover{
    background-color: #ff8e01;
    border: 2px solid #ffb200;
    color: #fff;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.modal{
    padding-right: 0 !important;
}
.modal.in .modal-dialog{
    width: 100%;
    margin: 0;
}
.modal-content{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; 
    padding: 80px 0;
    min-height: 100vh;
}
.modal-title{
    font-size: 1em;
    color: #fff;
    font-weight: 700;
}
.modal-title i{
    margin-right: 10px;    
}
.modal-header{
    border: none;
}
.close{
    color: #000;
    text-shadow: none;
    opacity: 1;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.modal .close img{
    width: 20px;
}

.language-chooser{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.language-chooser a{
    text-decoration: none !important;
}

.language-chooser li{
    display: inline-block;
}

.language-chooser li.active a{
    font-weight: 800;
}

.qtranxs-available-languages-message { display:none }

.logo-section h2{
    margin: 0;
    line-height: 1;
    font-size: initial;
}

#menu-toggle {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 999;
  display: block;
  text-align: center;
}

#menu-toggle #button-menu span {
  position: relative;
  top: -1.5px;
}

#menu-toggle #button-menu span, #menu-toggle #button-menu span:before, #menu-toggle #button-menu span:after {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

#menu-toggle #button-menu span:before, #menu-toggle #button-menu span:after {
  content: '';
  position: absolute;
  left: 0;
}

#menu-toggle #button-menu span:before {
  margin-top: -9px;
}

#menu-toggle #button-menu span:after {
  margin-top: 9px;
}

#menu-toggle #button-menu.active span {
  background-color: rgba(255, 255, 255, 0) !important;
}

#menu-toggle #button-menu.active span:before {
  margin-top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-toggle #button-menu.active span:after {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vtext p{
    line-height: 1.1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.shake:hover,
.shake:focus {
    -webkit-animation-name: spaceboots !important;
    -webkit-animation-duration: 0.3s !important;
    -webkit-transform-origin:50% 50% !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-timing-function: linear !important;
}
.bg-cover{
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.bg-link{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 2;
}
.dib{
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    float: none;
    zoom:  1;
}
.bg-10{
    padding-bottom: 10%;
}
.bg-15{
    padding-bottom: 15%;
}
.bg-20{
    padding-bottom: 20%;
}
.bg-30{
    padding-bottom: 30%;
}
.bg-40{
    padding-bottom: 40%;
}
.bg-50{
    padding-bottom: 50%;
}
.bg-60{
    padding-bottom: 60%;
}
.bg-70{
    padding-bottom: 70%;
}
.bg-80{
    padding-bottom: 80%;
}
.bg-90{
    padding-bottom: 90%;
}
.bg-100{
    padding-bottom: 100%;
}
.bg-110{
    padding-bottom: 110%;
}
.bg-120{
    padding-bottom: 120%;
}
.animate-bg{
    -webkit-animation: head-img-zoom 10s ease 0s 1 alternate forwards;
    animation: head-img-zoom 10s ease 0s 1 alternate forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-backface-visibility: hidden;
}
.animate-text{
    -webkit-animation: toptext 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 1;
        animation: toptext 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 1;
        -webkit-transform: rotate(0.0001deg);
        transform: rotate(0.0001deg);
}
.mobile-content{
    display: none;
}
.content-detail img{
    margin: 30px auto;
}
.content-detail h1{
    font-size: 3.2rem;
}
.content-detail h2{
    font-size: 2.8em
}
.content-detail h3{
    font-size: 2.4rem
}
.content-detail h4{
    font-size: 2rem
}
.content-detail h5{
    font-size: 1.6rem
}
.content-detail p{
    margin-bottom: 30px;
}
.animate-menu-item.menu>li:nth-child(1) {
    animation: show_menu_item .25s ease-in-out .2s forwards;
}
.animate-menu-item.menu>li:nth-child(2) {
    animation: show_menu_item .25s ease-in-out 225ms forwards;
}
.animate-menu-item.menu>li:nth-child(3) {
    animation: show_menu_item .25s ease-in-out .25s forwards;
}
.animate-menu-item.menu>li:nth-child(4) {
    animation: show_menu_item .25s ease-in-out 275ms forwards;
}
.animate-menu-item.menu>li:nth-child(5) {
    animation: show_menu_item .25s ease-in-out .3s forwards;
}
.animate-menu-item.menu>li:nth-child(6) {
    animation: show_menu_item .25s ease-in-out 325ms forwards;
}
.animate-menu-item.menu>li:nth-child(7) {
    animation: show_menu_item .25s ease-in-out .35s forwards;
}
.animate-menu-itemmenu>li:nth-child(8) {
    animation: show_menu_item .25s ease-in-out 375ms forwards;
}
.animate-menu-item.menu>li:nth-child(9) {
    animation: show_menu_item .25s ease-in-out .4s forwards;
}
/*.COMMON*/

/* COMPONENTS */
.mrs-e{
    font-family: mrs-eaves, serif;
    font-weight: 400;
    font-style: normal;
}
.slick-slide img{
    max-width: 100%;
}

.home-slider .slick-dots{
    bottom: 8%;
}
.home-slider .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
}
.home-slider .slick-dots li button{
    width: 10px;
    height: 10px;
}
.home-slider .slick-dots li button:before{
    font-size: 10px;
    line-height: 1;
    width: 10px;
    height: 10px;
    z-index: 3;
}
.home-slider .slick-dots li.slick-active button:before{
    opacity: .75;
    color: #4d9004;
    font-size: 7px;
    width: 7px;
    height: 7px;
    top: 1.7px;
    left: 1.1px;
}
.home-slider .slick-dots li.slick-active button:after{
    position: absolute;
    top: -5.5px;
    left: -5.5px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border: 2px solid #4d9004;
    content: '';
    background: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    z-index: 2;
}
.home-slider .slick-prev,
.home-slider .slick-next{
    width: 47px;
    height: 47px;
    display: block;
    opacity: 1;
    z-index: 4;
}
.home-slider .slick-prev:before,
.home-slider .slick-next:before{
    display: none;
}
.home-slider .slick-prev{
    left: 7%;
    background: url(../images/prev_btn_black.png) no-repeat center center !important;
}
.home-slider .slick-next{
    right: 7%;
    background: url(../images/next_btn_black.png) no-repeat center center !important;
}
/* .COMPONENTS */

/*HEADER*/
header{
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    padding:  35px 100px;
    z-index: 2;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
header.scrolled{
    background: #fff;
    padding:  15px 100px;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.logo-section h2 a{
    font-size: 20px;
    color:  #000 !important;
    text-decoration: none;
}
/*.HEADER*/

/*MAIN NAV*/
#main-nav ul{
    list-style: none;
    margin: 0;
    padding:  0;
}
#main-nav ul li{
    display: inline-block;
    margin: 0 10px;
}
#main-nav ul li a{
    color: #000 !important;
    font-family: mrs-eaves, serif;
    font-weight: 400;
    font-style: normal;
}
/*.MAIN NAV*/

/*HOMEPAGE*/
.custom-wrapper, .page-lines{
    max-width: 850px;
    margin: 0 auto;
}
.page-lines{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    z-index: -1;
}
.page-lines:before{
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    left: 33.33333%;
    bottom: 0;
    background: #e5e5e5;
}
.page-lines:after{
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    right: 33.33333%;
    bottom: 0;
    background: #e5e5e5;
}
#main-visual{
    height: 100vh;
    margin-bottom: 10px;
}
#main-visual .main-text{
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    margin:  0 auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
#main-visual .main-text h1{
    font-size: 124px;
    margin-bottom: 25px;
}
#main-visual .main-text p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 2;
}
.copyright{
    position: absolute;
    top: 50%;
    right: 15px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.copyright p{
    font-family: mrs-eaves, serif;
    font-weight: 400;
    font-style: normal;
}
.scrolltext{
    position: absolute;
    top: 50%;
    left: 15px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.scrolltext a{
    color: #000 !important;
    display: block;
    text-decoration: none;
    font-family: mrs-eaves, serif;
    font-weight: 400;
    font-style: normal;
}
/* .scrolltext svg{
    margin-top: 5px;
    margin-left: -10px;
} */


/* アニメーション設定 */
.arrowWrap {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.arrowInner p {
    color: #000 !important;
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 25px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}


#company h3{
    font-family: mrs-eaves, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 35px;
    text-decoration: underline;
}
#company p{
    margin-bottom: 30px;
    line-height: 1.86;
}
#company .info-row .col-sm-4{
    padding-right: 60px;
}
.foundation-en{
    margin-top: 100px;
}
.info-row.en-text{
    margin-top: 50px;
}
/*.HOMEPAGE*/

/*FOOTER*/

/*.FOOTER*/

/**
 * RESPONSIVE
 */
@media screen and (max-width:1600px) {

}
@media screen and (max-width:1440px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1024px) {
    
}
@media screen and (max-width:768px) {
    /* COMMON */
    .mobile-content{
        display: block;
    }
    .desktop-content{
        display: none;
    }
    /* .COMMON */

    header{
        padding: 35px 30px;
        text-align: center;
        z-index: 3;
    }
    header.scrolled{
        padding: 15px 30px;
    }
    #main-nav{
        margin-top: 15px;
    }
    #main-nav ul li{
        margin:  0 15px;
    }
    .custom-wrapper, .page-lines{
        max-width: 85%;
    }
    .copyright{
        right: 6px;
    }
    #main-visual .main-text h1{
        font-size: 90px;
    }
    #main-visual .main-text p{
        font-size: 14px;
    }
    #main-visual .main-text p br{
        display: none;
    }
    #company .info-row .col-sm-4{
        padding-right:  15px;
    }
    #company .content-section-80{
        padding: 40px 0;
    }
}

@media only screen 
  and (min-device-width: 736px) 
  and (max-device-width: 736px){
    #main-visual{
        padding:  120px 0; 
        height: auto;
    }
    #main-visual .main-text{
        position: relative;
        top: inherit;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen 
  and (min-device-width: 667px) 
  and (max-device-width: 667px){

}
@media only screen 
  and (min-device-width: 568px) 
  and (max-device-width: 568px){

}
@media screen and (max-width:480px) {

}
@media screen and (max-width:414px) {
    #main-visual .main-text h1 {
        font-size: 45px;
    }
    #company p{
        margin-bottom: 15px;
        line-height: 1.7;
    }
    .foundation-en {
        margin-top: 50px;
    }
}
@media screen and (max-width:375px) {

}
@media screen and (max-width:320px) {

}
/* IPAD PRO ONLY */
/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* COMMON */
    .mobile-content{
        display: block;
    }
    .desktop-content{
        display: none;
    }
    /* .COMMON */

    header{
        padding: 35px 30px;
        text-align: center;
        z-index: 3;
    }
    header.scrolled{
        padding: 15px 30px;
    }
    #main-nav{
        margin-top: 15px;
    }
    #main-nav ul li{
        margin:  0 15px;
    }
    .custom-wrapper, .page-lines{
        max-width: 85%;
    }
    .copyright{
        right: 6px;
    }
    #main-visual .main-text h1{
        font-size: 90px;
    }
    #main-visual .main-text p{
        font-size: 14px;
    }
    #main-visual .main-text p br{
        display: none;
    }
    #company .info-row .col-sm-4{
        padding-right:  15px;
    }
    #company .content-section-80{
        padding: 40px 0;
    }
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/**
* ANIMATION KEYFRAME
*/

@keyframes show_menu_item {
    0% {
        opacity: 0;
        transform: translate(0, -10px) scale(1.05)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1)
    }
}
@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
    background-color: #ffdb00;
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
    background-color: #245f00;
  }
  100% {
    top: 0;
    background-color: #245f00;
  }
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes animLoader {
    to { transform: rotate(360deg); }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}

@-webkit-keyframes spaceboots {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@-webkit-keyframes nav_active {
    0% {
        -webkit-clip-path: polygon(10% 10%, 60% 40%, 90% 90%, 40% 60%);
        clip-path: polygon(10% 10%, 60% 40%, 90% 90%, 40% 60%);
        opacity: 0
    }
    0.1% {
        opacity: 1
    }
    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1
    }
}

@keyframes nav_active {
    0% {
        -webkit-clip-path: polygon(10% 10%, 60% 40%, 90% 90%, 40% 60%);
        clip-path: polygon(10% 10%, 60% 40%, 90% 90%, 40% 60%);
        opacity: 0
    }
    0.1% {
        opacity: 1
    }
    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1
    }
}

@keyframes nav_passive {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1
    }
    to {
        -webkit-clip-path: polygon(10% 10%, 60% 40%, 90% 90%, 40% 60%);
        clip-path: polygon(10% 10%, 60% 40%, 90% 90%, 40% 60%);
        opacity: 0
    }
}

@-webkit-keyframes nav_matrix {
    0% {
        -webkit-transform: matrix3d(1.305, 0, 0.5, 0.01, 0, 0.609, 0.5, 0.01, -0.5, -0.5, 0.7569, 0, 24, 24, 0, 1);
        transform: matrix3d(1.305, 0, 0.5, 0.01, 0, 0.609, 0.5, 0.01, -0.5, -0.5, 0.7569, 0, 24, 24, 0, 1);
        -webkit-transform-origin: 0px 0px 0px;
        transform-origin: 0px 0px 0px;
        opacity: 0
    }
    to {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -webkit-transform-origin: 0px 0px 0px;
        transform-origin: 0px 0px 0px;
        opacity: 1
    }
}

@keyframes nav_matrix {
    0% {
        -webkit-transform: matrix3d(1.305, 0, 0.5, 0.01, 0, 0.609, 0.5, 0.01, -0.5, -0.5, 0.7569, 0, 24, 24, 0, 1);
        transform: matrix3d(1.305, 0, 0.5, 0.01, 0, 0.609, 0.5, 0.01, -0.5, -0.5, 0.7569, 0, 24, 24, 0, 1);
        -webkit-transform-origin: 0px 0px 0px;
        transform-origin: 0px 0px 0px;
        opacity: 0
    }
    to {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -webkit-transform-origin: 0px 0px 0px;
        transform-origin: 0px 0px 0px;
        opacity: 1
    }
}

@-webkit-keyframes move_up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.7
    }
}

@keyframes move_up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.7
    }
}

@-webkit-keyframes move_up-thin {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.3
    }
}

@keyframes move_up-thin {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.3
    }
}
@-webkit-keyframes head-img-zoom {
    0% {
        -webkit-transform: scale(1.1) rotate(0.0001deg);
        transform: scale(1.1) rotate(0.0001deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0.0001deg);
        transform: scale(1) rotate(0.0001deg)
    }
}

@keyframes head-img-zoom {
    0% {
        -webkit-transform: scale(1.1) rotate(0.0001deg);
        transform: scale(1.1) rotate(0.0001deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0.0001deg);
        transform: scale(1) rotate(0.0001deg)
    }
}
@-webkit-keyframes toptext {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes toptext {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
