@font-face {
    font-family: japanFont;
    src: url(font/FOT-NewRodinProDB.otf)
}

* {
    font-family: 'vcr osd mono';
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width:600px) {
    div.hint {
        padding-bottom: 142vmin;
    }

    .hint a,a {
        font-size: 4.75vmin;
    }

    .content .japan p {
        font-size: 3.35vmin;
    }

    .content img {
        width: 100vmin;
        height: 15vmin;
    }

    div.under {
        font-size: 3.25vmin;
    }

    div.bg video {
        /* height: 860px; */
        /* width: auto; */
    }


    div.title p {
        font-size: 17.95vmin;
    }

    div.japan p {
        margin-top: 13.1px;
    }
	
	div.slidecontainer{
		display: none;
	}
}

body,html {
    height: 100%
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000
}

.title p {
    font-size: 14.95vmin;
    font-family: 'Pirata One'
}

.hint {
    z-index: 1;
    color: #000;
    mix-blend-mode: difference;
    filter: invert(100%);
    position: fixed;
    padding-bottom: 82vmin;
    font-size: 2.35vmin;
    letter-spacing: .3vmin;
    opacity: 0.7;
}

.slidecontainer{
	z-index: 1;
	color: #000;
	mix-blend-mode: difference;
	filter: invert(100%);
	position: absolute;
	font-size: 2.1vmin;
	letter-spacing: .3vmin;
	opacity: 0.7;
	top: 19px;
	right: 34px;
}

.videobg {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.content {
    text-shadow: 3px 3px 3px #777;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    mix-blend-mode: difference;
    filter: invert(100%);
    opacity: 0.9;
}

canvas,img {
    width: 76.8vmin;
    height: 11vmin
}

/* video {height: auto;width: 100%;} */

.social {
    text-shadow: 0px 0px 4px #777;
    margin-top: 3.7vmin;
    font-size: 2.35vmin;
    letter-spacing: .5vmin
}

.social a {
    text-decoration: none;
    color: #000
}

.japan p {
    text-shadow: 0px 2px 4px #777;
    font-family: japanFont;
    margin-top: 0vmin;
    margin-left: 18.7vmin;
    font-size: 2.05vmin;
    letter-spacing: .6vmin
}

.under {
    z-index: 1;
    color: #000;
    mix-blend-mode: difference;
    filter: invert(100%);
    position: absolute;
    bottom: 8.6px;
    right: 9.1px;
    opacity: 0.4;
}