@charset "utf-8";
/*------------------------------------------------------------
	discord
------------------------------------------------------------*/
#main .mainImg {
	background: url("../img/discord/main_bg.jpg") no-repeat center center / cover;
	position: relative;
	padding: 11.7rem 0 15rem;
}
#main .mainImg::after {
	width: 100%;
	height: 18.8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background : linear-gradient(0deg, rgba(203, 201, 187, 1) 0%, rgba(203, 201, 187, 0) 100%);
	content: "";
}
#main .mainImg .logoImg {
	margin: -1.1rem 0 0;
	width: 61.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 412 / 391;
	content: "";
}
#main .mainImg .innerBox {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 117.1rem;
}
#main .mainImg .image {
	width: 45rem;
}
#main .mainImg .textImg {
	width: 38.4rem;
	margin: 2rem -2.6rem 0 0;
	order: 3;
}
#main .textBox {
	color: #002c40;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
}
#main .textBox .title {
	margin-bottom: -2.1rem;
	font-weight: 800;
	font-size: 6.2rem;
	line-height: 1.27;
	transform: translateY(-4.3rem);
}
#main .textBox p {
	margin-bottom: 4.2rem;
}
#main .textBox p:last-child {
	margin-bottom: 0;
}
#main .textBox .btn {
	margin-top: 5.1rem;
}
#main .textBox .btn a {
	display: inline-block;
	vertical-align: top;
}
#main .textBox .btn img {
	width: 30.6rem;
}
@media (hover: hover) {
	#main .textBox .btn a:hover {
		transform: scale(1.03);
	}
}
@media all and (max-width: 896px) {
	#main .mainImg {
		margin-top: -4.2rem;
		margin-bottom: 5.4rem;
		padding: 5.3rem 0 1.1rem;
		background-image: url("../img/discord/sp_main_bg.jpg");
		overflow: hidden;
	}
	#main .mainImg::after {
		height: 18.6rem;
		background : linear-gradient(0deg, rgba(203, 201, 187, 1) 0%, rgba(203, 201, 187, 0) 100%);
	}
	#main .mainImg img {
		width: 100%;
	}
	#main .mainImg .innerBox {
		display: block;
	}
	#main .mainImg .textImg {
		width: auto;
		margin: 0 4.4rem 0 4.6rem;
	}
	#main .mainImg .image {
		width: auto;
		margin: 1.2rem 2.4rem -2.2rem 1.9rem;
	}
	#main .mainImg .txt {
		width: 100%;
		color: #002c40;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 0.5rem 1.1rem 2.1rem;
		font-size: 1.4rem;
		font-style: italic;
		font-weight: 500;
		line-height: 1.64;
		z-index: 10;
	}
	#main .mainImg .logoImg {
		margin: -1.8rem 0 0 1rem;
        width: 72.8%;
	}
	#main .textBox .title {
		margin: 0 -1rem 2.5rem;
		transform: translateY(0);
		font-size: 2.4rem;
	}
	#main .textBox {
		font-size: 1.2rem;
	}
	#main .textBox p {
		margin-bottom: 2.1rem;
	}
	#main .content {
		margin: 0 1rem;
	}
	#main .textBox .btn img {
		width: 27.2rem;
	}
	#main .textBox .btn {
		margin-top: 6.4rem;
	}
}