@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	background: #fff url("../img/index/loading_bg.jpg") no-repeat center center / cover;
}
.loading .loadingImg {
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.loading .loadingImg img {
	width: 400px;
	height: 160px;
}
#gNavi .navi01 a::before {
	opacity: 1;
}
.mainVisual {
	margin-bottom: 72px;
	padding-top: 195px;
	width: 100%;
	height: 680px;
	text-align: center;
	box-sizing: border-box;
	background: url("../img/index/mv.jpg") no-repeat center center / cover;
}
.mainVisual h2 {
	width: 250px;
	margin: 0 auto;
}
#main {
	padding-bottom: calc(14% + 209px);
	color: #030000;
}
#main .sec01 {
	margin-bottom: 135px;
}
#main .sec01 .headLine01 {
	margin-bottom: 150px;
	color: #ea5006;
	line-height: 1.65;
	letter-spacing: 0.1em;
}
#main .sec01 .headLine01::after {
	bottom: -34px;
}
#main .sec01 .headLine01 span {
	display: block;
	color: #030000;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#main .sec01 .photo img {
	width: 100%;
}
#main .sec02 {
	margin-bottom: 69px;
}
#main .sec02 .headLine01 {
	margin-bottom: 57px;
	color: #ea5006;
	font-size: 3.5rem;
}
#main .sec02 .headLine01::after {
	bottom: -20px;
}
#main .sec02 .cTxt {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
#main .sec02 .comBtn a span {
	display: inline-block;
}
#main .sec02 .photo img {
	width: 100%;
}
#main .sec03 {
	margin-bottom: 130px;
	padding-bottom: 135px;
	position: relative;
}
#main .sec03::before {
	width: 100%;
	height: 350px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F8F8F8;
	content: '';
}
#main .sec03 .content {
	width: 1154px;
	position: relative;
	z-index: 1;
}
#main .sec03 .headLine01 {
	margin-bottom: 78px;
	color: #303030;
	letter-spacing: 0;
}
#main .sec03 .headLine01::after {
	bottom: -21px;
}
#main .sec03 .headLine01 span {
	margin-top: 9px;
	display: block;
	color: #b7b7b7;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#main .sec04 .imgBox {
	position: relative;
}
#main .sec04 .imgBox::before {
	position: absolute;
	top: 102px;
	right: 5px;
	bottom: -41px;
	left: 122px;
	background: #ea5006;
	content: '';
}
#main .sec04 .imgBox .textBox {
	padding: 8px 78px 0 49px;
	width: 570px;
	position: relative;
	z-index: 1;
	order: 1;
	color: #fff;
	box-sizing: border-box;
}
#main .sec04 .imgBox .textBox h3 {
	margin-bottom: 14px;
	padding-bottom: 23px;
	text-align: center;
	font-size: 3rem;
	border-bottom: 1px solid #fff;
}
#main .sec04 .imgBox .textBox h3 .bebas {
	margin-bottom: 32px;
	display: block;
	text-align: center;
	color: #ea5006;
	font-size: 7rem;
	font-weight: 400;
}
#main .sec04 .imgBox .textBox h3 .jp {
	margin-top: 4px;
	display: block;
	font-size: 1.6rem;
}
#main .sec04 .imgBox .textBox p {
	text-align: center;
	letter-spacing: 0.08em;
}
#main .sec04 .imgBox .textBox .text01 {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 2rem;
}
#main .sec04 .imgBox .textBox .text02 {
	margin-bottom: 40px;
	line-height: 1.55;
}
#main .sec04 .imgBox .textBox .comBtn {
	margin-bottom: 0;
}
#main .sec04 .imgBox .textBox .comBtn a {
	padding: 0 32px;
	color: #ea5006;
	font-weight: bold;
	background: #fff;
}
#main .sec04 .imgBox .textBox .comBtn a span {
	background-image: url("../img/common/icon02.png");
}
#main .sec04 .imgBox .photoBox {
	width: 600px;
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	#main .sec04 .imgBox .textBox .comBtn a:hover {
		color: #fff;
		box-shadow: none;
		background-color: #ff9898;
	}
	#main .sec04 .imgBox .textBox .comBtn a:hover span {
		background-image: url("../img/common/icon01.png");
	}
}
@media all and (max-width: 896px) {
	.loading .loadingImg {
		width: 280px;
	}
	.loading .loadingImg img {
		width: 280px;
	}
	.mainVisual {
		margin-bottom: 35px;
		padding-top: 82px;
		height: 340px;
	}
	.mainVisual h2 {
		width: 175px;
	}
	#main {
		padding-bottom: calc(14% + 50px);
	}
	#main .sec01 {
		margin-bottom: 40px;
	}
	#main .sec01 .headLine01 {
		margin: 0 15px 45px;
	}
	#main .sec01 .headLine01::after {
		bottom: -15px;
	}
	#main .sec01 .headLine01 span {
		font-size: 1.6rem;
	}
	#main .sec02 {
		margin-bottom: 40px;
	}
	#main .sec02 .headLine01 {
		font-size: 1.8rem;
	}
	#main .sec02 .headLine01::after {
		bottom: -15px;
	}
	#main .sec02 .cTxt {
		margin: 0 15px 30px;
		font-size: 1.6rem;
	}
	#main .sec02 .comBtn a span {
		display: block;
	}
	#main .sec03 {
		margin-bottom: 45px;
		padding-bottom: 45px;
	}
	#main .sec03::before {
		width: 100%;
		height: 50%;
	}
	#main .sec03 .headLine01::after {
		bottom: -15px;
	}
	#main .sec03 .headLine01 span {
		margin-top: 5px;
		font-size: 1.3rem;
	}
	#main .sec04 .imgBox {
		padding-bottom: 40px;
		display: block;
	}
	#main .sec04 .imgBox::before {
		top: 45px;
		right: -15px;
		bottom: 0;
		left: -15px;
	}
	#main .sec04 .imgBox .textBox {
		margin-bottom: 30px;
		padding: 0;
		width: auto;
	}
	#main .sec04 .imgBox .textBox h3 {
		margin-bottom: 10px;
		padding-bottom: 15px;
		font-size: 2rem;
	}
	#main .sec04 .imgBox .textBox h3 .bebas {
		margin-bottom: 15px;
		font-size: 3rem;
	}
	#main .sec04 .imgBox .textBox h3 .jp {
		font-size: 1.3rem;
	}
	#main .sec04 .imgBox .textBox .text01 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	#main .sec04 .imgBox .textBox .text02 {
		margin-bottom: 20px;
	}
	#main .sec04 .imgBox .textBox .comBtn a {
		padding: 0 20px;
	}
	#main .sec04 .imgBox .photoBox {
		width: auto;
		text-align: center;
	}
}