;…@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	word-break: break-all;
	font-size: min(7.6vw,7rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.156;
}

.center {
	text-align: center;
}

.right {
	text-align: center;
}
.headLine01.style .en {
	color: #D00F31;
	font-size: min(6.5vw,7rem);
	margin: 0 -5px;
}
.headLine01.style .jp {
	font-weight: 700;
	margin-top: 14px;
	display: block;
	font-size: 2.8rem;
	letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 4.3rem;
		letter-spacing: 0.06em;
		line-height: 1.23;
	}
	.headLine01.style .en {
		font-size: 3.3rem;
		letter-spacing: 0.06em;
		line-height: 1.24;
		display: block;
		margin: 0;
	}
	.headLine01.style .jp {
		margin-top: 12px;
		font-size: 1.7rem;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 26px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2.14;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 21px;
		font-size: 1.7rem;
		line-height: 1.91;
	}
}

.fadeInUp {
    opacity: 0;
	transform: translate3d(0, 40px, 0);
	transition: all ease-in-out 0.8s;
}

.fadeInUp.on {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.dely02 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.dely03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.dely04 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 3.7rem;
	}
}

/*------------------------------------------------------------
	since01
------------------------------------------------------------*/
.since01 {
	margin-top: 26px;
	font-size: 4.0rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2.14;
	text-align: center;
	color: #000000;
}
@media all and (max-width: 896px) {
	.since01  {
		margin-bottom: 21px;
		font-size: 3.7rem;
		line-height: 1.91;
	}
}


/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: center;
	width: 100%;

}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 0;
		margin-top: 20px;
		font-size: 2.7rem;
		line-height: 1.61;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 0;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.8;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3px;
		font-size: 2.0rem;
		line-height: 1.91;
	}
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin: 50px 0 25px 0 ;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2.14;
	text-align: center;
	padding: 10px 0 10px 0;
	border-bottom: 0.5px solid  #333333;
	border-top: 0.5px solid  #333333;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 21px;
		font-size: 1.7rem;
		line-height: 1.91;
	}
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 80px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2.14;
	text-align: center;
	color: #000000;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 21px;
		font-size: 1.7rem;
		line-height: 1.91;
	}
}