html {
    transform: rotate(90deg);
    transform-origin: bottom left;
    top: -100vw;
    height: 100vw;
    width: 100vh;
    position: absolute;
}
@font-face {
    font-family: 'BigNoodleTitling';
    src: url('BigNoodleTitling.woff2') format('woff2'),
        url('BigNoodleTitling.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('GothamNarrow-Book.woff2') format('woff2'),
        url('GothamNarrow-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    padding:0;
    margin:0;
}
body{
    line-height: 1.2;
    /*font-family: 'Gotham Narrow Book';*/
    font-family: 'Arial';
    font-size: 12px;
    color:#000;
    -webkit-font-smoothing: antialiased;
}
.full-video{
    height:calc(250px + 89px);
    overflow: hidden;
    position: relative;
    z-index: 2;
}
video{
    background-color: #000;
}
.main{
    height:1366px;
    width:719px;
    box-sizing: border-box;
}
.clearfix{
    clear:both;
}
img{
    width: 100%;
    display: block;
}
img.logo {
    margin-top: 5px;
}
.left, .right{
    width: 50%;
    float:left;
    padding: 15px;
    box-sizing: border-box;
    height: 255px;
    position: relative;
}
.menu-title{
    font-size: 22px;
    font-family: 'BigNoodleTitling';
}
.menu-text {
    font-size: 10px;
}
.menu-title span{
    float: right;
}
.swiper {
    width: 100%;
    height: 100%;
}
.main-title{
    font-size: 80px;
    color: #FFF;
    font-family: 'BigNoodleTitling';
    text-align: center;
    float:left;
    width: 70%;
    line-height: 1;
}
.main-title-lateral{
    width: 15%;
    float:left;
}
.menuimageswiper{
    border:5px solid #1b3f63; 
    box-sizing: border-box;
    height: auto;
}
.menu-section-title{
    font-size: 30px;
    font-family: 'BigNoodleTitling';
    margin-bottom: 10px;
    padding-left: 6px;
    background: #1b3f63;  
    color: #FFF; 
    padding-left: 6px;
}
.full-bg{
    font-size: 20px;
    font-family: 'BigNoodleTitling';
    height: 1px;
    background: #000;
    text-align: center;
}
.full-border{
    border-top:3px double #000;
    border-bottom:3px double #000;
    margin:10px 15px 5px 15px;
    padding-top: 3px;
    position:absolute;
    z-index: 4;
}

.menu-small-title{
    font-size: 15px;
    font-family: 'BigNoodleTitling';
}
.menu-small-title span{
    float: right;
}
.menu-small-text{
    font-size: 10px;
    font-family: 'Arial';
}
.menuimageswiper .swiper-slide {
    transition-duration: 1500ms !important;
}

.main.main-text {
    background: #1b3f63;/*#d92424;*/
    top: 100vw;
    position: absolute;
    z-index: 5;
    transition: 1s all;
    text-align: center;
    font-family: 'BigNoodleTitling';
    line-height:1;
    color: #fff;
}

.main.main-text.active {
    top: 0;
}
.main-text-1 {
    font-size: 250px;
}
.main-text-2 {
    font-size: 400px;
}
.main-text-3 {
    font-size: 120px;
}
.main-text-4 {
    font-size: 140px;
	line-height:1.5;
}
.main-text-logo {
    width: 60%;
    text-align: center;
    margin: 80px auto 120px auto;
}