@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('/fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('/fonts/HelveticaNeueLTStd-Lt.woff') format('woff')
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.5;  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    text-rendering: optimizeLegibility;
    background-color: #000;
    overflow: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    display: block;
    text-align: left;
}
h1 {
    display: block;
}
html {
    font-size: 62.5%;
    overflow: hidden;
    font-family: sans-serif;
    display: block;
    line-height: 1.15;
}

.header_bg {
    top: 0px;
    width:100%;
    height:100px;
    position: absolute;
    user-select: none;
    background-color: rgba(0,0,0,0.0);
}

.g_navi {
    top: 50px;
    left: 19px;
    position: absolute;
    font-size: 1.5rem;
    padding: 0;
    border: 0;
    font-family:'HelveticaNeueLTStd-Lt';
}

ul {
    list-style: none;
    margin: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    text-align: left;
}

a, a:visited {
    color: #EEE;
    text-decoration: none;
}

a:active {
    color:#EEE;
    text-decoration: none;
}

.g_navi li {
    display: inline-block;

}

li a {
    padding-right: 10px;
    letter-spacing: 1.5px;
    user-select: none;
}

.name {
    top: 15px;
    left: 19px;
    font-size: 2.0rem;
    font-family:'HelveticaNeueLTStd-Lt';
    letter-spacing: 3px;
    color:#ffffff;
    overflow: hidden;
    position: fixed;
}

.no_dec {
    text-decoration: none;
}
.center_text {
    line-height: 200px;
    margin: auto;
    margin-top: -100px;
    padding-left: 17px;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #eee;
    font-size: 20rem;
    font-family:'HelveticaNeueLTStd-Lt';
    text-align: center;
    letter-spacing: 35px;
    background-blend-mode: overlay;
    mix-blend-mode: overlay;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

.link_text {
    color: #efefef;
    font-size: 1.1982rem;
    font-family:'HelveticaNeueLTStd-Lt';
    text-align: left;
    letter-spacing: 1.5px;
    line-height: 2.5;

    top: 5%;
    left: 19px;
    position: absolute;
}

.bottom_text_c {
    line-height: 10.0;
}

.dim_text {
    color: #999;
}

.mk_404_text {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    font-size: 2.1982rem;
    font-family:'HelveticaNeueLTStd-Lt';
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 2.5;
    color: #eee; 
}

.mk_text {
    width: 100%;
    margin: auto;
    margin-top: 100px;
    font-size: 2.0rem;
    font-family:'HelveticaNeueLTStd-Lt';
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 2.5;
    color:#EEE;
}
.gold {
    color:#ffe2bb;
}
.bottom_text_b {
    line-height: 2.0;
}

.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-filter:contrast(1.25) blur(2px); 
    filter:contrast(1.25) blur(2px);
}
.bg_image {
    max-width: 100%;
    max-height: 100%;  
    position: absolute;
    margin:0;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image: url("../media/mk_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}
.rotate {
  animation: rotation 546s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.fullscreen-bg__video2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.gradient {
    background-image: radial-gradient( circle at 50% 50%, #0b0a0e99 0%, black 100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    opacity: .75;
}

.polyphase_image {
    display: block;
    width: 45%;
    left: 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 80px #FFFFFF20;
    padding:0px;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.polyphase_image:hover {
    box-shadow: 0px 0px 80px #FFFFFF25;
}

.mk_list_group {
    background-color: transparent;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.mk_list_item {
    text-decoration: none;
    font-size: 2rem;
    background-color: transparent;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    font-family:'HelveticaNeueLTStd-Lt';
}

.mk_list_item_detail {
    font-family:'HelveticaNeueLTStd-Lt';
    font-size: 1.5rem;
    background-color: transparent;
    text-align: center;
    padding: 10px 0px;
    color:#28B4FF;
    width: 50%;   
    margin-left:25%;
    line-height: 2.5;
}

.mk_pad {
    padding: 10px 0px;
}

.mk_list_item:active {
    background-image: linear-gradient(to right, #000 , #000, #000);
    text-shadow:1px 0px 0px black;
    text-decoration: none;
    color:#EEE;
}
.mk_list_item:hover {
    background-image: linear-gradient(to right, #000 , #000, #000);
    text-shadow:1px 0px 0px black;
    text-decoration: none;
    color:#EEE;
}
.center_app {
    display: block;
    position: fixed;
    height: 64%;
    width: 100%;
    top: 15%;
    left: 0%;
    transform: translate(0%, 0%);
    border-radius: 5px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #000;
}

.polyphase_title {
    width: 100%;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 3px;
    line-height: 2.5;
    font-family:'HelveticaNeueLTStd-Lt';
    font-weight: bold;
}

.privacy_title {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 3px;
    line-height: 2.0;
    font-family:'HelveticaNeueLTStd-Lt';
    font-weight: regular;
    color:#fff;
}

.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 */
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: auto;
        height: 100%;
    }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

audio {
    width: 45%;
    margin-top: 0px;
    margin-bottom: 30px;
    filter: grayscale(0) invert(100%);
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 600px) {
    .bottom_text {
        margin-left: 17px;
        margin-bottom: 4px;
        position: fixed;
        bottom: 0%;
        padding-left: 1px;
        color: #efefef;
        font-size: 1.3rem;
        font-family:'HelveticaNeueLTStd-Lt';
        text-align: left;
        letter-spacing: 1.5px;
        line-height: 1.5;
    } 
}
@media only screen and (min-width: 601px) {
    .bottom_text {
        margin-left: 17px;
        margin-bottom: 4px;
        position: fixed;
        bottom: 0%;
        padding-left: 1px;
        color: #efefef;
        font-size: 1.3rem;
        font-family:'HelveticaNeueLTStd-Lt';
        text-align: left;
        letter-spacing: 1.5px;
        line-height: 1.5;
    } 
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}