@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: 114rem;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 1.3rem;
	}
}

/*------------------------------------------------------------
headLine01
------------------------------------------------------------*/
.headLineBox {
	padding: 0.5rem 0;
}
.headLine01 {
	margin-bottom: 5.2rem;
	padding: 1.5rem;
	text-align: center;
	color: #682617;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	line-height: 1.22;
	font-weight: 500;
	border-block: 1px solid #682617;
	outline-offset: 3px;
	position: relative;
}
.headLine01 span {
	display: inline-block;
}
.headLine01::before {
	width: 100%;  
	height: 1px;
	border-top: 1px solid #682617;
	position: absolute;  
	top: -0.5rem;
	left: 0;
	content: ""; 
}
.headLine01::after {
	width: 100%;  
	height: 1px;
	border-bottom: 1px solid #682617;
	position: absolute;  
	bottom: -0.5rem;
	left: 0;
	content: ""; 
}
.headLine01 .red {
	color: #d71c24;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.5rem;
		padding: 0.7rem 0 0.9rem;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.25;
	}
	.headLine01::before {
		top: -0.3rem;
	}
	.headLine01::after {
		bottom: -0.3rem;
	}
}

/*------------------------------------------------------------
comLink
------------------------------------------------------------*/
.comLink {
	padding-top: 0.7rem;
	margin: 0 auto;
	width: 45.3rem;
}
.comLink a {
	padding-right: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 7.4rem;
	font-size: 2rem;
	font-weight: 800;
	color: #fff;
	border-radius: 6rem;
	background-color: #FC7612;
	box-sizing: border-box;
	border: 2px solid #fff;
	position: relative;
	box-shadow: 0.7rem 0.7rem 1rem rgba(96, 75, 10, 0.2);
}
.comLink a:after {
	width: 2.3rem;  
	height: 2.3rem;
	background: url(../img/common/icon03.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: 3.2rem;  
	content: ""; 
}
.comLink a img {
	margin: 0 1.5rem 0 -1.5rem;
	margin-top: -0.2rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		padding-top: 0;
		width: auto;
		max-width: 33.3rem;
	}
	.comLink a {
		padding-top: 0.2rem;
		padding-right: 1.5rem;
		font-size: 1.5rem;
		min-height: 5.6rem;
		letter-spacing: 0;
		box-shadow: 0.3rem 0.3rem 1rem rgba(96, 75, 10, 0.2);
	}
	.comLink a img {
		margin-right: 1rem;
		width: 1.8rem;
	}
	.comLink a::after {
		width: 1.65rem;
		right: 2.2rem;
		height: 1.65rem;
	}
}

/*------------------------------------------------------------
comLink02
------------------------------------------------------------*/
.comLink02 {
	margin: 2.3rem auto 0;
	width: 44rem;
}
.comLink02 a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	font-size: 1.6rem;
	color: #682617;
	font-weight: 400;
	border: 1px solid #682617;
	background: url(../img/common/icon05.png) no-repeat right 2.8rem center;
	background-size: 0.9rem auto;
}
.comLink02 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink02 {
		width: auto;
		margin-top: 2.6rem;
		max-width: 33rem;
	}
	.comLink02 a {
		background-position: right 2rem center;
		font-size: 1.3rem;
		min-height: 4.3rem;
		background-size: 0.7rem auto;
	}
}

/*------------------------------------------------------------
	common//
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	overflow: hidden;
	background-color: #F8F4DF;
}
.loading .loadInfo {
	width: 100%;
	height: 100%;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.loading .imgSpan {
	position: relative;
	top: 0.7rem;
	left: 0.7rem;
	display: block;
}
.loading .imgSpan img {
	width: 7.8rem;
}
.loader {
	width: 13.6rem;
	height: 13.9rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7rem 0 0 -6.9rem;
	background: url(../img/common/loading_bg.png) no-repeat center;
	background-size: 100% auto;
	animation: rotation 3s linear infinite;
}
@keyframes rotation {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
} 
@media all and (max-width: 896px) {
}

.fadeInTop,
.fadeInUp {
    opacity: 0;
    transition: all 0.8s;
}
.fadeInTop.on,
.fadeInUp.on {
    opacity: 1;
}
.dely02 {
	transition-delay: 0.5s;
}
.dely03 {
	transition-delay: 1s;
}
.dely04 {
	transition-delay: 1.5s;
}
.dely05 {
	transition-delay: 2s;
}
.dely06 {
	transition-delay: 2.5s;
}

.fadeClip {
	clip-path: inset(0 100% 0 0);
	transition: all 1s;
}
.fadeClip.right {
	clip-path: inset(0 0 0 100%);
}
.fadeClip.on {
	clip-path: inset(0);
}