@charset "UTF-8";
/*html, body { height: 100%;}*/
body {
	background: #111; 
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: 100%;
	background-size: cover;
	
}
img {
	vertical-align: bottom;
	width: 100%;
}
#loader {
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999;
    position: fixed;
    left: 50%;
    text-align: center
}
@-moz-keyframes three-quarters-loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes three-quarters-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes three-quarters-loader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* :not(:required) hides this rule from IE9 and below */
.three-quarters-loader:not(:required) {
	-moz-animation: three-quarters-loader 800ms infinite linear;
	-webkit-animation: three-quarters-loader 800ms infinite linear;
	animation: three-quarters-loader 800ms infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 20px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}

#fade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000915;
    z-index: 9998;
}
#content {
	width: 100%;
    margin-bottom: 64px;
}


/*==================================
	header
==================================*/
header {
	display: none;
}
#ml header, #sp header {
	background: #111;
}
header a {
	color: #fff;
	text-decoration: none;
}
#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 ul li a{
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: .5s;

}

/*==================================
	footer
==================================*/
footer ul#fb1 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 #fb2 {
    padding: 24px 0;
}
footer #fb2 li {
    text-align: center;
    color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1em;
}
footer #fb2 li:nth-child(1) {
    margin-bottom: 12px;
}
/*==================================
	content [index]
==================================*/
#index #intro {
	background: #111 url(../img/pow/bg_sp.jpg) no-repeat; 
    background-size: cover;
    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: 100px;
	
}
#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 p {
    font-size: 12px;
    line-height: 2em;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
#about-en p {
    font-size: 10px;
    line-height: 2em;
	letter-spacing: 1px;
}
#about-txt h2 {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 180%;
	letter-spacing: 2px;
}
#cat #reccomend {
	margin-top: 80px;
}
#related h4 {
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    width: 90%;
    margin: 0 auto 24px;
}
#reccomend ul, #related ul, #movielistpage ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#reccomend ul li:nth-child(-n+3)  {
    width: calc(100%/3);
}
#reccomend ul li:nth-child(4),#reccomend ul li:nth-child(5) {
    width: 50%;
}

#reccomend ul li:nth-last-child(-n+3) {
    width: calc(100%/3);
}
#reccomend ul li div, #related ul li div, #movielistpage ul li div {
    position: relative;
}
#related ul li, #movielistpage ul li {
    width: 50%;
}
/*
#reccomend ul li:nth-child(1) div:before {
    background: url(../img/pow/txt_1.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 59px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -16px;
    margin-left: -30px;
}
#reccomend ul li:nth-child(2) div:before {
    background: url(../img/pow/txt_2.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 59px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -16px;
    margin-left: -30px;
}
#reccomend ul li:nth-child(3) div:before {
    background: url(../img/pow/txt_3.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 59px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -16px;
    margin-left: -30px;
}
#reccomend ul li:nth-child(4) div:before {
    background: url(../img/pow/txt_4.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 160px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -13px;
    margin-left: -80px;
}
#reccomend ul li:nth-child(5) div:before {
    background: url(../img/pow/txt_5.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 71px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -13px;
    margin-left: -35px;
}

#movielistpage ul li:nth-child(1) div:before, #m1 div:before {
    background: url(../img/pow/txt_1.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 74px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -37px;
}
#movielistpage ul li:nth-child(2) div:before, #m2 div:before {
    background: url(../img/pow/txt_2.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 82px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -41px;
}
#movielistpage ul li:nth-child(3) div:before, #m3 div:before {
    background: url(../img/pow/txt_3.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 74px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -37px;
}
#movielistpage ul li:nth-child(4) div:before, #m4 div:before {
    background: url(../img/pow/txt_4.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 240px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -120px;
}
#movielistpage ul li:nth-child(5) div:before, #m5 div:before {
    background: url(../img/pow/txt_5.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 105px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -52px;
}
#movielistpage ul li:nth-last-child(-n+3) div:before {
    background: url(../img/pow/txt_6.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 105px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -52px;
}
.special ul li div:before {
    content: '';
    width: 100px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -19px;
    margin-left: -50px;
    background: url(../img/pow/txt_6.svg) no-repeat;
    background-size: contain;
}
*/


#movielistpage {
    padding-top: 80px;
}
#movielistpage ul li a {
    color: #F2F2F2;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
#movielistpage ul li a div {
    transform: scale(1);
    transform-origin: center;
    filter: brightness(100%);
}
#movielistpage ul li a div img {
    width: 100%;
    height: 8em;
    object-fit: cover;
    filter: brightness(0.5);
}
.rc-ja-h3 {
	position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    text-align: center;
	padding: 0 16px;
    box-sizing: border-box;
    margin-top: -1em;
    width: 100%;
}
#reccomend a, #related a {
	color: #F2F2F2;
	text-decoration: none;
    position: relative;
    display: block;
}
#reccomend a img, #related a img {
    width: 100%;
    height: 8em;
    object-fit: cover;
    filter: brightness(0.5);
}

span.thumb-title-ja {
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
}
span.thumb-title-en {
	font-size: 10px;
	line-height: 1em;
	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;
    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: #111;
}
/*#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;
    margin-bottom: 72px;
}
#information {
	width: 90%;
    margin: 0 auto;
	padding-top: 40px;
	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-family: YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}
p#description {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 180%;
	margin-bottom: 32px;
    color: #999;
}
#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;
}
#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;
	box-sizing: border-box;
	filter: alpha(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: 10px;
	color: #7A7A7A;
	font-weight: bold;
}
#link {
	margin-bottom: 56px;
}
#link li {
	margin-bottom: 16px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1em;
	margin-bottom: 4px;
}
#link li:last-child {
	margin-bottom: 0;
}
#link li a {
	text-decoration: none;
	color: #fff;
}
#language {
	font-size: 10px;
}
#language li {
	letter-spacing: 1px;
	line-height: 1em;
	margin-right: 14px;
    margin-bottom: 8px;
	float: left;
}
#language li a {
	color: #fff;
	text-decoration: none;
}

/*==================================
	content [single]
==================================*/
body.bevok {
	background: #111 !important; 
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.bevok .r-list a, .bnisland {
	background: #111;
	overflow: hidden;
	position: relative;
}
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: #111;
	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;
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
	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: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;
	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;
	transition: background 0.3s ease;
}

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

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

.avgrund-overlay {
	background: #111;
	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 {
	transform-origin: 50% 50%;
	transition: 0.3s all ease-out;
}
.avgrund-active .avgrund-popin {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	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 {
	transform: scale(1.1);
}

.avgrund-active .avgrund-popin.stack {
	transform: scale(1.0);
}

.avgrund-active .avgrund-blur {
	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;
}























