@charset "UTF-8";

/* general */
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
/* top */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Playfair+Display');
/*
body{
    position: relative;
    width: 100%;
    height: 100%;
	min-width: 960px;
	display:-webkit-flex;
    display: flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
*/



#top #wrapper {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: #000000; 
	width: 100%;
	height: 100%;
}

header {
    height: 100%;
    font-size: 20px;
	font-family: 'Playfair Display', serif;	
}

header a {
  display: inline-block;
  transition: 0.1s;
  color: #0f43fe;
}

header a:hover {
  transform: rotate(-10deg);
}

header #logo {
	text-align: center;
    height: 90%;

}

header img {
	width: 90%;
    position: relative;
    top: 50%;
    z-index: 200;
}

header #projkt {
	width: 100%;
    position: absolute;
    text-align: center;
    height: auto;
    top: 60%;
}

header #projkt a {
	font-size: 40px;
    color: #0f43fe;
    text-align: center;
}

.header {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.5s;
}

#header.active {
    opacity: 1;
    /*
-webkit-transform: translateY(0);
    transform: translateY(0);
*/
}

#header .youtube {
	position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}



#navi-cont {
	color: #e2e3ea;
	position: relative;
	z-index: 9990;
}

#navi-cont ul {
	width: 100%;
	height: 100%;
	display: flex;
}


#navi-cont ul .navi-in1 {
	position: fixed;
    top: 30px;
    left: 40px;
}

#navi-cont ul .navi-in2 {
	    position: fixed;
    top: 30px;
    right: 40px;
}

#navi-cont ul .navi-in3 {
	position: fixed;
    bottom: 30px;
    left: 40px;
}

#navi-cont ul .navi-in4 {
	position: fixed;
    bottom: 30px;
    right: 40px;
}

.contnone {
	text-decoration: line-through !important;
}

#header .copylight {
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #0f43fe;
	letter-spacing: 1px;
}

/*content*/

canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* ローディングの色 */
	background: #fff;
	cursor: pointer;
}

canvas img, #bankImages img {
	visibility: hidden;
	display:none;
}

#loading {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 50px;
	margin-left:-150px;
	margin-top:-25px;
	text-align: center;
	color:#e2e3ea;
	font-family: arial;

}

#vbg a {
	width: 35%;
    padding: 18px;
    height: auto;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 9999;
    top: 68%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgb(51,253,133);
    font-weight: bold;
    text-align: center;
}

.insta {
	width: 100%;
	height: auto;
	bottom: 10%;
	text-align: center;
	position: absolute;
}

.insta svg {
	width: 20px;
	height: 20px;
}

.copy-guard {
  pointer-events: none;
}

/* 
=======================================

page 

=======================================
*/


/* 

about 

*/

#about #wrapper .header {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 1s ease;
    transition-delay: 0.5s;
    opacity: 1;
}

#about #wrapper {
	background: #000;
	position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
	color: #d0d0d2;
}

#about #wrapper header a {
	color: #dcdcdc;	
}

#about #wrapper header #navi-cont {
	color: #dcdcdc;	
}


#about .content .textcontent {
	    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) scaleX(1.8);
    z-index: 100;
    color: #dcdcdc;
}

#about .content .textcontent .textwrapper {
	perspective: 500px;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0%;
    left: 30%;
    transform: rotate(-45deg);
    margin: auto;
    padding: 10% 0 0 15%;
}

#about .content .textcontent .textwrapper .textbox {
    position: relative;
    margin: auto;
    width: 45%;
    height: 100%;
    transform-origin: 0 0;
}

#about .content .textcontent .textwrapper .textbox h1 {
    font-family: "Noto Sans Japanese" ,serif;
    font-weight: 800;
    font-size: 6em;
    margin-bottom: 20px;
}

#about .content .textcontent .textwrapper .textbox .jp {
    position: relative;
    margin: auto;
    height: auto;
    transform-origin: 0 0;
    font-size: 2.5em;
    font-family: "Noto Sans Japanese" ,serif;
    font-weight: 800;
    letter-spacing: 0.001em;
    line-height: 1.4em;
}

#about .content .textcontent .textwrapper .textbox .en {
    position: relative;
    margin-top: 40px;
    height: auto;
    transform-origin: 0 0;
    font-size: 1.3em;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.01em;
    font-weight: 300;
}

#about .content .textcontent .textwrapper .textbox .en #copy {
    margin: 60px 0;
    font-size: 0.5em;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.01em;
    font-weight: 200;
    padding-bottom: 300px;
}

#about .content .bgimage {
	 position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100vh;
	    background-size: cover;
	    background-image: url("../../assets/images/about_bg.jpg");
	    background-position: center center;
}

.logoani {
	width: 100%;
	height: 100vh;
}

.logoani img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	z-index: 10;
}

.logoani {
	display: flex;
	justify-content: center;
	align-items: center;
}


#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
 
#video-background {
  z-index: -2;
}
 
#video-overlay {
  z-index: -1;
}



/* 

look

*/

#look #wrapper .header {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 1s ease;
    transition-delay: 0.5s;
    opacity: 1;
}

#look #wrapper {
	background: #fec2d1;
	position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
	
}


/* 

modal

*/


html.modalset {
  overflow: hidden;
}
.samplemodal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.samplemodal-wrap {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
/*   white-space: nowrap; */
}
.samplemodal-wrap::-webkit-scrollbar {
  display: none;
}
.samplemodal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
/*   height: 100%; */
}
.samplemodal-bg {
  position: absolute;
  left: 0;
  top: 0;
/*   background: rgba(189, 189, 189, 0.98); */
  width: 100%;
  height: 100%;
}
.samplemodal-box {
    width: auto;
    height: auto;
    position: absolute;
    font-size: 3em;
    left: 10%;
    top: 14px;
    font-family: 'Crimson Text', serif;
}

.samplemodal-box li {
	height: 60px;
}

.samplemodal-box a {
    color:#000;
}

.samplemodal-box a:hover {
	color:#0f43fe;
}





.samplemodal-box #inner > :first-child {
  margin-top: 0;
}
.closebtn {
    width: 28px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
}




/*

=======================================

media query

=======================================

*/

@media screen and (max-width: 749px) { 
    /*　画面サイズ 499pxから適用　*/
    header {
    height: 100%;
    font-size: 14px;
	font-family: 'Playfair Display', serif;
	}
	
	header img {
	width: 90%;
    position: relative;
    top: 50%;
    }
	
	#header .youtube {
	display: none;
    }
	
	/*
#header .youtube .videosize {
	width: 50%;
	height: auto;
    }
*/
	
	#navi-cont {
	color: #e2e3ea;
	position: relative;
	z-index: 9990;
	}
	
	#navi-cont ul {
		width: 100%;
		height: 100%;
		display: flex;
	}
	
	
	#navi-cont ul .navi-in1 {
		position: fixed;
	    top: 8%;
	    left: 20px;
	}
	
	#navi-cont ul .navi-in2 {
		    position: fixed;
	    top: 8%;
	    right: 20px;
	}
	
	#navi-cont ul .navi-in3 {
		position: fixed;
	    bottom: 10%;
	    left: 20px;
	}
	
	#navi-cont ul .navi-in4 {
		position: fixed;
	    bottom: 10%;
	    right: 20px;
	}
	
	#header .copylight {
	position: absolute;
	bottom: 15%;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #0f43fe;
	}
	
	.insta {
	width: 100%;
	height: auto;
	bottom: 18%;
	text-align: center;
	position: absolute;
	}
	
	#about #wrapper {
	background: #000;
    overflow-y: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
	
	}
		
	#about #wrapper header a {
		color: #dcdcdc;	
	}
	
	#about #wrapper header #navi-cont {
		color: #dcdcdc;	
	}
	
	
	#about .content .textcontent {

	    margin: 0 auto;
	    width: 100%;
	    height: 100%;
	    transform: translateX(0%) scaleX(1);
	}

	#about .content .textcontent .textwrapper {
		    /* perspective: 500px; */
		    width: 100%;
		    height: 80%;
		    /* overflow: auto; */
		    /* position: fixed; */
		    top: 10%;
		    left: -10%;
		    /* transform: rotate(-8deg); */
	}
	
	#about .content .textcontent .textwrapper {
	width: 100%;
	height: 100%;
	transform: rotate(0) !important;
	margin: 0 auto;
/* 	padding: 10% 0 0 15%; */
	}
	
	#about .logoani img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40%;
	margin-top: -100px;
	z-index: 10;
	width: 80%;
	}
	
	#about .content .textcontent .textwrapper .textbox h1 {
    font-family: "Noto Sans Japanese" ,serif;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
	}
	
	#about .content .textcontent .textwrapper .textbox .jp {
	position: relative;
    margin: auto;
    height: auto;
    transform-origin: 0 0;
    font-size: 1.3em;
    font-family: "Noto Sans Japanese" ,serif;
    font-weight: 800;
	}
	
	#about .content .textcontent .textwrapper .textbox {
	    /* position: absolute; */
	    margin: auto;
	    width: 90%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    /* transform-origin: 0 0; */
	}
	
	#about .content .textcontent .textwrapper .textbox .en {
	    position: relative;
	    margin-top: 40px;
	    height: auto;
	    transform-origin: 0 0;
	    font-size: 1.1em;
	    font-family: 'Crimson Text', serif;
	    letter-spacing: 0.01em;
	    font-weight: 300;
	}
	
	#about .content .textcontent .textwrapper .textbox .en #copy {
	    margin: 60px 0;
	    font-size: 12px;
	    font-family: 'Crimson Text', serif;
	    letter-spacing: 0.01em;
	    font-weight: 200;
	    width: 100%;
	    height: 100%;
	}
	
	#about .content .bgimage {
	/*
position: absolute;
    top: 30%;
    right: 0;
	width: 100%;
    height: auto;
    z-index: -10;
    overflow-y: inherit;
*/
	 position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100vh;
	    background-size: cover;
	    background-image: url("../../assets/images/about_bg.jpg");
	    background-position: center center;
	}
	
	#vbg a {
	width: 40%;
    padding: 18px;
    height: auto;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 9999;
    top: 72%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgb(51,253,133);
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
	}
	
	.samplemodal-box {
    width: auto;
    height: auto;
    position: absolute;
    font-size: 3em;
    left: 5%;
    top: 50px;
    font-family: 'Crimson Text', serif;
    }
    
    header #projkt {
	width: 100%;
    position: absolute;
    text-align: center;
    height: auto;
    top: 60%;
	}
	
	header #projkt a {
		font-size: 30px;
	    color: #0f43fe;
	    text-align: center;
	}
	
  }
 
  @media screen and (max-width:1000px) {
    /*　画面サイズ 1000px以上から適用　*/
    header {
    height: 100%;
    font-size: 16px;
	font-family: 'Playfair Display', serif;
	}
  }

