@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.gotham {
	font-family: "gotham";
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.7rem;
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.headLine01::before {
	position: absolute;
	left: 50%;
	bottom: -1rem;
	width: 2.7rem;
	height: 1px;
	background-color: #b72627;
	content: "";
	transform: translateX(-50%);
}
.headLine01 .en {
	margin-bottom: -1.4rem;
	display: block;
	font-size: 5.8rem;
	font-weight: 300;
	letter-spacing: -0.03em;
	font-family: "gotham";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.4rem;
		font-size: 1.3rem;
	}
	.headLine01::before {
		bottom: -0.8rem;
		width: 2.6rem;
	}
	.headLine01 .en {
		margin-bottom: -1rem;
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 1.4rem 10.4rem;
	font-weight: 400;
	letter-spacing: 0.14em;
}
.headLine02 .en {
	margin: 0 -0.6rem 0.7rem;
	display: block;
	font-size: 13rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.03em;
	font-family: "gotham";
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 0 5.7rem;
	}
	.headLine02 .en {
		margin: 0 -0.4rem 0.2rem;
		font-size: 7.5rem;
		letter-spacing: -0.03em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 1.5rem;
	display: flex;
	font-size: 3.4rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}
.headLine03 .num {
	margin: -0.4rem 1.2rem 0 -0.1rem;
	flex-shrink: 0;
	color: #738cd8;
	font-size: 4.2rem;
	font-weight: 300;
	font-family: "gotham";
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1.4rem;
		font-size: 2.1rem;
		letter-spacing: 0.02em;
	}
	.headLine03 .num {
		margin: -0.2rem 0.5rem 0 -0.1rem;
		font-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 1.5rem;
	font-size: 1.9rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 1.8rem;
		line-height: 1.22;
		text-indent: -2em;
		padding-left: 2em;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 40.5rem;
}
.comLink a {
	position: relative;
	display: block;
	background : linear-gradient(102.9deg, rgba(183, 38, 39, 1) 0%, rgba(74, 15, 20, 1) 100%);
}
.comLink span {
	position: relative;
	z-index: 1;
	height: 6.9rem;
	padding-bottom: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	background: url(../img/common/icon01.png) no-repeat right 1.8rem center;
	background-size: 0.8rem auto;
}
.comLink a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-102.9deg, rgba(183, 38, 39, 1) 0%, rgba(74, 15, 20, 1) 100%);
	 content: "";
	 transition: .3s;
	 opacity: 0;
}
@media all and (min-width: 897px) {
	.comLink a:hover::before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		width: auto;
	}
	.comLink span {
		height: 6.6rem;
		padding-bottom: 0.1rem;
		letter-spacing: 0.06em;
		background-position: right 1.6rem center;
		background-size: 0.7rem auto;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 113rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		margin: 0 2.15rem;
	}
}