@charset "utf-8";

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('bebasneue_book-webfont.eot');
    src: url('bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue_book-webfont.woff') format('woff'),
         url('bebasneue_book-webfont.ttf') format('truetype'),
         url('bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesqueMdIt';
    src: url('brandon_med_it-webfont.eot');
    src: url('brandon_med_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandon_med_it-webfont.woff') format('woff'),
         url('brandon_med_it-webfont.ttf') format('truetype'),
         url('brandon_med_it-webfont.svg#brandon_grotesqueMdIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background-color: #e6e6e6;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	width: 100%;
	height: 100%;
	font: 18px/27px 'BebasNeueRegular', Arial, sans-serif;
}

.scrollbar {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.scrollbar .scrollbar-track {
	position: absolute;
	top: 9px;
	width: 100%;
	height: 2px;
	background-color: #e6e6e6;
}
.dark-theme .scrollbar .scrollbar-track {
	background-color: #424242;
}
.no-touch .scrollbar .scrollbar-track {
	top: 6px;
}
.scrollbar .scrollbar-thumb-container {
	position: relative;
	width: calc(100% - 14px);
}
.scrollbar .scrollbar-thumb-container .scrollbar-track-left {
	position: absolute;
	top: 9px;
	width: 0%;
	height: 2px;
	background-color: #424242;
}
.dark-theme .scrollbar .scrollbar-thumb-container .scrollbar-track-left {
	background-color: #bbb;
}
.no-touch .scrollbar .scrollbar-thumb-container .scrollbar-track-left {
	top: 6px;
}
.scrollbar .scrollbar-thumb-container .scrollbar-thumb {
	position: relative;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 14px;
	background-color: #424242;
}
.dark-theme .scrollbar-thumb-container .scrollbar-thumb {
	background-color: #bbb;
}
.no-touch .scrollbar .scrollbar-thumb-container .scrollbar-thumb {
	height: 14px;
	width: 14px;
}


h1 {
	color: #ececec;
	text-align: center;
	font-size: 30px;
	line-height: 72px;
	letter-spacing: 1.2px;
}

h1 span {
	font-family: 'bebas_neuebook';
}

h1 a {
	text-decoration: none;
}

.noselect {
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

a {
	color: #999;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.no-touch a.video_link {
	cursor: pointer;
}

.no-touch a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
} 

.no-touch #main li a.video_link:hover,
.no-touch #download li:not(#contact) a:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
	transition: opacity 0s;
	-webkit-transition: opacity 0s;
}

input {
	border: none;
	padding: 10px 20px;
	font-family: 'brandon_grotesqueMdIt';
	font-size: 18px;
	margin-bottom: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 60000s ease-in-out 60000s;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	width: 300px;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-family: Helvetica, Arial;
	font-weight: bold;
	-webkit-appearance: none;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.input__field--autocomplete-hack {
	position: fixed;
	visibility: hidden;
}

.input__field--ruri {
	width: 100%;
	background: transparent;
	padding: 0.5em 0;
	margin-bottom: 2em;
	color: #000;
}

.input__label--ruri {
	width: 100%;
	position: absolute;
	text-align: left;
	font-size: 1em;
	padding: 10px 0 2px;
	pointer-events: none;
}

.input__label--ruri::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 7px;
	background: rgba(18,18,18, 0.3);
	left: 0;
	top: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.input__label-content--ruri {
	padding: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
}

.input__field--ruri:focus + .input__label--ruri::after,
.input--filled .input__label--ruri::after {
	background: rgba(18,18,18, 0.7);
	-webkit-transform: scale3d(1, 0.25, 1);
	transform: scale3d(1, 0.25, 1);
}

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
	color: rgba(18,18,18, 0.7);
	-webkit-transform: translate3d(0, 2.2em, 0) scale3d(0.8, 0.8, 1);
	transform: translate3d(0, 2.2em, 0) scale3d(0.8, 0.8, 1);
}

.input__button {
	cursor: pointer;
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	line-height: 100%;
	width: 300px;
	margin-top: 30px;
	color: #bbb;
	background-color: rgba(18,18,18, 0.7);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.no-touch .input__button:hover {
	color: #fff;
	background-color: rgba(50,50,50, 0.7);
}

#bgimage {
	height: 100%;
    width: 100%;
    z-index: 1;
}

#header {
	height: 70px;
	background-color: rgba(18,18,18,0.7);
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
}

#header h1 {
	color: #bbb;
}

#header a:link, #contact a:link {
    text-decoration: none;
}

#navi_main {
	position: absolute;
	right: 30px;
	top: 25px;
}

#navi_main li {
	float: left;
	margin-left: 20px;
}

#mission,
#login {
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(img_bg_mission.png) top center;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
}

#mission #intro {
	position: absolute;
	top: 35%;
	width: 100%;
	transition: top 1s;
	-webkit-transition: top 1s;
}

#mission #intro div {
	width: 90%;
	margin: 0 auto;
}

#mission h2,
#login h2 {
	font-size: 48px;
	line-height: 100%;
	color: #FFF;
	margin-bottom: 30px;
}

#login h2 {
	margin-top: 160px;
}

#mission p,
#login p {
	margin: 0 auto;
	color: #323232;
}
.dark-theme #mission p,
.dark-theme #login p {
	color: #FFF;
}

#mission p {
	font: 20px/28px 'brandon_grotesqueMdIt';
}

#login p {
	font: 1em Helvetica, Arial;
}

#scroll {
	position: absolute;
	bottom: 85px;
	width: 100%;
}

#scroll a {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 54px;
	margin: 20px auto;
	background: url(bttn_scrolldown_img.png) no-repeat center;
	background-color: rgba(18,18,18,0.3);
}
.dark-theme #scroll a {
	background-color: rgba(18,18,18,1);
}

#spacer {
	height: 100%;
}

#bg_softener {
	background-color: rgba(230,230,230,0.7);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
}

#video_player {
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}

#video_player .spinner,
#video_player .spinner_container {
	width: 100%;
	height: 100%;	
}

#video_close_bttn {
	cursor: pointer;
	position: fixed;
	top: 10px;
	left: 10px;
	width: 54px;
	height: 54px;
	background: url(bttn_video_close.png) no-repeat;
	background-size: contain;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.no-touch #video_close_bttn:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
} 

#video_player iframe {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#main,
#download {
	position: relative;
	z-index: 3;
	padding: 120px 0 60px;
	list-style-image: none;
}
#main {
	background-color: rgba(230,230,230,0.8);
}
.dark-theme #main,
#download {
	background-color: rgba(0,0,0,0);
}

#main ul,
#download ul {
	list-style-type: none;
}

#main li,
#download li {
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 10px;
	position: relative;
}
.dark-theme #main li,
.dark-theme #download li {
	background-color: #21201d;
}
#main li,
#download #contact {
	width: 960px;
	height: 270px;
}
#download li {
	max-width: 700px;
	height: 150px
}

.reveal-text {
	position: absolute;
	z-index: 1;
	display: none;
	pointer-events: none;
	width: 50%;
}
#main .reveal-text h2, #main .reveal-text p {
	color: #999;
}
.reveal-image,
.video-image {
	position: relative;
	z-index: 0;
	float: left;
	margin-right: 30px;
	transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
}
.reveal-image img,
.reveal-image svg,
.video-image img {
	display: block;
	transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
}
.no-touch .video-image img {
	cursor: pointer;
}
.reveal-image .reveal-button,
.video-image .play-button {
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	opacity:0.5;
	filter: alpha(opacity=50);
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.video-image .play-button {
	pointer-events: none;
	background-image: url('bttn_video_play.png');
	width: 35%;
	height: 50%;
	top: 25%;
	left: 35.9375%;	/* (240 - 0,5*270*height/100)/480 */
}
.reveal-image .reveal-button {
	cursor: pointer;
	color: #fff;
	background-color: #323232;
	text-align: center;
	width: 56px;
	height: 24px;
	padding: 10px;
	bottom: -1px;
	right: -1px;
}
.reveal-image .reveal-button::after {
	content: "credits";
}
.reveal-image .reveal-button.button-close::after {
	content: "x";
}
.reveal-image .reveal-button.hidden {
	display: none;
}
#download li img {
	float: left;
	margin-right: 30px;
	transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
	background-size: cover;
	width: 267px;
	height: 150px;
}
.no-touch .reveal-image img.button-hover,
.no-touch .video-image img:hover,
.no-touch #download li img:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.no-touch .reveal-image .reveal-button:hover,
.no-touch .video-image img:hover ~ .play-button {
	opacity:1.0;
	filter: alpha(opacity=100);
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.download_image {
	background: url(img_download.jpg) no-repeat;
}
.no-touch .download_image:hover {
	background: url(img_download_sel.jpg) no-repeat;
}

.audio-player {
	width: 43%;
	display: inline-block;
	position: absolute;
	bottom: 20px;
}
.audio-player .playlist div {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'bebas_neuebook';
	color: #8a8a8a;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.no-touch .audio-player .playlist div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.audio-player .playlist div.selected {
	pointer-events: none;
	font-weight: bold;
	color: #424242;
}
.dark-theme .audio-player .playlist div.selected {
	color: #bbb;
}
.audio-player.playing .playlist div.selected {
	color: #4689f1;
}
.dark-theme .audio-player.playing .playlist div.selected {
	color: #dea55c;
}
.audio-controls {
	width: 100%;
	margin-top: 15px;
	white-space: nowrap;
}
.audio-controls .audio-button-play {
	background-image: url('bttn_audio_play.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.dark-theme .audio-controls .audio-button-play {
	background-image: url('bttn_audio_play_lite.png');
}
.no-touch .audio-controls .audio-button-play:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.audio-player.playing .audio-button-play {
	background-image: url('bttn_audio_pause.png');
}
.dark-theme .audio-player.playing .audio-button-play {
	background-image: url('bttn_audio_pause_lite.png');
}
.audio-controls .audio-button-volume {
	background-image: url('bttn_audio_volume.png');
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	display: none;
}
.dark-theme .audio-controls .audio-button-volume {
	background-image: url('bttn_audio_volume_lite.png');
}
.no-touch .audio-controls .audio-button-volume {
	display: inline-block;
}
.no-touch .audio-controls .audio-button-volume:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.audio-controls .audio-button-volume.muted {
	background-image: url('bttn_audio_mute.png');
}
.dark-theme .audio-controls .audio-button-volume.muted {
	background-image: url('bttn_audio_mute_lite.png');
}
.audio-controls .audio-timecode,
.audio-controls .audio-seperator,
.audio-controls .audio-duration {
	display: inline-block;
	vertical-align: middle;
	pointer-events: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'bebas_neuebook';
	color: #424242;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 2px;
	margin-right: 5px;
}
.dark-theme .audio-controls .audio-timecode,
.dark-theme .audio-controls .audio-seperator,
.dark-theme .audio-controls .audio-duration {
	color: #bbb;
}
.audio-controls .audio-timecode {
	min-width: 30px;
	text-align: right;
}
.audio-controls .audio-slider-track {
	margin-right: 0;
	width: calc(100% - 100px);
}
.no-touch .audio-controls .audio-slider-track {
	margin-right: 20px;
	width: calc(100% - 200px);
}
.audio-controls .audio-slider-volume {
	width: 50px;
	display: none;
}
.no-touch .audio-controls .audio-slider-volume {
	display: inline-block;
}
.audio-player.playing .scrollbar-track-left,
.audio-player.playing .scrollbar-thumb {
	background-color: #4689f1;
}
.dark-theme .audio-player.playing .scrollbar-track-left,
.dark-theme .audio-player.playing .scrollbar-thumb {
	background-color: #dea55c;
}

#main h2 {
	padding: 40px 30px 30px;
	font-size: 30px;
	color: #424242;
}
#download h2 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 30px 0px 20px;
	font-size: 22px;
	color: #424242;
}
.dark-theme #main h2,
.dark-theme #download h2 {
	color: #8a8a8a;	
}
#download #contact h2 {
	padding: 20px 30px 10px;
	font-size: 24px;
	line-height: 100%;
}

#contact p {
	margin-bottom: 60px;
}

#main p,
#download p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 30px;
	margin-right: 5px;
	font-size: 18px;
	line-height: 100%;
	color: #8a8a8a;
	font-family: 'bebas_neuebook';
}

.em_text {
	font-family: 'BebasNeueRegular';
}

#footer {
	height: 35px;
	background-color: rgba(18,18,18,0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}

#footer p {
	margin: 0 auto;
	font-size: 13.4px;
	line-height: 16px;
	color: #999;
	padding: 10px 0 0 20px;
	height: 40px;
}

.p1 {
	font-size: 16px !important;
	line-height: 1.2em !important;
}

.p2 {
	position: relative;
	top: -48px;
	right: 20px;
	text-align: right;
}

@media only screen and (max-width: 960px) {
	#main #contact,
	#download #contact {
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	#spacer {
		height: 125%;
	}
}

@media only screen and (max-width: 650px) {
	#header {
		height: 40px;
	}

	#header h1 {
		font-size: 18px;
		line-height: 42px;
	}

	#navi_main {
		top: 2px;
		right: 10px;
	}

	#navi_main a {
		font-size: 15px;
		line-height: 42px;
	}

	#mission h2,
	#login h2 {
		font-size: 34px;
		line-height: 100%;
	}

	#main {
		padding-top: 70px;
	}

	#download li {
		height: 80px;
	}

	#download li img {
		width: 142px;
		height: 80px;
		margin-right: 0px;
	}
	#download #contact {
		height: 160px;
	}
	#download h2,
	#download #contact h2,
	#download p {
		margin-left: 0;
		padding: 10px 10px 0;
		font-size: 16px;
		line-height: 100%;
	}
	#download #contact h2 {
		margin-left: 10px;
		padding-top: 20px;
		font-size: 20px;
	}
	#download #contact p {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 550px) {
	#navi_main #username {
		display: none;
	}

	.reveal-image .reveal-button {
		bottom: 0px;
	}
}

@media only screen and (max-width: 350px) {
	#navi_main a {
		font-size: 13px;
	}
	.audio-controls .audio-button-volume,
	.audio-controls .audio-slider-volume {
		display: none;
	}
	.audio-controls .audio-slider-track {
		margin-right: 0;
		width: calc(100% - 100px);
	}

	.input,
	.input__button {
		width: 250px;
	}
}

@media only screen and (max-height: 700px) {
	#footer {
		display: none;
	}
}

@media only screen and (max-height: 600px) {
	#spacer {
		height: 125%;
	}

	#header {
		height: 40px;
	}

	#header h1 {
		font-size: 18px;
		line-height: 42px;
	}

	#navi_main {
		top: 2px;
		right: 10px;
	}

	#navi_main a {
		line-height: 42px;
	}

	#mission h2,
	#login h2 {
		font-size: 34px;
		line-height: 100%;
	}

	#main,
	#download {
		padding-top: 70px;
	}

	#mission #intro {
		top: 80px;
		transition: top 1s;
		-webkit-transition: top 1s;
	}

	#scroll {
		bottom: 40px;
	}

	#login h2 {
		margin-top: 70px;
		margin-bottom: 10px;
	}

	.input {
		margin: 0.5em;
	}
}

@media only screen and (max-height: 400px) {
	#scroll p {
		display: none;
	}
}
