/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}



/*全要素へbox-sizing */
 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


html {
	color: #DEDEDE;
	font-family: "a-otf-ud-shin-go-pr6n","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	
}

a {
	color: #FF0004;
	background-color: hsla(0,0%,0%,0.6);
	padding: 3px 10px 3px 10px;
	text-align: center;
}


a:hover {
	color: #fff;
}

.socialLinkBox{
	width:40px;
}

@media screen and (max-width:767px) {
	
	.socialLinkBox{
	width: 30px;
	margin-top: 10px;
}
}



/* loader
 * --------------------------------------- */

.loader{
  /*margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;  vertical-align: top;*/
  display: inline-block;

}

/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill: #d8000f;
}


/*loadingicon*/

.wrapper {
	-webkit-transition: all 1s !important;
	-moz-transition: all 1s !important;
	-ms-transition: all 1s !important;
	-o-transition: all 1s !important;
	transition: all 1s !important;
	opacity: 0 !important;
	width: 100%;
	
   }
   


.loadingicon{
	position: fixed;
	width: 24px;
	height:30px;
	margin-top: -15px;
	margin-left: -12px;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	display: none;
}

.fadeOut {
      opacity: 0 !important;
      }
	  
	     .fadeIn {
      opacity: 1 !important;
      }
	  
	  
	#Stage{
	border: 1px solid hsla(359,100%,50%,1.00);
	}
	
	
	.textArea{
	text-align: left;
	font-size: 110%;
	color: #CBCBCB;

  line-height: 1.5; 

	}
	
	.textArea p{
	margin-bottom:1.5em;
	}
	
	.redBox{
	font-size: 160%;
	border: 1px solid hsla(359,100%,50%,1.00);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	color: hsla(359,100%,50%,1.00) !important;
	background-color: hsla(0,0%,0%,0.4);
	text-align: center;
	font-weight: 600;
	}
	
	
	
	.textArea h2{
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	color: #fff;	
	}
	
	@media screen and (max-width:767px) {
		
.textArea h2{
	font-size: 105%;
	}
	
	.textArea{
	
	font-size: 90%;
	}
		
	}
	
	




/* Custom CSS
 * --------------------------------------- */
 
 #pp-nav{
	display: none;	 
 }
 
 
 
 .fx-row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;

	height:100%;
	
 
 
 }
 
 
 .pc{
	 
 }
 
 .sp{
	display: none;	 
	 
 }
 
 .dispNone{
	display: none;	  
 }
 
 
 
body{
	background-color: #000000;
}

.section{
	text-align: center;
	
}

.img100 img {
width:100%;	
}

.imgH100 img {
height:100%;	
}

.af50{
	margin-bottom:50px;
}

@media screen and (max-width:767px) {
	.af50{
	margin-bottom:0px;
}
}




	/*  SNS*/
	
	div#sns {
	position: relative;
	overflow: hidden;

}

div#sns ul {
	position: relative;
	left: 50%;
	float: left;
	list-style-type: none;
	margin: 0px;
	margin-top: 20px;
}

div#sns li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	
}



li.fb-like{


}
li.tw{

}

li.tw2{

}

/*twitterBT*/

.social-share{
	top: -10px;
	position: relative;
	margin-left: 0px;
}

     .social-share a.twitter-share {
	height: 36px;
	width: 36px;
	background-color: #B80000;
	border-radius: 3px;
	font-size: 20px;
	display: inline-block;
	text-align: center;
      }
     .social-share a.twitter-share:hover,.social-share a.twitter-share:focus {
	background-color: #000000;
}
     .social-share a.facebook-share:hover,.social-share a.facebook-share:focus {
      background-color: #000000; }
     .social-share a.facebook-share {
      height: 50px;
      width: 50px;
      background-color: #000000;
      border-radius: 3px;
      font-size: 21px;
      display: inline-block;
      text-align: center; }
     .social-share a {
      color: #fff; }
     .social-share a:hover {
      color: #fff; }
     .social-share a i {
      margin-top: 8px; }
	  
	  
	  
	  
	  
/*---------------------------------------------button*/



.button a{
	font-family: "almaq-rough";
	font-size: 2em;
	font-weight: 400 !important;
	/*width: 100%;*/
	color: #BBBBBB;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.button a:hover{
	color: #fff;
}



[class^="hvr-"] {
	/*display: inline-block;*/
  /*vertical-align: middle;*/
	margin: .0em;
	padding-top: 0em;
	/*padding-right: 2em;
	padding-left: 2em;*/
	padding-bottom: 5px;
	cursor: pointer;
/*	background: #e1e1e1;*/
	text-decoration: none;
	color: #666;
	/* Prevent highlight colour when element is tapped */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background-color: #E8000F;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}


/* Section 1
 * --------------------------------------- */
 
 #section1{
	background-size: cover !important;
	background-image: url(../img/top_base.jpg);
	padding-top: 10px;
 }
 
