@charset "UTF-8";
/****************************************
contents
*****************************************/
a:hover{text-decoration:none}
.hero{
	margin-bottom: 60px;
	max-height: 760px;
	overflow: hidden;
}

.hero__img{
	height: auto;
	width: 100%;
}

.site-logo{
	line-height:0;
}

.sec{
	margin-bottom:66px;
}
.text-center,
.page-title{
	text-align: center;
}

.page-title__title{
	color: #333;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
}

.brandlogo{max-width:400px;width:80%}
.chart{max-width:600px;width:80%;}

.midashi-under {
  position: relative;
  display: block;
  padding-bottom: 20px;

}
.midashi-under:after {
  content: '';
  position: absolute;
  bottom: 15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}


/****************************************
chapter01
*****************************************/
.animation-box:nth-child(odd){
	background: #eee;
}

.animation-box{
	padding: 120px;
	transition:.5s;
}

.animation-box.active{
	background: #666;
	color: #fff;
}

/****************************************
chapter02
*****************************************/
/*
.img-container{
	overflow: hidden;
	position: relative;
}
*/

.img-container__img{
	display: block;
/*	opacity: 0;*/
	opacity: 1;
	position: relative;
	transition:all .5s .3s ease; 
	z-index: 0;
}
/*
.img-container:before{
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s 0s ease; 
	width: 100%;
	z-index: 1;		
}
*/

.text-container{
	padding:0 60px;
}

.text-container__title{
	color: #333;
	display: inline-block;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.text-container__title:before{
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s .3s ease; 
	width: 101%;
	z-index: 1;
}

.text-container__title__inner{
	display: inline-block;
	opacity: 0;
	transition: all .8s .8s ease;
}

.text-container__text{
	left: -50px;
	opacity: 0;
	position: relative;
	transition: all .5s .8s ease;
}

/*アニメーションするプロパティを設定します*/
.img-container.active img{
	opacity: 1;
}

#gallery .img-container.active .img-container__img{
	opacity: 1;
}

.img-container.active:before{
	transform: translateX(100%);	
}

.text-container.active .text-container__title:before{
	transform: translateX(100%);
}

.text-container.active .text-container__title__inner{
	opacity: 1;
}

.text-container.active .text-container__text{
	left: 0;
	opacity: 1;
}

.text-grad {
  background: linear-gradient(110deg, #ffd800, #ff0000 45%, #ffd800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #ff0000;
}

#gallery{
	line-height:0;
}

.company{line-height:1.6;font-size:90%;}

.c-name a{color:#FFF}



/*IEで未対応の場合は以下で背景を非表示に*/
@media all and (-ms-high-contrast:none){
  .text-grad {
    background: none;
  }
}

.fa{
	font-weight: 900 !important;
}


.footer-nav__item__link{
	position:fixed;
	right:15px;
	bottom:15px;
	font-size: 39px;
	line-height: 0;
	cursor: pointer;
}

@media screen and (min-width: 599px){
	.br-none {
	    display: none!important;
	}
}
@media screen and (min-width: 768.5px){
	.insta-grad {
	  background: linear-gradient(110deg, #ffd800, #ff0000 45%, #ffd800);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: rgba(255,255,255,0.0);
	  color: #ff0000;
	}
	.fb-color{
	  color: #129af6;
	  background: -webkit-linear-gradient(0deg, #129af6, #056fe5);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	}
}


@media screen and (max-width:768px){
	.text-container{
		padding:0 30px;
	}
	.md-txt-center{
		text-align:center;
	}


	.site-header{
		padding-bottom:0;
	}
	.site-header.flex{
		display: block;
	}
	.lg-disp{display:none;}

	/*画面幅100%*/
	.gnav {
	  width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	}
	.gnav__menu{
		display: flex;
    	flex-wrap: wrap;
		background:#280b03;
		margin-top:20px;
	}

	.gnav__menu__item{
		margin:0;
		flex: 1;
		text-align:center;
		display:block;
	}


	.gnav__menu__item__link{padding:10px 5px;display:block;color:#FFF !important;font-size: 12px;}

	ul.gnav__menu li:nth-child(n+2){
		border-left: solid 1px #DDDDDD;
	}

	/*sns icon*/
	.gnav__menu__item.icon{
		position:fixed;
		bottom:15px;
		left:15px;
		z-index:100;
	}
	.gnav__menu__item.iconf{
		position:fixed;
		bottom:15px;
		left:68px;
		z-index:100;
	}

	ul.gnav__menu li:nth-last-child(2),
	ul.gnav__menu li:last-child{
		border:none;
		border-left: none;
	}
	ul.gnav__menu li:nth-last-child(2) .gnav__menu__item__link{
		background: linear-gradient(0deg, #129af6,#056fe5) no-repeat;
		background: -webkit-linear-gradient(0deg, #129af6, #056fe5);
		padding: 8px 0 0 0;
		width: 36px;
		height: 36px;
		line-height: 0;
		font-size: 22px;
		border-radius: 50%;
	}

	ul.gnav__menu li:last-child .gnav__menu__item__link{
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
		padding: 8px 0 0 0;
		width: 36px;
		height: 36px;
		line-height: 0;
		font-size: 22px;
		border-radius: 50%;
	}

}


