@charset "UTF-8";
/*html, body { height: 100%;}*/
body {
	/*background: #00141B url(../img/ejk/bg_ejk.jpg) no-repeat center center fixed; */
	background: #00141B; 
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
img {
	vertical-align: bottom;
	width: 100%;
}

#loader, #fade { display: none;}
#content {
	width: 100%;
}


/*==================================
	header
==================================*/
header {
	display: none;
}
#ml header, #sp header {
	background: #00141B;
}
header a {
	color: #fff;
	text-decoration: none;
}
header a:hover {
	/*filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;*/
	color: #000915;
}

#single header a:hover, #ml header a:hover, #sp header a:hover {
	color: #7A7A7A;
}

/*header.bgc {
	background: #000915;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
header.bgc a {
	color: #000;
}
header.bgc a:hover {
	color: #AAAAAA;
}*/

#home {
	font-size: 11px;
	letter-spacing: 2px;
	float: left;
	margin-right: 24px;
	line-height: 13px;
}
#home a {
	background: url(../img/common/ico_home.png) no-repeat;
	display: block;
	padding-left: 20px;
}
#sns {
	float: left;
	/*width: 137px;*/
	display: inline;
	margin-right: 24px;
	
}
#sns li {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 13px;
}
#sns-fb {
	/*width: 58px;*/
	float: left;
	display: inline;
	margin-right: 16px;
	height: 13px;
}
#sns-fb a {
	background: url(../img/common/ico_fb.png) no-repeat;
	display: block;
	padding-left: 16px;
}
#sns-tw {
	/*width: 61px;*/
	float: left;
	display: inline;
	height: 14px;
	border-right: 2px solid #fff;
	padding-right: 24px;
}
#sns-tw a {
	background: url(../img/common/ico_tw.png) no-repeat;
	display: block;
	padding-left: 20px;
}
#sns-fb img, #sns-tw img {
	vertical-align: top;
}

#gnavi {
	width: 520px;
	float: left;
	display: inline;	
}
#gnavi li.nav {
	font-size: 11px;
	display: inline;
	float: left;
	letter-spacing: 2px;
	margin-right: 20px;
	line-height: 12px;
}
#gnavi li.nav:last-child {
	margin-right: 0;
}


.dropmenu{
  *zoom: 1;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
}
.dropmenu li a{

}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
 	width: 100%;
}
.dropmenu li ul li a{
 	padding: 0 0 16px;
}

#fade-in li ul{
	visibility: hidden;
	opacity: 0;
	transition: 0s;
	padding-top: 16px;
}
#fade-in li:hover ul{
	visibility: visible;
	opacity: 1;
}
#fade-in li ul li a{
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: .5s;

}
#fade-in li:hover ul li a{
	visibility: visible;
	opacity: 1;
}

/*==================================
	footer
==================================*/
footer ul li {
	width: 50%;
	float: left;
	display: inline;
}
footer ul li img {
	width: 100%;
}
#copy {
	width: 100%;
	background: #000915;
	text-align: center;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 24px 0;
	line-height: 1em;
}
footer ul li {
	overflow: hidden;
	background: #000839;
}
footer ul li a img {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
footer ul li a img:hover {
	/*-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);*/
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/*==================================
	content [index]
==================================*/
#index #intro {
	background: #00141B url(../img/ejk/bg_sp.jpg) no-repeat; 
    background-size: cover;
    height: 280px;
	margin-bottom: 32px;
}
.bevok #intro {
	background: #00141B url(../img/bev/bg_sp.jpg) no-repeat !important; 
    background-size: cover !important;
    height: 280px;
	margin-bottom: 32px;
}
#sp #intro, #ml #intro {
}
#intro-txt {
	height: 800px;
	position: relative;
}
#white-map {
	display: none;
}

#place1 {
	position: absolute;
	top: 70px;
	left: 30px;
}


#index h1 {
	width: 240px;
	margin: 0 auto;
	padding-top: 120px;
	
}
.bevok #intro h1 {
	width: 240px;
	margin: 0 auto;
	padding-top: 88px;
	
}
#sp h1, #ml h1 {
	width: 480px;
	margin: 0 auto;
	
}
#down1, #down2 {
	display: none !important;
}
#about-txt {
	width: 90%;
	margin: 0 auto 40px;
	color: #fff;
}
#about-ja {
	margin-bottom: 16px;
}
#about-en {
}
#about-txt h2 {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 180%;
	letter-spacing: 2px;
}
#about-txt p {
	font-size: 10px;
	line-height: 180%;
	letter-spacing: 1px;
}
#cat #reccomend {
	margin-top: 80px;
}
#reccomend ul, #related ul {
}

#reccomend ul li {
	width: 50%;
	float: left;
}
#related ul li {
	width: 50%;
	float: left;
}
.rc-ja-h3 {
	position: absolute;
    top: 36%;
    left: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#related h3 {
	position: absolute;
	top: 44%;
	left: 0%;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#reccomend a, #related a {
	color: #F2F2F2;
	text-decoration: none;
}

#reccomend span.thumb-title-ja {
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 1px;
}

#reccomend .bnisland span.thumb-title-ja {
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 1px;
}

#archive span.thumb-title-ja, #movielist span.thumb-title-ja {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 4px;
}
span.thumb-title-ja {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: 1px;
	margin-bottom: 4px;
	display: block;
}
span.thumb-title-en {
	font-size: 10px;
	line-height: 130%;
	letter-spacing: 1px;
	display: block;
	
}
.rc-fr-h3 span.thumb-title-fr {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: 1px;
	display: block;
	
}

.ar-fr-h3 span.thumb-title-fr {
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 2px;
	display: block;
	
}


#archive {
	display: none;
}
#movielist {
	/*background: #000915;*/
	margin-top: 80px;
}
#archive ul li, #movielist ul li  {
    width: 50%;
    float: left;
    display: inline;
}
h3.ar-ja-h3, h3.rc-fr-h3 {
	position: absolute;
	top: 44%;
	left: 0;
	z-index: 2;
	text-align: center;
	letter-spacing: 1px;
	
	width: 100%;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
h3.ar-fr-h3 {
	position: absolute;
	top: 43%;
	left: 50%;
	z-index: 2;
	text-align: center;
	width: 220px;
	margin-left: -110px;
	letter-spacing: 1px;
	display: block;
	
}
#archive a, #movielist a {
	color: #fff;
}

.a-list, .r-list {
	background: #000915;
	overflow: hidden;
}
.a-thumb img, .r-thumb img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.a-list a, .r-list a {
	position: relative;
	display: block;
}
.spmovie {
	margin-top: 80px;
}

/*==================================
	content [category]
==================================*/
#category #intro {
	height: 2000px;
	padding-bottom: 240px;
}
#category h1 {
	position: fixed;
	top: 88px;
	left: 50%;
	margin-left: -211px;
	display: none;
}
#category h2 {
	text-align: center;
	color: #fff;
	width: 640px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -320px;
}
#category h2 span.title-ja {
	font-size: 48px;
	line-height: 160%;
	letter-spacing: 16px;
	display: block;
	text-indent: 0.2em;
}
#category h2 span.title-en {
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 2px;
	display: block;
}


/*==================================
	content [single]
==================================*/
#single #content {
	margin-top: 48px;
}
#single header {
	background: #00141B;
}
/*#single h1 {
	position: fixed;
	top: 88px;
	left: 50%;
	margin-left: -211px;
	display: none;
}*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 80px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#single-content {
	color: #fff;
}
#information {
	width: 90%;
    margin: 0 auto 32px;
	padding-top: 32px;
	position: relative;
}
#kanji {
	font-size: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
	line-height: 1em;
    color: #fff;
	font-family : YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
p#date {
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	color: #7A7A7A;
}
#single-content h2 {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 16px;
}
p#description {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 180%;
	margin-bottom: 24px;
}
#link-list {
	margin-bottom: 24px;
	font-size: 10px;
}
#link-list li {
	letter-spacing: 1px;
	line-height: 130%;
	margin-right: 16px;
	float: left;
}
#link-list li a {
	color: #fff;
	text-decoration: none;
}
#ico-gm a {
	background: url(../img/common/btn_gm.png) no-repeat;
	padding-left: 16px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#ico-tw a {
	background: url(../img/common/btn_tw.png) no-repeat;
	padding-left: 20px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#ico-fb a {
	background: url(../img/common/btn_fb.png) no-repeat;
	padding-left: 16px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#link-list li a {
	color: #fff;
	text-decoration: none;
}
#link-list li a:hover {
	color: #7A7A7A;
}
#pdf a {
	background: url(../img/common/ico_pdf.png) no-repeat;
	padding-left: 24px;
	display: block;
	height: 18px;
	line-height: 18px;
}

#single-content h1 {
	position: absolute;
	top: 44%;
	left: 0;
	z-index: 99999;
    color: #fff;
	z-index: 2;
	text-align: center;
	letter-spacing: 1px;
	width: 100%;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
}

#single-content h1 span.yt1 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 130%;
    display: block;
    margin-bottom: 4px;
}
#single-content h1 span.yt2 {
    font-size: 8px;
    letter-spacing: 2px;
    line-height: 130%;
    display: block;
}

#single-content h3 {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 4px;
	color: #7A7A7A;
	font-weight: bold;
}
#link {
	margin-bottom: 56px;
}
#link li {
	margin-bottom: 16px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 160%;
	margin-bottom: 4px;
}
#link li:last-child {
	margin-bottom: 0;
}
#link li a {
	text-decoration: none;
	color: #fff;
}
#link li a:hover {
	color: #7A7A7A;
}
#language {
	font-size: 10px;
}
#language li {
	letter-spacing: 1px;
	line-height: 130%;
	margin-right: 16px;
	float: left;
}
#language li a {
	color: #fff;
	text-decoration: none;
}
#language li a:hover {
	color: #7A7A7A;
}
/*#l-eng a {
	background: url(../img/common/flag1.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#l-jap a {
	background: url(../img/common/flag2.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#l-ch1 a {
	background: url(../img/common/flag5.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#l-ch2 a {
	background: url(../img/common/flag3.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#l-tha a {
	background: url(../img/common/flag4.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
*/

/*==================================
	content [single]
==================================*/
body.bevok {
	background: #001A3D !important; 
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.bevok .r-list a, .bnisland {
	background: #011635;
	overflow: hidden;
	position: relative;
}
.bevok .r-thumb img {
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.bevok .r-thumb:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.bevok .r-thumb:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.bevok .rc-ja-h3 {
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 2;
	text-align: center;
	letter-spacing: 1px;
	width: 100%;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.bnisland .rc-ja-h3 {
	position: absolute;
	top: 38%;
	left: 0;
	z-index: 2;
	text-align: center;
	letter-spacing: 1px;
	width: 100%;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.bevok footer ul li {
	overflow: hidden;
	background: #042558;
}
article#dmap {
	display: none;
}
@media screen and (max-width: 1024px){
	article#dmap {
		display: none;
	}
}
#map_canvas {
	width: 100%;
	height: 1200px;
	position: relative;
	overflow: hidden;
	transform: translateZ(0px);
	background-color: rgb(229, 227, 223);
}
article#dmap h2 {
    position: absolute;
    bottom: 520px;
    left: 50%;
	margin-left: -250px;
}
.bevok #copy {
	width: 100%;
	background: #011635;
	text-align: center;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 24px 0;
	line-height: 1em;
}


/* --------------------------
	navigation
/* -------------------------- */

.avgrund-popin {
	width: 280px;
	position: fixed;
	top: 102px;
    left: 34px;
	/*margin-top: -200px;
	margin-left: -140px;*/
	
	z-index: 1000;
	
	/*background: #fff;
	padding: 24px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
	*/
	opacity: 0;
	filter: alpha(opacity=0);
	
	

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.avgrund-popin ul {
	text-align: left;
}
.avgrund-popin li {
	font-size: 12px;
    margin-bottom: 32px;
    letter-spacing: 2px;
}
.avgrund-popin li:last-child { margin-bottom: 0;}
.avgrund-popin a {
	color: #fff;
	text-decoration: none;
}
#sp-logo {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 160px;
	margin-left: -80px;
}

#sp-head {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 16px 0 10px 20px;
}
#sp-logo-sub {
	width: 80px;
}
#sp-logo img, #sp-logo-sub img {
	width: 100%;
	vertical-align: bottom;
}
.buttons {
	position: fixed;
	top: 22px;
    left: 24px;
	z-index: 998;
	width: 40px;
}
.buttons img {
	width: 100%;
	vertical-align: bottom;
}

.download {
	width: 200px;
}

.button:hover {
	background: #74A599;
}

.button:active {
	background: #F6A953;
}

.socials {
	font-size: 12px;
	margin: 10px 0 20px;
}

.github-star-btn {
	width: 100px;
}

/* Custom styles for popin & close button */
.custom {
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.custom p {
	padding: 10px 20px;
	margin: 30px 0 0;
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
}

.avgrund-close {
	/*display: block;
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 13px;*/
}

.github, .twitter, .dribble {
	float: left;
	text-align: center;
	font-size: 12px;
	color: white;
	padding: 8px 18px;
	margin: 18px 0 0 20px;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.github {
	background: rgba(83, 83, 83, 0.8);
}

.github:hover {
	background: rgba(83, 83, 83, 1);
}

.twitter {
	background: rgba(71, 186, 255, 0.8);
}

.twitter:hover {
	background: rgba(71, 186, 255, 1);
}

.dribble {
	background: rgba(241, 118, 122, 0.8);
}

.dribble:hover {
	background: rgba(241, 118, 122, 1);
}

.avgrund-overlay {
	background: #00141B;
	width: 100%;
	position: relative;
	top: -7735px;
	left: 0;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
}

body.avgrund-ready,
.avgrund-ready .avgrund-popin,
.avgrund-ready .avgrund-overlay {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

body.avgrund-active {
	/*-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	overflow: hidden;*/
}

.avgrund-active .avgrund-popin {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	text-align: center;
}

.avgrund-active .avgrund-overlay {
	visibility: visible;
	opacity: .9;
	filter: alpha(opacity=50);
	height: 20000px;
	z-index: 999;
}

.avgrund-popin.stack {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.avgrund-active .avgrund-popin.stack {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.avgrund-active .avgrund-blur {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	-o-filter: blur(1px);
	filter: blur(1px);
}

/* Optional close button styles */
/*.avgrund-close {
	position: fixed;
	top: -83px;
	left: -33px;
}*/
#navclose {
	position: fixed;	
	top: -72px;
	left: 0;
}
/*.bevok .avgrund-close {
	position: absolute;
	top: -83px !important;
	left: -33px !important;
}
*/

a.avgrund-close {
	background: url(../img/common/btn_close.png) no-repeat;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background-size: cover;
	display: block;
}

#page-intro {
	width: 100%;
}
#sp-cover {
	width: 100%;
	margin-top: 80px;
}
#sp-cover img {
	width: 100%;
}
#pegetitle {
	display: none;
}

#listbtn-bev {
	width: 100%;
}
#listbtn-bev li {
	float: left;
	width: 50%;
}
#listbtn-bev li img {
	width: 100%;
}
#otherbtn {
	display: none;
}























