@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,9rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.156;
}
.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;
	}
}