 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	color: hsla(0,0%,65%,1.00);
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	font-size: 16px;
	
	letter-spacing: 0em;
	line-height: 1.7em;
}
  
  
  a {
	color: #D50101;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color;
	text-decoration: none;
}

a:hover, a:focus {
	color: #FF0000;
	text-decoration: none;
}
  
  
  .img100 img{
	  width:100%;
  }
  
  .am100px{
	margin-bottom: 100px;	  

  }
  
   .am50px{
	margin-bottom: 50px;	  
  }




h1 {
	font-size: 220%;
	color: hsla(0,100%,50%,1.00);
	font-weight: 300;
	line-height: 1.3em;
	/*font-family: "litania";*/
	letter-spacing: 0.2em;
}



/*loadingicon*/

.fadeBase {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
   }
   


.loadingicon{
	position: absolute;
	width: 320px;
	height: 171px;
	margin-top: -85px;
	margin-left: -160px;
	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;
      }
	  
	     .fadeIn {
      opacity: 1;
      }
	  





  /*headerMenu*/


.navigation{
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: -100px;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	background-color: hsla(0,0%,10%,1.00);
	
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	
}

.navigation.fixed {
	top: 0px;
}


#gmenu {
	position: relative;
	overflow: hidden;

}

.centerImg{
	text-align: center;
}

.flex-container {
	display: -webkit-flex; /* Safari */
	display: flex;
	
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	
-webkit-align-items: center; /* Safari */
  align-items:         center;
}


.btn{
	line-height: 0;
	margin-right: 0px;	
}
	

.btn.first {
padding-right: 20px;		
}

#gmenu .btn img {
	width: 70%;
}


#gmenu ul {
	list-style-type: none;
	margin: 0px;	
	padding: 0px;	
}

#gmenu li {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}

#gmenu li img {
	width: 80%;
}


/*burger*/





     .burger-menu {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	right: -20px;
	top: 15px;
	z-index: 99999;
	opacity: 0;
	
}

  .burger-menu.fixed2 {
	opacity: 1;
}

.burger {
	position: absolute;
	background-color: #B80000;
	width: 100%;
	height: 4px;
	top: 50%;
	right: 0px;
	opacity: 1;
}
.burger::before {
  position: absolute;
  background-color: #B80000;
  width: 40px;
  height: 4px;
  top: 13px;
  content: "";
  display: block;
}
.burger::after {
  position: absolute;
 background-color: #B80000;
  width: 40px;
  height: 4px;
  bottom: 13px;
  content: "";
  display: block;
}
.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.burger-menu.menu-on .burger::after{
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
  bottom: 0px;
}
.burger-menu.menu-on .burger::before{
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  top: 0px;
}
.burger-menu.menu-on .burger{
	background-color: hsla(0,0%,89%,0.00);
}
/* useless css */
.burger-menu {
/*  margin-left:auto;
  margin-right: auto;*/
}

  
	






/*introduciton*/

#introductionArea {
	background-color: hsla(0,0%,85%,1.00);
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/new_introdutcion_base.jpg);
	background-size: cover;
}





.introductionBox {
	padding: 0px;
}

.introductionBox p {
	color: hsla(0,0%,0%,1.00);
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1.5em;
	
	font-weight: 200;
	font-size: 100%;
	
}

.introductionBox2 p {
	color: hsla(0,0%,0%,1.00);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	line-height: 1.3em;
	font-weight: 600;
	font-size: 120%;
	
}

.introductionBox h2 {
	padding: 0px;
}



/*story*/

#storyArea {
	background-color: hsla(0,0%,0%,1.00);
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url(../img/white_base.png);*/
	background-size: 100% 100%;
}





.storyBox {
	padding: 0px;
}

.storyBox p {
	color: hsla(0,0%,75%,1.00);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1.5em;
	font-weight: 200;
	font-size: 105%;
	text-align: left;
	line-height: 2em;
}

.storyBox h2 {
	padding: 0px;
}





/*comments*/

#commentsArea {
	background-color: hsla(0,0%,10%,1.00);
	padding-top: 100px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url(../img/white_base.png);*/
	background-size: 100% 100%;
}




.slides li {
	background-color: hsla(0,0%,74%,1.00);
	/*border-left: 1px solid hsla(0,0%,0%,1.00);*/
	/*border-right: 5px solid hsla(0,0%,0%,1.00);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/modal_base.png);
	background-size: 100% 100%;
	max-height: 700px;
	
}

.slidesRow{ 
	
}


.commentsBox {
	
	  margin-left: 40px;
	 padding-right: 30px;
	
}

.commentsBox p {
	color: hsla(0,0%,0%,1.00);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.5em;
}

.commentsBox h2 {
	padding: 0px;
}


 .commentsBoxArea {
	
 }

 .commentsBox {

	  margin-top: 50px;
	  margin-bottom: 50px;
     /*   border: 1px solid gray;*/
      height:100%;
	   max-height:500px !important;
	  width:90%;
        max-width:770px;
        overflow: hidden;
        position: relative;
      }
	  
	  





/*footer*/











#footerArea {
	background-color: hsla(0,0%,0%,1.00);
	padding-top: 30px;
	padding-bottom: 50px;

	margin: 0;
}


#footerArea.news {

}




.upBt {
	position: relative;
	text-align: right;	
}



/*bt*/

   a.bt {
	color: #A7A7A7;
	height: 40px;
	width: 40px;
	/*background-color: #323232;*/
	border-radius: 3px;
	font-size: 40px;
	display: inline-block;
	text-align: center;
      }
     a.bt:focus,a.bt:hover {
		 color: #fff;
	/*background-color: #4A4949;*/
}
    
     a.bt i {
      margin-top: 5px; }



/*modal*/

.modalContainer{
	max-width: 1200px;
	width: 100%;
height: 700px !important;
	background-color: hsla(0,0%,100%,1.00);
}




 a.trailerBt {
	/*	  min-height: 75px;*/
	width: 100%;
	font-size: 100%;
	color: hsla(0,0%,76%,1.00);
	font-weight: 300;
	line-height: 1.3em;
	letter-spacing: 0.0em;
	border-radius: 2px;
	font-size: 100%;
	display: inline-block;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #393939;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
     }
	 
     a.trailerBt:focus,a.trailerBt:hover {
	color: hsla(0,100%,100%,1.00);
	background-color: hsla(0,0%,100%,0.20);
}




#trailerMenu{
	margin-top: 20px;	
	
}





/*news*/


.newsModal{
	
}

.post-text{
	margin:0px;
	padding:0px;
}


#newsArea {
	background-color: hsla(0,0%,85%,1.00);
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/new_introdutcion_base.jpg);
	background-size: cover;
	position: relative;
}

.newsContainer{
	
	 display: -webkit-flex;
  display:         flex;
  
   -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  
   -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
  

	
}


.newsBox {
	width: 32.5%;
	padding: 10px;
	background-color: hsla(0,0%,100%,0.7);
	color: hsla(0,0%,0%,1.00);
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	line-height: 1.6;
	font-weight: 200;
	font-size: 80% !important;
	border: 1px solid hsla(0,0%,87%,1.00);
}

@media screen and (max-width:850px) {
	.newsBox {
			width:48.7%;}
}

@media screen and (max-width:657px) {
	.newsBox {
			width:100%;}
}

.newsBox figure{
	 margin: 1em 0;
}

.newsBox h2 {
	font-size: 130%;
	color: hsla(0,0%,0%,1.00);
	line-height:1.4;	
margin-top: 10px;
margin-bottom:5px;
}

.newsBox h2 a {
	color: hsla(0,0%,0%,1.00);
}

.newsBox h2 a:hover {
	color: hsla(193,56%,48%,1.00);
}


.newsBox .date {
	font-size: 80%;
	text-align: right;
	margin-bottom:10px;
}

.newsBox p {

	margin-bottom: 1.5em;
	
	
}


/*news モーダル*/

.modalContents{
	display: none;

}


.modalClose{
	display: block;
	text-align: right;
}

@media screen and (max-width:657px) {
.modalClose img{
width:40px;
}
}



#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	background-color: hsla(0,0%,100%,1.00);
	width: 100%;
	max-width: 1000px;
	padding: 20px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}


#modal-win-inner .tmblr-full img{
	width: 100%;
}

#modal-win-inner figure{
	 margin: 1em 0;
}

#modal-win-inner h2 {
	font-size: 150%;
	color: hsla(0,0%,0%,1.00);
	line-height:1.4;	
margin-top: 10px;
margin-bottom:5px;
}

#modal-win-inner h2 a {
	color: hsla(0,0%,0%,1.00);
}

#modal-win-inner h2 a:hover {
	color: hsla(193,56%,48%,1.00);
}


#modal-win-inner .date {
	font-size: 80%;
	text-align: right;
	margin-bottom:10px;
}

#modal-win-inner p {
	margin-bottom: 1.5em;
	color: hsla(0,0%,26%,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;
}

