@charset "UTF-8";
/* CSS Document */
@font-face{
    font-family: "nicomoji-plus";
    src:url(../font/nicomoji-plus_1.11.ttf);
}
* { box-sizing: border-box;
}
li {
    list-style: none;}


body{background-:url("../img/BlainTwist.c1.png");
	width:100%;
    margin:0;
    font-family: "nicomoji-plus";
}



/* indexページ */
#index .exsample {
	font-weight: normal;
}
/* #category ページ */
#category .exsample {
	font-weight: bold;
}

a{ text-decoration: none;
    display: block;
}


.top-container h1{
		
	color: yellow;
		text-shadow: 0 0 200px yellow,0 0 6px yellow;
		padding: 50px;
	
		}

.top-container p{
		
	color: blue;
		text-shadow: 0 0 200px blue,0 0 12px blue;
		
		}



.top-wrapper {
  padding: 180px 0 100px 0;

  color: blue;
  text-align: center;
}





.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.top-wrapper h1 {
  opacity: 0.5;
  font-size: 45px;
  letter-spacing: 5px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}


.top-wrapper p {
  opacity: 0.7;
	line-height: 30px;
}


.kifusuru {
  ;
}
.youtube {
  background-color: #FF343A;
  margin-right: 10px;
	width:25%;
	
}


.instagram {
  background-color: #B70DCE;
	
	width:25%;
	
}



.btn {
  padding: 8px 20px;
  color: white;
  display: inline-block;
  opacity: 0.6;
  border-radius: 6px;
  cursor: pointer;
}

.btn:hover {
  opacity: 1;
}

.fa {
  margin-right: 5px;
}


.header{
	height:90px;
	width:100%;
    margin: 0;
    padding:0;
    background-color: rgba(252,251,251,0.60);
    
  
}



.header-left img{float:left;
width:140px;
margin-left: 70px;
margin-top: 2px;
}


.header-right img{float:right;
width:450px;
margin-top:50px;
margin-right:50px;
transition: 3s;}



.header-right :hover{
	
	width:600px;
	}


.video-container{
    position:absolute;
    top:0;
    bottom:10;
    
    z-index:-99;
}

.video{width:120%;
    height:160%;}








.header-right .login {
  line-height: 65px;
  padding: 0 25px;
  color: white;
  cursor: pointer;
  display: block;
}



.login-modal-wrapper, .signup-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;

  display: none;
}

.modal {
  position: absolute;
  top: 20%;
  left: 34%;
  background-color: #e6ecf0;
  padding: 20px 0 40px;
  border-radius: 10px;
  width: 450px;
  height: auto;
  text-align: center;
}

.fa-times {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
}



#signup-form, #login-form {
  width: 100%;
}

#signup-form h2, #login-form h2 {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

#signup-form input, #login-form input {
  width: 320px;
  margin-bottom: 20px;
  font-size: 12px;
  padding: 12px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
}

#submit-btn {
  display: inline-block;
  padding: 14px 140px;
  background-color: #273CB8;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
}






.gnav-wrapper{
    margin-top: 0px;
    padding:0px;
    background-color:rgba(31,32,112,0.5);
    height:auto;
    width: auto;
	
	align-items: center;
		
  
}




 ul{display: flex;
	 
}
	 li:hover{background-color:rgba(87,77,239,0.30);
transition-DELAY: all 2s ;
         border-radius: 8px;
		 
}
	 
 



 li {
    color:white;  font-size:20px; 
    padding:10px 50px;
    list-style-type:none; 
     flex-grow: 1
    
}
li a{color:white;}


.gnav{transition: all 5s,color 2s ease-out;}
.gnav:hover{background-color:rgba(59,53,232,0.7);

	border-radius: 8px;
	padding-top:30px;
margin-top: 10px;
width:30%;
	height:auto;
text-align: center;}

.gnav-wrapper li,a:hover{color:rgba(216,84,87,1.00);}

.gsub:hover{border-radius: 4px;
	
	
}

.gsub{

	background-color: rgba(31,32,112,0.5);
	width: auto;
	display: none;
	padding-left: 0;
	margin-top:10px;
}


.gsub li:hover{background-color:rgba(59,53,232,0.7)
;
	
}




.btn-wrapper {
  text-align: center;
  margin: 20px 0;
}

.btn-wrapper p {
  margin-bottom: 20px;
  margin: 10px 0;
}




.youtube-icon img{width:50px;
	opacity: 0.7;
padding-right:10px;cursor:pointer;}
.instagram-icon img{width:50px;
padding-right:10px;cursor:pointer;}
.kifusuru-icon img{width:100%;
padding-bottom:-25px;
    margin-bottom: -18px;cursor:pointer;
}

.logo {
  width: 124px;
  margin-top: 20px;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
  margin-right: -25px;
}

.header-right a {
  line-height: 65px;
  padding: 0 25px;
  color: white;
  display: block;
  float: left;
  transition: all 0.5s;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-right .login {
  line-height: 65px;
  padding: 0 25px;
  color: white;
  cursor: pointer;
  display: block;
}
.menu-icon {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
  
  display:none;
}


.project-wrapper {
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top:0px;
  text-align: center;
	background-color:#FFFFFF;
	
}

.heading {
  padding-top: 20px;
  padding-bottom: 0px;
  
}



.project {
  float: left;
  width: 25%;
    cursor:pointer;
	
}

.tumiki img{width:190px; }
.ep0 img{width:290px; margin-top:-20px;  padding-left: 30px;}

.zion img{width:220px; padding-top:-3px; }
.gokigentai img{width:100px; padding-top:10px;}


.timiki p{padding-bottom:0;}
.ep0 p{margin-top:-10px;}
.zion p{margin-top: -9px}
.gokigentai p{margin-top:35px;}



.text-contents {
    
  width: 80%;
  display: inline-block;
   margin: 3% auto;
  font-size: 13px;
  color: #b3aeb5;
 display: none;
}
.text-active{display: block;}



.heading h3 {
  font-weight: normal;
}

.message-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  text-align: center;
}

.message {
  padding: 15px 40px;
  background-color: #3E52E8;
  cursor: pointer;
  box-shadow: 0 7px #009;
}

.message:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}











.heading {
  padding-top: 60px;
  padding-bottom: 30px;
  color: #5f5d60;
}

.heading h2 {
  font-weight: normal;
}



/*faq wrapper*/
.faq-wrapper {
  background-image: url("../img/BlainTwist.c1.png");
  background-color:rgba(31,54,227,0.1);
	
  text-align: center;
  padding-bottom: 80px;
  color: #5f5d60;
	display:flex;
}

.faq p{color:rgba(255,255,255,1.00);
letter-spacing: 0.2em;
line-height: 1.2em;}

#faq-list {
  width: 500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
display: block;
}

.faq-list-item {
  margin:10px;
  border-bottom:1px solid #628AF0;
  position:relative;
  cursor:pointer;
  text-align: left;
}

.faq-list-item h3 {
  font-size: 14px;
	color:midnightblue;
}

.faq-list-item span {
  position:absolute;
  top:0;
  right:5px;
  color:#325CF1;
  font-size:13px;
}

.answer {
  font-size: 12px;
  padding: 5px 20px;
  margin-bottom: 15px;
	border-radius: 8px;
	background-color: rgba(129,134,172,0.70);
  display: none;
}

.message-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  text-align: center;
}

.message-wrapper .heading h3 {
  font-weight: normal;
}

.message {
  padding: 15px 40px;
  background-color: #7CA2EF2;
  cursor: pointer;
  box-shadow: 0px 7px #7CA2EF;
}

.message:active {
  position: relative;
  top: 7px;
  box-shadow: none;
  
}

.banner{margin-top: 90px;}

.clear{clear: both;}




footer img {
  width: 125px;
}

footer p {
  color: #b3aeb5;
  font-size: 12px;
}

footer {
  padding-top: 30px;
  padding-bottom: 20px;
    text-align: center;
    background-image: url("../img/BlainTwist.c1.png");
    background-color:rgba(31,54,227,0.1);
}

.footer-nav-wrapper a{color:rgba(161,158,241,1.00);}
.footer-nav-wrapper :hover{color: rgba(216,84,87,1.00);}

 
    



/*project*/


.project-header,.project-footer,.pw,.pfw{background-image: url("../img/BlainTwist.c1.png");
  background-color:rgba(255,176,47,0.27);}


/* */
/* */





/* tumiki*/
.tumiki-top-logo img{margin-top:-400px;
opacity: 0.3;
width:30%;
margin-bottom: 100px;
filter: blur(2px);}
.tumiki-top-video{margin-top:100px;}

.tumiki-wrapper{
    text-align: center;
   }
 
.tumiki-h2-logo{width:20%;}
	
.tumiki-img{width:10%;}









/*ep0 */

.ep0-top-logo img{margin-top:-490px;
    margin-left: 150px;
opacity: 0.3;
width:75%;

filter: blur(2px);}
.ep0-top-video{margin-top:100px;}

.ep0-wrapper{
    text-align: center;
    }
 
.ep0-h2-logo{width:40%;
margin-left: 93px;
margin-bottom:-100px;
margin-top: -100px;}
	
.ep0-img{width:10%;}







/*ZION */


.zion-top-logo img{margin-top:-500px;
opacity: 0.4;
width:65%;
margin-bottom:-100px;
   
filter: blur(2px);}
.zion-top-video{margin-top:100px;}

.zion-wrapper{
    text-align: center;
    }
 
.zion-h2-logo{width:30%;}
	
.zion-img{width:10%;}




/* ゴキゲン隊。*/

.gokigentai-top-logo img{margin-top:-400px;
opacity: 0.3;
width:30%;
margin-bottom: 100px;
filter: blur(2px);}
.gokigentai-top-video{margin-top:100px;}

.gokigentai-wrapper{
    text-align: center;
     }
    
.gokigentai-h2-logo{width:10%;}







/*company会社概要*/

.company-top-logo img{margin-top:-400px;
opacity: 0.3;
width:30%;
margin-bottom: 100px;
filter: blur(2px);}
.company-top-video{margin-top:100px;}

.company-wrapper{
    text-align: center;
     }
    
.company-h2-logo{width:10%;}







@media all and (max-width : 1161px ){
  .project {
    width: 50%;
    margin-bottom: 50px;
	 
  }

	.text-tumiki{
	margin-bottom:-20px;}
	
  footer {
    text-align: center;
  }

  .top-wrapper h1 {
    font-size: 32px;
  }

  .heading h2 {
    font-size: 20px;
  }
}

/* スマホ向けレイアウト */
@media all and (max-width: 670px) {
	
    .clear1{clear: both;}	
.header-left img{margin-left: 10px;  width:20%;
	
	}
	.header-right{width:30%;}
	
  .project {
    width: 100%;
  }
	
	
	.gnav-wrapper{display: none;}
  .btn {
    width: 100%;
  }

	.btn-kifusuru{width:30%;}
  
  .top-wrapper {margin-top: -150px;
    text-align: left;
  }


  
  
 
  .menu-icon{display:block;}
  
  .top-wrapper h1 {
    font-size: 24px;

  }

  .top-wrapper p {
    font-size: 14px;
	  letter-spacing:0.2em;
	  line-height:20px;
  }
	
	
	
	
	
	
	
	
	
	
	
	
	.login-modal-wrapper, .signup-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.modal {
  position: absolute;
  top: 20%;
  left: 34%;
  background-color: #e6ecf0;
  padding: 20px 0 40px;
  border-radius: 10px;
  width: 450px;
  height: auto;
  text-align: center;
}

}





