  /*_____________________________________________ 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;

}

svg path,
svg rect{
   fill: #d5101c;
}




#contentsArea{
	
	-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;*/
	width: 100%;
	
}


.wrapper {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	/*background-image: url(../img/base.jpg);*/
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100%;
	background-color: hsla(0,0%,0%,1.00);
   }
   


.loadingicon{
	position: fixed;
	width: 24px;
	height:30px;
	margin-top: -15px;
	margin-left: -12px;
	top: 50%;
	left: 50%;
	z-index: 999;
	-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;
}

.noneDisplay{
	
	-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: 0;
}

.fadeOut {
      opacity: 0;
      }
	  
.fadeIn {
      opacity: 1 !important;
      }
	  
	  .fadeOff {
      opacity: 0;
	  display: none;
      }


.commentPict{
/*	margin-top: 50px;*/
	width:50%;
	margin-left: auto;
	margin-right: auto;
}


/*menu*/

.menuBt{
	width: 100%;
	background-color: hsla(0,0%,10%,1.00);
	padding: 20px 10px 20px 10px;
	border: 1px solid hsla(0,0%,22%,1.00);
	text-align: center;
}

.menuBt a{

}



.menuEn {
	font-family: "brothers",sans-serif;
	/*font-family: "paralucent-condensed",sans-serif;*/
	font-weight: 400;
	line-height: 1em;
	color: #f7f7d5;		/*letter-spacing: 0.02em;*/
	font-size: 1.35em;
}

.menuJp {
	/*font-family: "a-otf-ud-shin-go-pr6n";*/
	line-height: 1em;
	font-size: 65%;
	letter-spacing: 0.1em;
	font-weight: 600;
	
}


/*slick*/

.slider-container {
/*  display: none;*/
  position: relative;
}
.slider-container.initialized {
  display:block;
}
.slider {
  margin: 0 12px;
  overflow: hidden;
}
.slick-list {
  margin-right: -6px;  /* ガター分ネガティブマージン */
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  margin-right: 6px;  /* ガター */
}
/*.slick-slide {
  padding: 1.5em 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
  background-color: #bd77f2;
}*/






/*footer*/

.footerBnrSet{
/*	 display: -webkit-flex; 
  display: flex;
		-webkit-justify-content: center; 
  justify-content:         center;*/
	
	padding-bottom:70px;
	
}

.footerBnr{
/*	width:14%;
padding:0 0.3%;*/
	/*margin:0 2px;*/
		/*display: block;
	padding: 0px 0 0px 0;
	overflow: hidden;*/	/*background-color: hsla(32,100%,46%,0.74);*/
}

.footerBnr img{
	width:100%;
	
}

